- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I have a mori seike with a MSX-701 control (fanuc 31). My machine does not have a full 4th only a positional ( 1 degree) . the problem I have is with b axis and the Smoothing. The post does not turn off the smoothing (G5.1Q1) when there is a B axis commanded because the B axis is thought of as a full axis and the look ahead would be reading it. But because I have a positional 4th it is not seen by the smoothing and skips over it. So in the program if there as a b axis commanded it does not rotate. Is it possible to get the post to see that the B is a full 4rth or not and the smoothing is turned of and on accordingly?
(2D CONTOUR6)
T6 M06
M08
S3600 M03
G54
M11
G00 B0.
M10
G332 R4.
G5.1 Q1
G00 X-1.25 Y-0.625
G43 Z1. H06
..
..
G332 R3. (need to bee added when B-axis is continuous = false)
G5.1 Q0 (need to bee added when B-axis is continuous = false)
G30 G91 Z0.
G90
(2D CONTOUR6)
G55
M11
G00 B0.
M10
G332 R3. (need to bee added when B-axis is continuous = false)
G5.1 Q1 (need to bee added when B-axis is continuous = false)
G00 X-1.25 Y-0.625
G43 Z1. H06
..
..
M09
G30 G91 Z0.
G90
G49
G332 R3.
G5.1 Q0
G30 G91 X0. Y0.
G90
M30
Thanks
Dave
Solved! Go to Solution.