Hello Guest it is April 24, 2024, 07:57:02 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

651
Mach4 General Discussion / Re: TOOL CHANGE ISSUE
« on: May 05, 2020, 07:38:59 PM »
This is not the code we need, we need to see the M6.msc file, this is what controls the tool changer.

You can find this in the mach4/profiles/profilename/macros/m6.msc


652
Mach4 General Discussion / Re: TOOL CHANGE ISSUE
« on: May 05, 2020, 06:03:30 PM »
Turn logging on in diagnostics tab and put some messages into your code to see where it gets to.  Better still post your code so we can help fix it.

653
I would guess its a XML file corruption fault, have a look in your backup and there should be backup versions of your profile, rename one from before your lockdown and try that.

655
General Mach Discussion / Re: Mach 3 G-code compatibility
« on: April 30, 2020, 07:38:16 PM »
There may be a mechanical reason why you are having problems with very fine text, backlash in the drive screws, belts, bearings, etc.  It can also be you do not have the resolution to produce very fine detail.

656
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.

657
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.

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

659
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.

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