Okuma Alarm-B 2265 Distance calculation over limit
In coordinate system conversion, the value after the conversion is larger than 99999.999.
Object
SYSTEM
Probable Faulty Locations
Program error
Program Example:
G137 C20 G00 X99999.999 Y99999.999 :
Measures to Take
Check the X and Y commands;
(SQR(X*X + Y*Y)<=999999.999 must be satisfied.) : G137 C20 G00 X100 Y100 :
Related Specifications
Coordinate system conversion