Difference between revisions of "Blocks Generators"
(Created page with "== Utility library == === Generators === ==== GEN_PULSE ==== Generates unite pulse {| class="wikitable" |in |T_PER |time | |signal period |- |out |Q |bool | |output value |}...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == [[Libraries for IEC 61131-3|Back to Libraries]] == |
=== Generators === | === Generators === | ||
==== GEN_PULSE ==== | ==== GEN_PULSE ==== | ||
− | Generates unite pulse | + | Generates unite pulse. The pulse duration is based on the program cycle duration. |
{| class="wikitable" | {| class="wikitable" | ||
|in | |in | ||
Line 40: | Line 40: | ||
|output value | |output value | ||
|} | |} | ||
+ | [[File:T RECT.jpg]] | ||
==== GEN_SQ ==== | ==== GEN_SQ ==== | ||
Line 56: | Line 57: | ||
|output value | |output value | ||
|} | |} | ||
+ | [[File:T SQ.jpg]] |
Latest revision as of 08:13, 2 October 2018
Back to Libraries
Generators
GEN_PULSE
Generates unite pulse. The pulse duration is based on the program cycle duration.
in | T_PER | time | signal period | |
out | Q | bool | output value |
GEN_RECT
Generates rectangle signal
in | T_UP | time | duration of high value | |
in | T_DOWN | time | duration of low value | |
out | Q | bool | output value |
GEN_SQ
Generates square signal
in | T_SQ | time | duration of high or low value | |
out | Q | bool | output value |