Programming manual
CNC 8070
CNC VARIABLES
Understanding the description of the variables
14.
(SOFT V02.0X)
357
Examples of how to access synchronous variables:
<condition> = CNCRD (G.FREAL, R12, M12)
CPS R12 GT 2000 = ···
There is no need to wait for consulting the data because the
synchronous variables are resolved immediately.
<condition> = CNCWR (R13, PLC.TIMER, M13)
It resets the clock enabled by the PLC with the value contained
in register R13.