User Manual

LOGO! functions
4.4 Special functions list - SF
LOGO!
136 Manual, 06/2014, A5E33039675
View in LOGO!
Name of the special function
Rem
Softkey (Page 209) REM
Shift register (Page 211) REM
Mathematic instruction error detection
(Page 230)
4.4.1
On-delay
Short description
The output is only set after a configurable on-delay time expires.
Symbol in LOGO!
Wiring
Description
Input Trg A signal at input Trg (Trigger) triggers the on-delay
timer.
Parameter T represents the time after which the output is on (0
to 1 transition of the output signal).
Retentivity:
/ = no retentivity
R = the status is retentive.
Output Q Q is on when the set time T expires, provided Trg is
still set.
Parameter T
Note the defaults for parameter T in topic Time response (Page 128).
The actual value of another already-configured functions can provide the time for parameter
T. You can use the actual values of the following functions for the value of T:
Analog comparator (Page 188)(actual value Ax - Ay)
Analog threshold trigger (Page 183)(actual value Ax)
Analog amplifier (Page 195)(actual value Ax)
Analog multiplexer (Page 213)(actual value AQ)