Okuma Alarm-B 2253 Mistake in angle command


Okuma Alarm-B 2253 Mistake in angle command
In the G00, G01, G02, G03, G34 or G35 sequence, an A command is designated both with X and Z commands.
The target point calculated from the angle does not fall within a range of -99999.999 and 99999.999.
In the G31 or G33 sequence, both A and I commands are designated.
In the G32 sequence, both A and K commands are designated.
The target point in the thread cutting fixed cycle calculated from the angle command does not fall within a range of -99999.999
and 99999.999.
A command of G11/COPYE is not -359.999<=A<=359.999.Object
SYSTEM

Code
1->Both X and Z commands are designated. Or, an A command is designated with I or K command.
2->Neither X nor Z command is designated.
3->The target point calculated from the angle command does not fall within a range of -99999.999 and 99999.999.
Others->Hexadecimal number of the target point calculated from angle command A in thread cutting fixed cycle
Or Hexadecimal number of the A command of G11/COPYE.
Program Example:
Code 1 appears.

G00 X100 Z100
X120 Z50 A160
^^^^^^^^^^Delete either X or Z command.

Code 1 appears.

G00 X100 Z100 M03 S100
G34 X120 Z50 A170 F3 E0.1
^^^^^^^^^^^Delete either X or Z command.

Code 3 appears.

G00 X100 Z100
X120 A179.999

Target value of Z is 5729477.95.
Change X or A value to a smaller one.
Code 2 appears.

G00 X100 Z100 M03 S500
G03 A150 L30 F0.2
Designate X or Z command.

Code 1 appears.

G00 X100 Z100 M03 S100
G33 X80 Z50 I10 A170 F3
^^^^^^^^^^^Designate only either of I and K commands.
Okuma Alarm-B 2253 Mistake in angle command