|
| |||||||
| Home | Recent Posts | HELP-FORUMS (ask/answer) | Classifieds-free | File Sharing / Documents | Photo Galleries | Polls | Newsletter | Machinetoolhelp.com. |
| Programming / Applications All CNC programming, CNC applications, milling, turning, tooling, macro programming, and other CNC machine tool related questions. |
![]() |
| | Bookmark or Share | Thread Tools | Search this Thread | Display Modes |
| |||
|
Hi, I noticed that if I change my programming style just a little, I can make any detail 2-5 seconds faster than I nomally do. (see the before->after sample) But my machine goes looney if I try the same thing with Constant Surface Speed. For example if I tell it to go Z0, it will go Z145, yes it makes no sense, time for examples: before->after sample Quote:
|
| |||
|
It may be nothing but, I don't think you can establish the limit AND set the RPM on the same line. Have you tried this?; G50 S2400 G97 T0606 S2400 M3 G96 S250 G0 X30 Z1 G1Z-15 G0Z150 X150 ... ... |
| |||
| Quote:
Yes I have & i cant use it because we set the CSS & then start moving our tool to the cut off position (while the tool moves the spindle speed also changes & it consumes time.)(the distance is from [X150 Z150]-> to [X45 Z -15] ) So I was thinking & I think I came up with the solution, Its working right now & it seems to be doing quite well. The only downside of this solution is that I must calculate the current spindle speed (in rmp) at the cut off position beforehand. Tho I coded me a calculator to calc the speed at any given diameter & at any CSS. & since im using a notebook to do the programs its not big deal. How ever, If you guys think there is a better way to do it, feel free to let me know. Idea is to change the spindle rpm to the rpm it will have at the position of X45 Z-15 while we change the tool, then move the tool to the cutting off position & set CSS. At this point css will be already 707 rpm so we wont waist time imagine cutting off pos to be at the following coordinates: X45 Z-15 & css 100 m/min G97 T0101 S1800.......tool 1 G0 X0......................do some stuff hire ...... G0 X150 Z150...........move tool 1 away from the detail M1 G97 T0202 S707......cutting off tool 2 G50 S1000. G0 X46 Z-15 G96 S100 G1 X45 F0.3 ....... |
| |||
| Quote:
Quote:
If CAM software is used to generate the CNC program, the above method can be made happen via the Post Processor. Regards, Bill Last edited by angelw; 01-26-12 at 09:55 AM. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
| |