Okuma Alarm-B 2645 YS-axis position


Okuma Alarm-B 2645 YS-axis position
In the status that Y-axis-mode was OFF, YS-axis was not in the turning-position of SYSTEM-PARAMETER.
And the programa was started in the status.
Or, after changing the spindle-mode, the movement-command except for Y-axis was performed before moving YS-axis to turning position.

Object
SYSTEM

Code
1->Concerning the spec of “CENTER COMP.”

In the status that Y-axis-mode was OFF, YS-axis was not in the turning-position of SYSTEM-PARAMETER.
And the program was started in the status.

2->After changing the spindle-mode, the movement-command except for Y-axis was performed before moving YS-axis to turning-position.

Probable Faulty Locations
1)Program error.

The function of “CENTER COMP.” was not canceled before program-end.

2)Turning-position of SYSTEM-PARAMETER was changed.
3)After installing NC-software, program was started before setting turning-position.
4)After changing the spindle-mode, the command of moving Y-axis to turning-position was not performed.
ex:

:
G141
G00 X100 Z100
:

Measures to Take
1)Correct the program.
2)Restore parameter-data.

Or, it ordered G136/G138-command for returning turning-position Y-axis.

3)Set turning-position of SYSTEM-PARAMETER.
4)Add G00-command to move turning-position of Y-axis.
ex:

:
G141
G00 Y=VYSTP
G00 X100 Z100
:
Okuma Alarm-B 2645 YS-axis position