Okuma Alarm-B 2258 Mistake in C command


Okuma Alarm-B 2258 Mistake in C command
Alarm of C command
Numerical value of designated C command calling for spindle orientation is either C < 0-deg, or C >= 360-deg.
C command is designated at B-turret side on a multi-machining model. Or, C command is designated during coordinate change by G137.
C command is designated in other than G00, G01, G50, G101, G102, G103 mode, or G181 – G190 (compound fixed cycle for Mtool spindle) mode.
C command value is outside of -360 < C < 360-deg.C command calling for zero movement in the G101 mode.C command calling with G11/COPYE when it was not Multiple machining no spec.Object
SYSTEM

Code
1->The C command at B-turret side on a multi-machining model
2->The C command is designated in other than G00, G01, G50, G101, G102, 20G103 mode, or G181 – G190 (compound
fixed cycle for M-tool spindle) mode.
3->The C command calling for zero movement in the G101 mode
4->C command calling with G11/COPYE when it was not Multiple machining no spec
Others:Hexadecimal number of designated C value
Program Example:

M19 C-50->FFFF3CB0 (Hexadecimal of -50000)
M19 C370->5A550 (Hexadecimal of 370000)

Code 1 appears.

G14 <-Command cannot be designated at B-turret side.
M110
G00 X100 C90 M146 M15
M147
M02

Code 2 appears.

M110
M03 S500
G94 G02 X100 C90 M146 M15 F130
^^^^C command not allowed
M147
M02

Code 3 appears.

M110
M146
G00 X100 C30 T0101 SB=250 M241
G94 Z120 M13
G101 C30 F30
M02 ^^^^C-axis movement amount is "0".

Code FFFA5ABD (Hexadecimal of -370000) appears.

M110
G00 X100 C-370 M146 M15
M147 ^^^^^Command must not be -360-deg

[Related Specifications]
1)Spindle orientation
2)Multi-machining model

Okuma Alarm-B 2258 Mistake in C command