Detailed description
2.12 Block descriptions
Basic logic functions: PLC Basic program powerline (P3 pl)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
229
3. Start spindle oscillation
CALL FC 18 (
Start :=
M100.0,
Stop :=
FALSE,
Funct :=
B#16#3,
//Oscillate spindle
Mode :=
B#16#0,
AxisNo :=
5,
Pos :=
0.0,
FRate :=
MD108,
InPos :=
M112.0,
Error :=
M113.0,
State :=
MB114);
4. Traverse indexing axis
CALL FC 18 (
Start :=
M100.0,
Stop :=
FALSE,
//Not used
Funct :=
B#16#4,
//Traverse indexing axis
Mode :=
B#16#0,
//Position absolutely
AxisNo :=
4,
Pos :=
MD104,
//Default setting in REAL: 1.0;2.0;..
FRate :=
MD108,
InPos :=
M112.0,
Error :=
M113.0,
State :=
MB114);
5. Position axes
CALL FC 18 (
Start :=
M100.0,
Stop :=
FALSE,
//Not used
Funct :=
B#16#5,
//Position axes
Mode :=
B#16#1,
//Position incrementally
AxisNo :=
6,
Pos :=
MD104,
FRate :=
MD108,
InPos :=
M112.0,
Error :=
M113.0,
State :=
MB114);
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 ...