Hello Guest it is May 03, 2024, 04:03:34 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

651
I think you will have to program them into the macropump macro and turn it on in config.

Check the inputs required and if active command a dobutton(n) for the corresponding action.
 

652
You would normally have it in a while loop, mach3 only updates ever 50ms to 100ms or in some cases a short sleep(50) after the call helps.

While isMoving()
Sleep(10)
Wend

or

state = isMoving()
Sleep(50)

653
Mach4 General Discussion / Re: TOOL CHANGE ISSUE
« on: May 06, 2020, 07:46:58 PM »
Is the run time clock counting when you think its hung, it was working here but it took it a while to go from tool 1 to 2 and 2 to 4 and back to 1

Has this ever worked correctly.

Some pictures of the setup may help and a description of the tool changer function.

Go into the macro folder and delete all the .mcc files.


654
Mach4 General Discussion / Re: TOOL CHANGE ISSUE
« on: May 05, 2020, 09:49:14 PM »
Try this version :-

655
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


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

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

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

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