Hello Guest it is April 25, 2024, 07:19:09 AM

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 - Graham Waterworth

831
Save your macro in the macro folder of your profile and call it with M1083 in your code

832
The secret with Mach3 turn is to long code everything, cycles do not work like in mill

I take it you have a speed sensor on the spindle.  If not you can not do feed per rev only feed per minute.

Try it like this :-

%
O100 (REAM)
N10
N20 G18  G20  G40  G61  G90  G95
N30
N40
N50 (CREATED  03/07/2019 17:01:06)
N60  (#17 - T17 REAMER D 0.12INCH )
N70
N80 (T17 REAMER D 0.12INCH)
N90
N100 (T17 REAMER D 0.12INCH)
N110 G0 T1717
N120 G97 M3 S850
N130 M7
N140
N150
N160 Z0.05
N170 X0
N180
N190 G01 Z-0.132 F0.005
N200 G4 P500 (HALF A SECOND DWELL)
N210 G01 Z0.05 F0.05
N220 G00
N230 G53 Z0.
N240 G53 X0.
N250 M9
N260 M5
N270 M30
%

833
You could try the 'Ref All Home' button on the program screen.

834
Are you sure the a axis is rotating in the right direction and at the correct distance.

To check the rotation place a hex head bolt or a piece of hex bar end in the chuck and set a flat square with a clock or a square block.

Then enter and run this program :-

%
G92 A0
G91
G00 A60.
M30
%

The A axis should roll the top of the chuck toward you for 60 degrees and the next flat should be square to your original flat.


835
General Mach Discussion / Re: Mach3 dwell nightmare
« on: March 06, 2019, 08:10:29 PM »
A sample of the code you are using may help

836
General Mach Discussion / Re: How do I configure the A-axis settings?
« on: March 03, 2019, 08:29:16 PM »
I think the 540 defaults to 10 micro steps which would give 2000 steps on a standard 200 step motor.

837
I am not sure all the % signs in the program are a good thing especially as there is an odd number of them and they work in pairs normally.

They are normally to indicate the start and end of the program.

Just a thought

838
General Mach Discussion / Re: How do I configure the A-axis settings?
« on: February 25, 2019, 10:38:33 AM »
Lets see if the old grey matter is still working.

It is best to set your steps for a 1 degree movement so if you need to move 72 motor revs per 360 degrees then its 72 X 200 steps (or what ever your steps per 1 rev of the motor) divided by 360 this is your steps per 1 degree which would be 40

If you turn off 'roll over' and 'short path' then you can command A720.0 or A1440.0 and it knows its to do and done 2 revs or 4 revs of the axis, it will also do 2 or 4 revs back if you command A0

Graham

839
G-Code, CAD, and CAM discussions / Re: G43T Mach3
« on: February 11, 2019, 11:12:34 AM »
It could be an old lathe command that is now defunct.


840
Share Your GCode / Re: Problem generating 3+2 G code
« on: January 24, 2019, 07:38:25 PM »
Are you using the free version of Fusion, from memory its not 5 axis only the Pro version is.