Is this a brand new problem that you have never seen before? How long have you run the machine?
Mike
Our VF3 is doing some surfacing and it seems to be having trouble smoothly cutting the surface of a part. It has a stutter between each block of code, like it is stopping then starting each line. Is there some setting/parameter that I should look for to help smooth out the motion?
www.machmachine.com
Is this a brand new problem that you have never seen before? How long have you run the machine?
Mike
Haas VF-2, HA5C, Hardinge CHNC 1, BobCAD V23
You can control the accuracy of the machine in the machine settings (or with G154). See the manual for the factory spec and make sure it isn't set too high (or small in this case). Setting it to .005" or under will cause the "exact stop" type of situation when surfacing.
Also, depending on your programming software, you can filter the toolpath and add arcs when it can and that will help the control process the information faster and the drives to be able to move smoother.![]()
Tim
currently setting 85 is set to 0.001. Should I increase this to 0.005?
I dont ever remember this happening before with this machine. So I am wondering if a setting was changed
www.machmachine.com
I think it comes from Haas set to .020" and the finish set to "Medium"
Tim
Yeah, .001 is waaaay off. Default should be .025.
Try this in the heading of your program: G187 P2. E0.025. Those are the default settings and should get you going.
Setting 85 is currently shipping from the factory with a default of .050 Although this is called "max corner rounding" it is an algorithim and not a tolerance as many assume. Good luck.
Agreed. My statement of it "controlling the accuracy" was mis-leading...which is why I called it the "exact stop" type of situation.(jerky motion vs smooth motion)
It will, however, tend to take shortcuts when given a large number though so in reality...it can cause accuracy issues. I have seen this with the older machines so I leave the number VERY small unless just roughing.
Tim
+1 on that.
I used to machine plastics a lot. The limiting factor on how fast we could surface was the tolerance we set in setting 85 (or the G187 command value). Too high a value and we'd get inaccuracies or small gouging in the parts. Too tight and the machine would stutter like you describe. We had to find the right blend of setting 85 and the feedrate to get the results we needed.
I also assume you are running the program from in the controller's memory and not from DNC, a floppy, or a jump drive, right? If not, then you could be hampered from data starvation as the controller needs more code faster than the connection can deliver it. The symptoms are the same as yours. It has happened to me before when surfacing aluminum and plastic.
Apparently I don't know anything, so please verify my suggestions with my wife.
One more note:
We had a couple VF-3's that would retain the values input in a G187 line for subsequent programs even though it's not supposed to be modal. For example, we would run a roughing program with a G187 E.025 line (no P value in older machines). If we ran a finishing program next, then we would have to make sure that there was a G187 E.002 line at the end of the program or we'd get crappy finishes. I ended up changing my post to put it in every footer.
Doesn't seem to be a problem on my 2007 machine though.
Last edited by Pondo; 05-18-2012 at 10:52 AM.
Apparently I don't know anything, so please verify my suggestions with my wife.
Please make sure that High Speed Machining (Parameter 315:4) is turned on. Ensure your G187 values are correct and being used.
Thanks,
Ken Foulks
I am running into this same issue during both a 'HSM' roughing tool path (~100 ipm, lots of small moves) and also 3D surfacing at 80 and 120 ipm using a 1/2" ball end mill (7500 rpm spindle). I turned on parameter 315.4 (HSM) for my trial 200 hrs, and it definitely helped. I'm a bit disappointed though since I didn't think I'd need to worry about the HSM option until higher feed rates than I'm working with.
I am running the programs from a USB thumb drive, since I couldn't stomach Haas's upcharge for more than 1MB memory. I ran a small portion of the tool path from the controller and noticed no change in speed, so I don't think the transfer speed from the thumb drive is causing issues.