- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm using the generic PP for " OSP-300 control"
https://cam.autodesk.com/hsmposts?p=okuma_lb3000_mill-turn
Three modifications I need help with, please : )
First tweak:
I'm running a heavy machine and the spindle mass is quite high (plus the mass of workpiece). when the program starts reving up the spindle, it sometimes passes the spindle speed limit by 3 to 5 RPM more than what G50 limited to. Then I get the error "Spindle Over Revolution Error"
This can be easily solved by forcing G97 value to be, lets say 5% lower than G50. or 2%. Just slightly lower
Like the code below.
(The green one on the right works just fine)
Second tweak:
Whenever the programs ends with milling or drilling cycles, the spindle remains locked and I need to add M109 manually. Can you please help me to put it there automatically?
Third tweak:
I want to omit redundant X Z coordinates from REPEATED drilling, not from the first line of the cycle itself.
After I commented out ' xOutput.reset(); ' and ' zOutput.reset(); ' I'm getting redundant X Z on repeated cycles at different C location.
In the below code (and any other cycles), If the line starts with G cycles, then the line must have all the necessary commands (which has and works just fine). But the following lines only needs parameters that changes (in this example only C changes)
@Arun.rs Already helped me alot with PP modifications and I did bunch of tweaks to mine. But I still can't figure out how to solve this.
I really appropriate if you can guide me with any of the 3 above
Solved! Go to Solution.