X_InterpolationActive, X_DwellTimeActive

The X_InterpolationActive status is indicated if a part program with travel motions is in execution and if a travel block is currently being interpolated in the real-time part.

Program example:

................
N20 G01 X10 Y20 Z30 F2000 <- Block currently being interpolated
...............

The X_DwellTimeActive status is indicated if a part program with dwell time is in execution and a block with a dwell time is currently being executed in the real-time part.

Program example:

................
N20 G04 10 <- Block with dwell time currently executed
...............