Hello Guest it is April 25, 2024, 10:41:46 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chrismicro305

Pages: 1
1
General Mach Discussion / Re: 4th axis setup cheat sheet
« on: August 05, 2016, 10:37:51 PM »
Okay this is what I did, First the ratio of the 3020 is 2:1 and the steps per deg. work out at 8.8987*********. This is a trial and error method but it work, go to Config>Motor Tuning and set the Steps Per to 8.8987 or (10 like I did) and  Save axis settings, then go to Settings(Alt-6) clamp a hexkey short end in the chuck so that the long end is vertical, make sure when the chuck is turning that it can swing by the base of the engraver. Above the red reset button press the Set Steps per Unit button, select the A Axis radio button and press OK. enter 360 and press OK, the chuck will start turning, wait till it stop and measure the degrees it turned enter it in the block press OK and the software will calculate the steps per unit and will update the setting do the whole procedure again until the movement is 100% 360 degrees. You are ready to go.   

2
General Mach Discussion / Re: 4th axis setup cheat sheet
« on: August 05, 2016, 02:33:08 PM »
I did that and now I only have a blank screen and I don't know how to get my screens back. I only have the top menus.

3
General Mach Discussion / Re: 4th axis setup cheat sheet
« on: August 05, 2016, 01:12:10 AM »
For such purposes as cutting spur gears, machining splines or flats on round stock etc etc the position of the rotary axis is usually expressed in degrees. A GCode command such as G0 A10 will rotate the axis 10 degrees and so on. To set up the axis within Mach it is necessary to specify the ‘Steps Per’ (degree) and this is achieved by taking the steps of the stepper motor and multiplying by the micro stepping setting (if any) and then multiplying by the gear ratio then dividing the result by 360. In my case this is 200 (steps) x 8 (micro steps) x 60 (reduction ratio 60:1) / 360 (degrees) = 266.6666 steps per.

Although angular mode is the most common and also the most useful way in which a rotary axis is used there are alternatives….

When engraving on the surface of a cylinder, for example, it is convenient to have the rotary axis set for movement in mm but as this will vary, depending on the diameter of the work, there is a trick to getting it just right. One method for finding the ‘Steps Per’ is to calculate how many steps are necessary for the axis to complete one revolution and divide this figure by pi. In my case this is 200 (steps) x 8 (micro steps) x 60 (reduction ratio 60:1) / 3.142 (pi) = 30553.787 steps per to enter in Mach. Now this figure represents a linear movement of 1mm around the circumference of a 1mm diameter cylinder. In order that this can be used for any diameter of cylinder another calculation has to be performed and that is 1 divided by the diameter of the work (1/diameter). The result of this calculation is then entered into the rotary axis scale DRO within Mach. My version of Mach did not have an A axis scale DRO (like the X,Y &Z axis have) so this had to be added using Screen4 (for reference the A axis scale DRO is OEM Code 62 and it’s associated LED is OEM Code 44).

As an example, to engrave on the surface of an 80mm diameter cylinder it is 1 / 80 = 0.0125 so 0.0125 is entered in the A axis scale DRO now a GCode command of G0 A10 will rotate the axis so that the surface of the 80mm diameter work rotates 10mm. Using this method means that simple, conventional, engraving programs and existing GCode programs can be used for engraving onto curved surfaces such as tumblers, cups etc.

Although perhaps not quite as accurate as when the axis has been set up for angular movement in the first place - entering pi / 360 or 0.00873 into the A axis scale DRO will allow the axis to then operate in degrees ie. G0 A10 will rotate the axis 10 degrees.

Hope this helps,

Tweakie.
Hi Tweakie I can't find the page where you enter the A axis scale. please help.

Pages: 1