Programming and Operating Manual (Turning)
01/2017
101
G4 S.. is only possible if a controlled spindle is available (if the speed specifications are also programmed via S...).
The third axis
Prerequisite
The control system itself must be designed for three axes.
Depending on the machine design, the third axis can be required. These axes can be implemented as linear or rotary axes.
The identifier for these axes is defined by the machine manufacturer (e.g. C).
For rotary axes, the traversing range can be configured between 0 ...<360 degrees (modulo behavior) or -360 degrees/+360
degrees if there is no modulo axis is present.
With an appropriate machine design, a 3rd axis can be traversed linear simultaneously with the remaining axes. If the axis is
traversed in a block with G1 or G2/G3 with the remaining axes (X, Z), it does not receive a component of the feedrate F. Its
speed conforms to the path time of axes X, Z. Its movement begins and ends with the remaining path axes. However, the
speed cannot exceed the defined limit value.
If a block is programmed with this 3rd axis only, the axis will traverse using the active feedrate F when the G1 function is
executed. If the axis is a rotary axis, the unit of measurement for F is degrees/min with G94 or degrees/rev. of the spindle
with G95.
For these axes, offsets can be set (G54 ... G59) and programmed (TRANS, ATRANS).
The 3rd axis is a rotary axis with the axis identifier C
; feedrate F in mm/min or degrees/min
; X-Z traverse path with rapid traverse, C at the same time
; X-Z traverse path at 400 mm/min, C at the same time
; Axis C traverses alone to position 90 degrees at a speed of 3000
degrees/min
Special instructions for rotary axes: DC, ACP, ACN
For example, for rotary axis A:
; Absolute dimensions, approach position directly (on the shortest
path)
; Absolute dimensions, approach position in positive direction
; Absolute dimensions, approach position in negative direction
; approach absolute position 55.7 degrees in positive direction
Spindle speed S, directions of rotation
Functionality
The spindle speed is programmed under the address S in revolutions per minute, if the machine has a controlled spindle.
The direction of rotation and the beginning or end of the movement are specified via M commands.
; Spindle counter-clockwise
: For integer S values, the decimal point can be omitted, e.g. S270.