
A-90075 E
Title
Draw
4/9
Sheet
FANUC Series 30
/ 31
/ 32
Spindle Control M,S,P Format
Edit
Apprv.
Desig.
Design
Please refer to " Connection Manual (Function) 11.10 Multi-Spindle Control
(B-63943EN-1) ".
Modal display and System variable
The screen which displays M code like the Modal displays the values of the
M code which was described in the program.
System variable #4113 (the modal information of M code) stores the value
of the M code which was described in the program.
Example
The example in case of the following parameter setting
Path 1: No.13550 1st spindle=1103, 2nd spindle=1203
No.3781 1st spindle=1, 2nd spindle=2
Path 2: No.13550 1st spindle=2103, 2nd spindle=2203
No.3781 1st spindle=3, 2nd spindle=4
The result when ordering each program by above-mentioned parameter
setting is shown below.
M03 S100 P1; (Runs the 1st spindle on Path 1 in 100min
-1
)
To PMC: M1103 is output.
The display: M03 is displayed.
M03 S100 P2; (Runs the 2nd spindle on Path 1 in 100min
-1
)
To PMC: M1203 is output.
The display: M03 is displayed.
M03 S100 P3; (Runs the 1st spindle on Path 2 in 100min
-1
)
To PMC: M2103 is output.
The display: M03 is displayed.
M03 S100 P4; (Runs the 2nd spindle on Path 2 in 100min
-1
)
To PMC: M2203 is output.
The display: M03 is displayed.
Even if it commands from the different path, if commanding the same
program, the same result will be gotten.