Okuma Alarm-B 2382 LAP XA(ZA), XB(ZB) illegal order


Okuma Alarm-B 2382 LAP XA(ZA), XB(ZB) illegal order
In G85 LAP mode, the number of digits of the designated XA (ZA) or XB (ZB) command is larger than the allowable number when G84 is specified.
G84: Changes cutting conditions of rough bar turning cycle.
G85: Calls rough bar turning cycle.

Object
SYSTEM

Code
1->In longitudinal turning, the command value exceeds the following range:-99999.999 <= XA (XB) <= 99999.999.2->In end face turning, the command value exceeds the following range:-99999.999 <= ZA (ZB) <= 99999.999.Probable Faulty Locations
Program error
Program Example:
N010 G85 NLAP1 D4 F0.5 U0.2 W0.1
$G84 XA=100000 DA=2 FA=0.3
$:Specifying $ at the head of command line permits the line to be included in the same block with the previous line.

Measures to Take
Check the XA (ZA) and XB (ZB) commands.
In the example program above, XA command value is greater than 99999.999; correct the command value.
N010 G85 NLAP1 D4 F0.5 U0.2 W0.1
$G84 XA=70 DA=2 FA0.3

Related Specifications
LAP

Okuma Alarm-B 2382 LAP XA(ZA), XB(ZB) illegal order