Hello Guest it is April 20, 2024, 11:24:26 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

261
Have you got Min and Max pulley speed set in pulley 1?

262
Is it only the sensor on the turret that is not working, are all the axis moving as they should?

How big is the PSU (Watts/Amps) for the 5V

263
Have you got a common ground between the PC, ESS, and Machine?  if not you may be getting spurious signals

264
General Mach Discussion / Re: My Z Axis dived into my spoilboard...
« on: November 03, 2021, 09:47:59 PM »
Looking at the code the old programs have no tool or offsets active so my guess is that if you check the tool offset for tool 1 and set it to zero all will be well.

Or you could remove the T1 M6 at line 120 and the G43 H1 from line 140 in the new program.

265
General Mach Discussion / Re: G-Code problem
« on: November 03, 2021, 09:43:25 PM »
Why is it only tapered at one side?

266
General Mach Discussion / Re: My Z Axis dived into my spoilboard...
« on: November 02, 2021, 10:28:57 PM »
The file extension is not a problem, mach3 will read TAP,TXT,NC,CNC and any other text based file and it has no bearing on how it is interpreted.

The only code you list that can move the z axis is G49 but it would have to have a G43 and a H to make it move.

It might be good to post the first 20 lines of each program just to be sure.


267
General Mach Discussion / Re: G-Code problem
« on: November 02, 2021, 08:59:38 PM »
Some code may be needed to check the movement and also some pictures of the setup including the breakout board etc.

268
General Mach Discussion / Re: G-Code problem
« on: November 01, 2021, 08:24:47 PM »
Half your velocity and double you acceleration and see if it looses position.

Is fusion using fast feeds or rapids, we have seen fast feeds cause problems before.


269
General Mach Discussion / Re: My Z Axis dived into my spoilboard...
« on: October 31, 2021, 10:01:17 PM »
I would compare it with the old programs you have.

The only thing I do not see is a G54 or G55 etc to set the fixture offset but you may be using G53


270
VB and the development of wizards / Re: Round Double and ACos, ASin
« on: October 30, 2021, 09:28:47 PM »
Mach3 uses a Cypress version of VB and has a reduced instruction set so the best you have is the trig commands are :-

Exp, Log, Sqr, Rnd, Abs, Sgn, Atn, Cos, Sin, Tan, Int, Fix

The manual is on the forum if you search for it :-  VBScript_Commands.pdf