Hello Guest it is May 06, 2024, 04:53:16 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

661
General Mach Discussion / Re: Auto zero script problem
« on: April 28, 2020, 08:52:15 PM »
When ever you update a DRO or in a while loop or send a message you need to have a short sleep() 50 to 150 is usually enough time for mach to update data in the background.

If you still have problems make sure you have a genuine licence file.

662
Mach4 General Discussion / Re: Mach4 Minor Stops after each GCode Line
« on: April 26, 2020, 06:48:40 PM »
That is why its pausing, set it to CV on G64 or click the button on screen and remove any G61 from your code.

663
Mach4 General Discussion / Re: M6 not updating Current Tool info.
« on: April 26, 2020, 06:44:19 PM »
Lathe or mill?

664
General Mach Discussion / Re: zero z axis in plasma
« on: April 25, 2020, 06:18:55 PM »
Why are you not using a G31, movement stops when it switches and you read #2002 which is the Z touch point.

665
The same reason why it says G73 retracts, the documentation is wrong.

666
Have you got an active tool offset?

667
Mach4 General Discussion / Re: Mach4 Minor Stops after each GCode Line
« on: April 25, 2020, 07:32:44 AM »
Is CV turned off

668
Do you have a length offset active, if so that will be included in the #2002 value you could do a G49 before you do the G31 G91 Z-1. move

669
Mach4 General Discussion / Re: Mach4 use with XHC card
« on: April 21, 2020, 07:22:15 PM »
Some pictures of the machine would be a help

If all the axis are driven the same then all the values for steps/per should be the same only the acceleration and velocity could be different.

 

670
VB and the development of wizards / Re: Turn tool turret macro
« on: April 21, 2020, 07:50:23 AM »
In Mach3 macros you need to give it time to update DRO's so when you set the SetCurrentTool() or any other DRO you need to do a short Sleep() of say 50 to 100 to allow Mach3 to update in the background.