Posted ByLeon on September 15, 2001 at 02:10:07:
In Reply to: timers posted byChris on September 14, 2001 at 17:06:07:
Use a timer with the preset value equal to the period which you want the delay. E.g T1 is programmed with the SV = 10 (1.0s)
T1 Fn_#1
|--------||-----------------{dCusF}
| T1 T1
|--------|/|----------------(TIM}
Within the custom function, use the "TOGGLEIO flasher" to toggle your output with the label name "flasher".
T1 will time-out every time and reset itself. The first circuit above will provide the contact to execute the custom function #1.
This will become a flasher circuit that turns On and Off every second. For other periods, simply change the Set Value of the timer.
: Was wondering if anyone could help me with the logic on the TriLogi timers. I need for output to toggle on and off for preset time and can't figure out the logic. Any help is appreciated. Thanks