Hello Guest it is April 18, 2024, 06:49:59 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

201
General Mach Discussion / Re: E-Stop During a Cut
« on: October 04, 2022, 08:04:10 AM »
You can press the spindle start button then Cycle Start

202
CS-Lab / Re: Linear Scale RS 422
« on: September 28, 2022, 07:42:54 PM »
Hi rene,

this forum is for Mach3 and Mach4 controlled machines, Simcnc is a CS-Labs product so no support here.

203
VB and the development of wizards / Re: macro correction 2
« on: September 19, 2022, 03:59:39 PM »
Change G0 to G1

204
G-Code, CAD, and CAM discussions / Re: G55 problem
« on: September 15, 2022, 06:36:33 PM »
I would look at using G52 and forget about using G55.

G52 is active until cancelled with G52 X0 Y0

Example

%
#100 = 15. (X offset T2)
#101 = 0    (Y offset T2)

T1 M6
G52 X0 Y0
G00 X0 Y0
....
(rest of tool 1)

T2 M6
G52 X#100 Y#101
G00 X0 Y0
etc...
(end of tool 2)
G52 X0 Y0
M30
%

205
I would start by reversing the direction in the homing and limits screen for X and Y axis.

Then ask any more questions you have in the General Mach Discussion.

https://www.machsupport.com/forum/index.php?board=1.0

206
General Mach Discussion / Re: PWM Spindle Speed off by a factor of 100
« on: September 14, 2022, 12:21:25 PM »
Have you set your pulley speeds

207
General Mach Discussion / Re: PWM Spindle Speed off by a factor of 100
« on: September 08, 2022, 06:56:38 PM »
Have you set the min and max values in the spindle pulley section and selected pulley 1

208
General Mach Discussion / Re: Mach3 Shows Drawing in wrong Quadrant
« on: August 26, 2022, 07:58:29 PM »
You need to post your probing code, it could be timing or parameter errors

209
General Mach Discussion / Re: Mach3 Shows Drawing in wrong Quadrant
« on: August 26, 2022, 09:07:46 AM »
You must have the  X & Y axis setup the wrong way round on your machine or you have mirroring turned on

210
General Mach Discussion / Re: Lathe calibration problems
« on: August 22, 2022, 09:38:50 AM »
If you enter G01 G91 Z-10. F50. the machine will move in incremental steps of 10mm.