Difference between revisions of "Block Program"
(Created page with "== Program library == === Program informations === ==== PROGRAM_INFO ==== Returns informations about running program {| class="wikitable" |out |CYCLE |int | |actual cycle nu...") |
|||
Line 1: | Line 1: | ||
− | == | + | == [[Libraries for IEC 61131-3|Back to Libraries]] == |
=== Program informations === | === Program informations === |
Latest revision as of 07:14, 2 October 2018
Back to Libraries
Program informations
PROGRAM_INFO
Returns informations about running program
out | CYCLE | int | actual cycle number | |
out | RUN_CYCLES | int | cycles to run (0 - infinite loop) | |
out | MS_PER_CYCLE | int | minimum cycle duration | |
out | OVERRUN | bool | previous cycle was longer than requested minimal value |