- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone:
I was suggested here to post a program on this section of the forum to start a discussion about the best post-processor to utilize with a BIESSE ROVER J 1530; So I'm attaching a program file and I've used the "rs274.cps - RS - 274 D" post proccessor, that took me 99% there with the exception of two things that I've found so far:
1 - I have to edit every GCODE to remove instruction G94
ORIGINAL = N10 G90 G94
EDITED = N10 G90
Command G94 is not supported by ROVER
2 - When Patterns are created within the program there is an extra Tool change for the wrong tool.
ORIGINALS = N45 T3 (line 16) & N440 T2 (line 101)
EDITED = (N45 T3) & (N440 T2) (added parenthesis to turn instructions into comments)
Any help with this would be greatly appreciated.
Thanks in advance
Paul Kühne
Solved! Go to Solution.