Blocks Generators
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 |