Detailed description
2.3 Feedrate control
Basic logic functions: Feeds (V1)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
57
Acceleration factor is set by the synchronized action:
WHEN TRUE DO ACC[X]=25 $R1 = $AA_ACC[X]
G4 F1
IF (RO <> $MA_ MAX_AX_ACCEL[X] * 0.25
SETAL(61001)
ENDIF
M30
end-of-motion criterion for single axes
Similar to the block change criterion for path interpolation (
G601, G602
and
G603
) it is also
possible to program the movement end criterion for singleaxis interpolation in a part program
or in synchronized actions for main run axes: command/PLC axes.
Programmable criterion
end-of-motion on reaching
FINEA[Axis]
"Exact stop fine"
COARSEA[Axis]
"Exact stop coarse"
IPOENDA[Axis]
"Interpolator stop" (IPO stop)
Axis: Channel axis name (X, Y ....), spindle (S1, ...)
The end-of-motion criterion set will affect how quickly or slowly part program blocks and
technology cycle blocks with singleaxis movements are completed.
The same applies for PLC positioning instructions via FC15/16/18.
The set end-of-motion criterion can be scanned with system variable $AA_MOTEND[Axis].
$AA_MOTEND[Axis] = 1
end-of-motion with "Exact stop fine"
$AA_MOTEND[Axis] = 2
end-of-motion with "Exact stop coarse"
$AA_MOTEND[Axis] = 3
end-of-motion with "IPO stop"
Note
Depending on whether $AA_MOTEND is programmed in a part program or a synchronized
action, the MOTEND value is output for the NC axes or the main-run axes.
The last programmed value is retained following a
RESET
.
Summary of Contents for SINUMERIK 840D sl
Page 282: ...Index Basic logic functions Acceleration B2 64 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 388: ...Basic logic functions Travel to fixed stop F1 Function Manual 11 2006 6FC5397 0BP10 2BA0 52 ...
Page 962: ...Index Basic logic functions Emergency Stop N2 20 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1704: ...Constraints Basic logic functions Spindles S1 94 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1716: ...Index Basic logic functions Spindles S1 106 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1996: ...Index Basic logic functions Tool Offset W1 208 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2150: ...Table of contents Basic logic functions Appendix 4 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2184: ...Glossary Basic logic functions Appendix 38 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...