Okuma Alarm-B 2262 Mistake in incremental command


Okuma Alarm-B 2262 Mistake in incremental command
In the coordinate system conversion, the G code (G91) calling incremental mode is designated.
In the composite fixed cycle execution, the incremental mode is designated.

Object
SYSTEM

Code
Hexadecimal number of commanded code

Probable Faulty Locations
Program error
Program Example:

G91
:
G137 C10
:

Measures to Take
Designate the G90 command (calling absolute programming mode) in a block preceding the G137 command block or the composite fixed cycle command block.

:
G91
:
G90
G137 C10
:

Related Specifications
Coordinate system conversion

Okuma Alarm-B 2262 Mistake in incremental command