Hello Guest it is April 18, 2024, 07:49:07 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 - Graham Waterworth

121
CS-Lab / Re: shifts / offsets after some machining time with CSMIO IP-M
« on: February 20, 2023, 04:10:16 PM »
Your steps/mm are a fixed number and once set should never need changing.  A simple calculation gets you the correct figure based on number of pulses for one rotation of the leadscrew divided by pitch.

In most cases upping the acceleration time and/or reducing velocity is the fix.  Try doubling the accel time by reducing the value by half.  If you set it very low e.g. 25 you will see and hear it ramp up and down.

The other thing to watch is we can have too many microsteps, depending on the resolution you need and the pitch of the screw its not necessary to have more than 400 as this with 5mm pitch screws will give 0.0125mm resolution as an example, the benefit is the torque of the motor it much higher and lost steps are less likely.

The other problem can be the drivers getting hot and breaking down, do you have a good fan blowing over the drive fins?


122
Mach4 General Discussion / Re: Tool Offset Trouble
« on: February 19, 2023, 09:49:44 AM »
We need more details to give an answer:-

Machine type, lathe, mill etc.

Are you swapping tools in a single holder or swapping holders with tools.

What is the setup of the machine

Pictures always help.

123
General Mach Discussion / Re: Mach3 M98 ignored
« on: February 15, 2023, 06:58:17 PM »
Try it like this :-

%
G00 X1 Y0 Z67.595
G91
G00 A5
F100
G01 Z-1.397
M98 p2000 L37
G00 X1 Y0 Z67.595
G90
M30

o2000
G91
G01 X10.783 A97.297
G01 X-10.783 A97.297
M99
%

124
PoKeys / Re: Relay on at start up
« on: February 14, 2023, 06:17:09 PM »
Pokeys turns on a relay that turns on the machine main power pokeys can be powered by a small psu of its own.

125
Are you sure you are using a 1 to 1 parallel cable and not a modem type.

126
PoKeys / Re: Relay on at start up
« on: February 14, 2023, 06:08:04 PM »
You get mach to enable a relay that switches the main power on the machine.

127
#5041 would give you the position relative to the current active fixture e.g. G54

128
Mach3 and G-Rex / Re: Motor Tuning and Setup
« on: February 11, 2023, 08:33:23 PM »
It is the pulse to pulse delay, most modern stepper drives are fine with this set to 1 older drives may need more, the higher the number the slower the axis can run.

129
The g-code looks to be in radius mode, X0 should be the centreline of the spindle, where do you have it set?

130
You may need to add the G53 commands as the coordinates you are reading are Machine figures.

( MOVE BACK TO THE STORED STARTING POSITIONS SO ANOTHER PASS WILL BE ALIGNED )
G90 (ABSOLUTE MODE)
G53 G00 X#254 (MOVE X BACK TO THE STARTING POINT)
G53 G00 A#253 (MOVE A BACK TO THE STARTING POINT)
G91 (BACK TO INCREMENTAL)
M30   (STOP THE PROGRAM)