Hello Guest it is April 19, 2024, 03:28:17 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 - DazTheGas

1
Mach4 General Discussion / Re: Option stop led
« on: November 09, 2023, 01:42:32 PM »
Why not change the button to a toggle button and set the button down to blinking, works well in my screen.

DazTheGas

2
Mach4 General Discussion / Re: mcX360 Mach4 Controller Plugin
« on: July 25, 2023, 03:43:11 PM »
Have you tried the Xbox360 plugin that is now bundled with mach4 ??

DazTheGas

3
Run "Mach4GUI.exe  /e" from the command line, this should load you direct into the editor after selecting your profile.

DazTheGas

4
Mach4 Plugins / Re: mcX360 Plugin for Lua
« on: July 28, 2022, 03:36:29 PM »
Here is a quick fix.

1. Undo the 7 screws underneath the controller, one is hidden under the bottom of the label.
2. Disconect the two motors (They are just pluged in).
3. Put back together and enjoy.

I have just tested this and everything in the registry is still working.

DazTheGas

5
Mach4 Plugins / Re: mcX360 Plugin for Lua
« on: July 28, 2022, 11:43:59 AM »
This Pugin is no longer maintained as it is now included as a plugin with mach4 and I use a shuttle now.

Sorry I cannot help at this time, but you never know what the future holds. why not use the plugin and for any specific things you want to do use the GCode commands to trigger a lua written M code.

DazTheGas

6
Mach4 General Discussion / Re: Menu Bar
« on: June 09, 2022, 06:50:24 AM »
Sometimes I find that I might need to just tweak something and need the menu, for this I have a toggle button on a page with the up script being "scr.ShowMenu(true)" and down script being "scr.ShowMenu(false)"

DazTheGas

7
Mach4 Plugins / Re: mcX360 Plugin for Lua
« on: June 05, 2022, 12:30:59 PM »
These are Mach4 specific registers

DazTheGas

8
Mach4 General Discussion / Re: Tool Change Message Box.
« on: February 24, 2022, 02:32:09 PM »
Check the docs for the command mc.mcCntlToolChangeManual, this should be in your m6 macro

DazTheGas

9
Its not just a question of installing and then using the latest screenset, in the profile that is working correct open up the screen editor and check the PLC and Screen scripts and even the button scripts as these could have custom functions that do not exist in the newer screensets.

DaTheGas

10
Mach4 General Discussion / Re: Turn off mist/flood on stop/estop
« on: January 11, 2022, 02:33:08 PM »
You could just add it to the siglib to look out for the estop and then turn off what you want off and same add the code to the stop signal or button if easier.

DazTheGas