F1: Travel to fixed stop
6.2 General functionality
Basic Functions
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
301
Examples
With machine axis identifiers:
References:
/PG/, "Programming Guide: Fundamentals"
Channel axis identifier with unambiguous machine axis assignment:
For the purpose of illustrating the differences in programming, channel axis X is programmed as the image of
machine axis AX1 [or X1 (Name in machine parameter:
MD10000 $MN_AXCONF_MACHAX_NAME_TAB)]
.
All four of the following programming lines have the same effect when the channel axis X is imaged on the
machine axis AX1, X1:
X250 Y100 F100 FXS[X1]=1
X250 Y100 F100 FXS[X1]=1 FXST[X1]=12.3
X250 Y100 F100 FXS[X1]=1 FXST[X1]=12.3 FXSW[X1]=2
;
mm
X250 Y100 F100 FXS[X1]=1 FXSW[X1]=2
;
mm
Programming with machine axis identifiers
FXS[X1] = 1
;
Selecting X1
FXST[X1] = 10
;
New torque for X1
FXSW[X1] = 5
;
New window for X1
Programming with channel axis identifiers
FXS[X] = 1
;
Selecting X ->X1
FXST[X] = 10
;
New torque X ->X1
FXSW[X] = 5
;
New window for X -> X1
Z250 F100 FXS[AX1]=1 FXST[AX1]=12.3 FXSW[AX1]=2000
Z250 F100 FXS[X1]=1 FXST[X1]=12.3 FXSW[X1]=2000
Z250 F100 FXS[X]=1 FXST[X]=12.3 FXSW[X]=2000
Z250 F100 FXS[X]=1 FXST[X1]=12.3 FXSW[AX1]=2000
Содержание SINUMERIK 828D Turning
Страница 34: ...Basic Functions 34 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 146: ...A3 Axis Monitoring Protection Zones 2 6 Data lists Basic Functions 146 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 328: ...F1 Travel to fixed stop 6 5 Data lists Basic Functions 328 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 816: ...K2 Axis Types Coordinate Systems Frames 10 9 Data lists Basic Functions 816 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 1198: ...P4 PLC for SINUMERIK 828D 14 6 Function interface Basic Functions 1198 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 1752: ...Appendix 20 2 Overview Basic Functions 1752 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...
Страница 1774: ...Glossary Basic Functions 1774 Function Manual 09 2011 6FC5397 0BP40 2BA0 ...