Siemens SINUMERIK 840Di Function Manual page 1387

Basic machine
Hide thumbs Also See for SINUMERIK 840Di:
Table of Contents

Advertisement

3. Start spindle oscillation:
CALL FC 18 (
4. Traverse indexing axis:
CALL FC 18 (
5. Position axes:
CALL FC 18 (
PLC Basic Program Solution Line (P3 sl)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
Start :=
M100.0,
Stop :=
FALSE,
Funct :=
B#16#3,
Mode :=
B#16#0,
AxisNo :=
5,
Pos :=
0.0,
FRate :=
MD108,
InPos :=
M112.0,
Error :=
M113.0,
State :=
MB114);
Start :=
M100.0,
Stop :=
FALSE,
Funct :=
B#16#4,
Mode :=
B#16#0,
AxisNo :=
4,
Pos :=
MD104,
FRate :=
MD108,
InPos :=
M112.0,
Error :=
M113.0,
State :=
MB114);
Start :=
M100.0,
Stop :=
FALSE,
Funct :=
B#16#5,
Mode :=
B#16#1,
AxisNo :=
6,
Pos :=
MD104,
FRate :=
MD108,
InPos :=
M112.0,
Error :=
M113.0,
State :=
MB114);
2.12 Block descriptions
//Oscillate spindle
//Not used
//Traverse indexing axis
//Position absolutely
//Default setting in REAL: 1.0;2.0;..
//Not used
//Position axes
//Position incrementally
Detailed Description
2-193

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents