Hello Guest it is May 05, 2024, 01:47:34 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

111
It looks like you have a few problems :-

1. Make sure you have 'Tool selections persistent' turned on, this will remember the current tool over power downs , see image.  Click the tool DRO on the program run screen, enter a number and press return, exit Mach3 and restart, is the tool number still set?

2. This macro is for a rack type tool changer with no return function so we need to do one for your setup.

3. We need to know the position of the first tool holder relative to the home position and the pitch spacing of the tools.  Output used for the tool release, output used for dust shoe lift if fitted.

With this info we can start and fix your problem.

112
you can call T0 M6 and then the script can just put the tool way, the M6Start.m1s code may need to be modified to do it.

Post your script and we can take a look.

113
Post your code so we can see just what it is doing.

Are you set to feed per minute or feed per rev?

 

114
G97 S1000 M3 will set the spindle speed to a fixed speed of 1000 RPM.

G96 S200 M3 will set the spindle speed to 200 feet or 200 meters a minute based on the cutting diameter and will adjust the speed as the diameter changes.  Tool diameter offsets have to be set correctly too.

Just typing G97 will not change anything if you do not issue a Snnnn M3 with it.


115
General Mach Discussion / Re: Mach 3 atc on boxford lathe
« on: April 16, 2023, 12:17:37 PM »
You could try this one I did many years ago for Boxford 125/160 lathes.

Rename the file and put it in the correct profile macro folder.

116
General Mach Discussion / Re: Mach 3 atc on boxford lathe
« on: April 15, 2023, 07:24:09 PM »
The macro that came with the machine looks good, it could be that the turret is sticking and needs oil,  You could also reduce the velocity on the A axis and up the acceleration time to stop any missed steps.

The second macro is not for your machine.

117
General Mach Discussion / Re: gcode subprograms
« on: March 31, 2023, 06:48:04 PM »
Make sure you have a % at the start and end of the code e.g.

%
O1234
X5 Y5
Etc...
M98 P 1235
...
M30

O1235
G01 X1 Y 1
...
M99
%

118
G-Code, CAD, and CAM discussions / Re: Swap A and B axes - how?
« on: March 22, 2023, 07:23:35 PM »
Go to toolpath in config and select the axis of rotation.

119
Try this version :-

120
I would check that all the drive couplings are solid and not slipping on the motors and or pulleys.