Timer Delay
Operator Menu Location: Logic Functions
Operator Bitmap:
Functional Description:
The Timer Delay operator triggers its output upon expiration of a user-defined delay period. The operator can be configured to function as either an "ON Timer" or an "OFF Timer".
When configured as an "ON Timer", the output y will switch from LOW to HIGH d seconds after input switches from LOW to HIGH and remains HIGH for at least d seconds:
When configured as an "OFF Timer", the output y will switch from HIGH to LOW d seconds after input switches from HIGH to LOW and remains LOW for at least d seconds:
The delay time d can be dynamically adjusted via input or fixed by operator property Delay Value. If input is connected the operator property value is ignored.
User-Defined Properties:
Object Name. A string label that identifies the operator
Delay Type. Logic state to trigger on; either "ON Timer" or "OFF Timer"
Display Delay Value Input. This property determines if input pin is visible in the schema diagram. Design Pad issues a warning upon processing the schema when the pin is visible but not connected. The warning message is not issued when the pin is not visible (when this property is not checked).
Delay Value. The time period d that must elapse for output to trigger (in seconds).
Comments: None.
See Also: Delay Element, Timer