Display data
Relevant display data for the "real-time loops" function can be read out via the HLI. The following data is available:
Programing Example
Differences in display data for #RT WHILE with and without
MODULO option
The associated display data are displayed on the basis of the following NC program.
%RtLoop
N0001 X10
N0002 X30
N0003 X50
N0004 X90
N0005 X130
N0006 #RT WHILE [MODULO]
N0007 X150
N0008 X170
N0009 X200
N0010 X210
N0011 X230
N0012 #RT ENDWHILE