BenJammin38
Plastic
- Joined
- Jul 20, 2022
So I am trying to program a part with a flip in step jaws on this mori frontier L with an msc521 Fanuc controller. There is no g54 or g55 type system but there is a work offset and work shift.
My issue is adjusting the work offset in the program with a code. So far I have a G10P0Z6.812 that will write to the work offset and populate it, but when I go to run the program it only moves about 7 inches and is still away from the part when is says its at Z.1606. Here is a part of my code at the beginning if that helps. Now this same code before I added that line was running just fine.
G20 G40 G97 G99
M42
G10P0Z6.8126
N1
(DCLNR163 .8MM CR)
G28 U0.
G28 W0.
T0101
(TURN ROUGHING)
G50 S2750
G97 S2100 M3
G99 G18
G0 Z.1606 M08
X3.22
Z.02
Thanks in advance.
My issue is adjusting the work offset in the program with a code. So far I have a G10P0Z6.812 that will write to the work offset and populate it, but when I go to run the program it only moves about 7 inches and is still away from the part when is says its at Z.1606. Here is a part of my code at the beginning if that helps. Now this same code before I added that line was running just fine.
G20 G40 G97 G99
M42
G10P0Z6.8126
N1
(DCLNR163 .8MM CR)
G28 U0.
G28 W0.
T0101
(TURN ROUGHING)
G50 S2750
G97 S2100 M3
G99 G18
G0 Z.1606 M08
X3.22
Z.02
Thanks in advance.