Programming
10.4 Spindle movement
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
253
10.4.2
Spindle speed limitation: G25, G26
Functionality
In the program, you can limit the limit values that would otherwise apply for a controlled
spindle by writing G25 or G26 and the spindle address S with the speed limit value. This
overwrites the values entered in the setting data at the same time.
G25 and G26 each require a separate block. A previously programmed speed S is
maintained.
Programming
G25 S...
; Lower spindle speed limitation
G26 S...
; Upper spindle speed limitation
Information
The outmost limits of the spindle speed are set in machine data. Appropriate inputs via the
operator panel can activate various setting data for further limiting.
Programming example
N10 G25 S12
; Lower spindle speed limitation : 12 rpm
N20 G26 S700
; Upper spindle speed limitation : 700 rpm
Note
G25/G26 are used in conjunction with axis addresses for a working area limitation (see
Section "Working area limitation").