Machsupport Forum
Mach Discussion => Mach4 General Discussion => Topic started by: KatzYaakov on June 29, 2018, 02:10:05 AM
-
ic that g5 not included in gcode list of mach
is there something similar ?
-
Hi,
I've looked through 'CNC Programming Handbook 2nd ed' by Peter Smid, the CNC bible as it were and there is no G05.
What is it supposed to do?
There is an M05 of course, it means 'stop the spindle'. Does G05 mean the same thing?
Craig
-
it use to smoothing path for faster work
-
Hi,
I found this in Wikipedia:
G05 P10000 High-precision contour control (HPCC) M Uses a deep look-ahead buffer and simulation processing to provide better axis movement acceleration and deceleration during contour milling
G05.1 Q1. AI Advanced Preview Control M Uses a deep look-ahead buffer and simulation processing to provide better axis movement acceleration and deceleration during contour milling
Is that what you had in mind?
Craig
-
Hi,
to my knowledge Mach4 conforms to Fanuc 21 and it has linear interpolation and circular arcs but the trajectory planner doesn't use splines
any other curve approximation algorithm.
Craig
-
maybe the option to work without exact stop can have similar results?
-
The default motion mode is determined by the general tab of the configuration dialog. Exact Stop (G61) or Constant Velocity (G64), CV for short. G64 is the semi-equivalent of you motion smoothing. Most of the time, G64 (CV) is the default motion mode. G64 it is primarily characterized by the acceleration capabilities of your machine. The higher the accel settings/capabilities, the closer CV cuts to the true path. There is a way to tailor the CV settings by angle. But there isn't a way to blend with a number in a range like your G5 command.
Steve
-
KatzYaakov,
I have used CV with great success (nothing is perfect in the CNC world).
The secret is having the correct angle Feedrate with the Blend Radius 0 to 170 degrees.
I can run a very good finish with brass using a .05mm radius TBN cutter with CV.
Example F400 Z/Y/Z CV Feedrate Maximum 150 on the angles and blend radius (0 to 179).
You can use the Wizard mcCvTuningWizardV3-3Beta and enter your desired inputs (axis selection and tolerance).
Then go into machine.ini and reduce the larger feedrates of the small angles to a smaller constant maximum number and leave the rest.
This will the produce a good line smoothing result.
I automatically change all my angle feedrates via enties on the screen.
You can test this by doing some small lettering G-Code and running it in Mach4 with CV and the settings you set above.
On my tests I have gone down to 1mm high lettering the minimum we cut.
Depending on the speed you intend to use and the type of material you use on a job the maximum number may vary, best the do a simple lettering test or the road runnner to see how close and smooth the cutting line will be.
Regards,
Mauri