Use of real-time loops

Die sinking involves various repetitions of motions and control instructions that take place in the down and orbit channels. In general, these repetitions can be implemented by loops in the NC program. However, this has the following disadvantages:

The real-time loops function therefore provides a solution. Real-time loops are executed on the interpolation plane using the following syntax:

N010 X100 Y100    ; start position
N100 X50 Y0       ; position at loop entry
N200 #RT WHILE
N210 G02 …        ; loop content
N220 G01 …
N290 G01 X50 Y0
N300 #RT ENDWHILE
N400 X100 Y-100  ; end of loop
Use of real-time loops 1:
Real-time loop with PLC control

The use of real-time loops in die sinking provides the following benefits: