the G94/G95 mode is separate for each turret. just add another G94 when you change turret.
Hi!
I wrote the program for OSP5000 G (Okuma LC20 with 2 turret).
The programm starts
G14
G94
...
...
then I change the turret
G13
...
...
In this case the XA XZ mooving became too high.
The question:
G94 code valid in ALL axis or it is valid withing assigned axis (G14).
How to make it valid for both axis (G14, G13)?
Can I start the program with G94
G94
G14
...
G13
or I need to define G94 every time when change the axis?
the G94/G95 mode is separate for each turret. just add another G94 when you change turret.
Thank you for answer.
I will try to insert G94 in program on Monday.