Detailed description
2.12 Block descriptions
Basic logic functions: PLC Basic program powerline (P3 pl)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
175
MoveAxis
:=M
111.2,
Request, initiate traversing motion
Done
:=M
111.3,
//Test successfully completed
Error
:=M
111.4,
//Error has occurred
State
:= MB
112);
//Error status
OPEN
"Axis3"; //Brake test, Z axis
O
M
111.3;
//Test successfully completed
O
M
111.4;
//Error has occurred
FP
M
110.3;
R
DBX
28.7;
//Request, PLC-monitored axis
UN
DBX
63.1;
//Checkback signal, axis monitored by PLC
U
M (GND) 111.0;
//Start brake test for FB
U
M (GND) 110.7;
//Brake test is running
FP
M (GND) 110.4;
R
M (GND) 111.0;
//Start brake test for FB
R
M
110.7;
//Brake test is running
CALL "SpinCtrl" (//Traverse Z axis
Start
:=M
111.2,
//Start traversing motion
Stop
:= FALSE,
Funct
:= B#16#5,
//Mode: Axis mode
Mode
:= B#16#1,
//Procedure: Incremental
AxisNo
:= 3,
//Axis number of axis to be traversed
//Z axis
Pos
:= -5.000, //Traversing distance: Minus 5 mm
FRate
:= 1.003,
//Feedrate: 1000 mm/min
InPos
:=M
113.0,
//Position reached
Error
:=M
113.1,
//Error has occurred
State
:= MB
114);
//Error status
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 ...