Hello Guest it is May 03, 2024, 06:22:12 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

141
General Mach Discussion / Re: Need Help with #[Var] in Mach3
« on: January 29, 2023, 09:33:07 PM »
You can write a Macro to set the values.  Save the code as e.g. M1000.m1s in the macro folder for the profile you are using then just add a M1000 to the start of your programs.

Dim a As Integer
For a = 101 To 199
  SetVar(a,0)
Next
End

142
Brains Development / Re: Output on one condition off if not
« on: January 29, 2023, 09:03:18 PM »
It works for me, try my file.


143
Brains Development / Re: Output on one condition off if not
« on: January 23, 2023, 05:52:11 PM »
I am not an expert at Brains, not needed to use them much but this is what I think should work.


144
Brains Development / Re: Output on one condition off if not
« on: January 23, 2023, 05:26:24 PM »
Latched is locked into a fixed state until forced to change.  So my guess is you need to toggle the state in the brain or force a state to make sure you have the state you need.


145
Brains Development / Re: Output on one condition off if not
« on: January 22, 2023, 07:50:34 PM »
Outputs are latched under normal control so I would have thought Brains did the same.  I could be wrong as I do not use Brains much.

146
You do not need a full licence to install plugins, a default install is located in the root folder of drive C and Mach3 should have the PlugIns folder ready to use with Flash.dll and Joystick.dll already installed.

147
FAQs / Re: mach4 lathe threading
« on: January 21, 2023, 09:05:27 PM »
Have you got a clean index signal, X and Z use the index so taper threads can be cut.

148
FAQs / Re: Mach3 V0.2 threading gives half of pitch exspected
« on: January 21, 2023, 09:01:19 PM »
What hardware are you using, breakout board etc.

Some pictures would help.

150
FAQs / Re: Mach3 V0.2 threading gives half of pitch exspected
« on: January 20, 2023, 07:14:42 PM »
Which threading wizard are you using there are two on a standard install?

Is the feed rate on the G76 line correct?

What happens if you reduce the spindle speed by half?