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...") |
(No difference)
|
Revision as of 12:50, 1 October 2018
Program library
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 |