Difference between revisions of "Blocks Generators"
(→GEN_PULSE) (Tag: Visual edit) |
|||
Line 18: | Line 18: | ||
|output value | |output value | ||
|} | |} | ||
+ | [[File:T RECT]] | ||
==== GEN_RECT ==== | ==== GEN_RECT ==== | ||
Line 40: | Line 41: | ||
|output value | |output value | ||
|} | |} | ||
+ | [[File:T RECT.jpg]] | ||
==== GEN_SQ ==== | ==== GEN_SQ ==== | ||
Line 56: | Line 58: | ||
|output value | |output value | ||
|} | |} | ||
+ | [[File:T SQ.jpg]] |
Revision as of 08:11, 2 October 2018
Utility library
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 |