S1: Spindles
16.4 Configurable gear adaptation
Basic Functions
1324 Function Manual, 09/2011, 6FC5397-0BP40-2BA0
Example
Gear stage change in DryRun
; 1. Activate 1st gear stage for output state
N00 M3 S1000 M41 ; 1st gear stage is selected
M0 ; Part program stops
; PI service: Activate dry run feedrate (DryRun)
; (Configuring)
N10 M42 ;
2nd gear stage requested, no gear stage change
takes place
N11 G0 X0 Y0 Z0 ; Positioning axes
N12 M0 ; Part program stops
; PI service: Deactivate dry run feedrate (DryRun)
; REORG and REPOS are performed
;
now the gear stage change to the 2nd gear stage
takes place
N20 G1 Z100 F1000
...
N99 M30 ; Part program end