Message 1 of 1
DN Solution PUMA/LYNX Post processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys. I have one issue with this post: DN Solutions (Doosan) Mill/Turn with Fanuc 0i/31i control. While generating code for ops with both spindles attached and synced, the G97 code is NOT generated. The G97 is normally used before/after all turning ops to allow for repositions without modulating RPM. Any idea how this glitch can be corrected?
Generated code:
N2(PROFILE FINISHING2)
G0 G28 U0. V0.
G28 W0.
M90
G54
G99 G18 M34
G50 S4000
T0202
M8
G96 S118 M204 P11
G0 Z5.
X85. Y0.
Z-0.2
X64.
G1 X60. F0.07
Z-30.2
X64.
G0 X85.
Z5.
M205 P11
M9
The correct code should look like this:
N2(PROFILE FINISHING2)
G0 G28 U0. V0.
G28 W0.
M90
G54
G99 G18 M34
G50 S4000
T0202
M8
G97 S442 M204 P11
G0 Z5.
X85. Y0.
G96 S118 M204 P11
Z-0.2
X64.
G1 X60. F0.07
Z-30.2
X64.
G0 X85.
Z5.
G97 S442 M4 P11
M5 P11
M9