Hello Guest it is October 03, 2023, 04:22:40 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 - rhtuttle

41
Mach4 General Discussion / Re: Start Mach4 in Screen Editor
« on: August 13, 2021, 11:05:47 AM »
After creating a new shortcut(named whatever you want,(eg.'Open M4 in editor') right click and select properties.  It is in the 'Target' property that you put the aforementioned string.

42
Mach4 General Discussion / Re: Start Mach4 in Screen Editor
« on: August 13, 2021, 10:59:02 AM »
create a shortcut

43
Mach4 General Discussion / Re: Start Mach4 in Screen Editor
« on: August 13, 2021, 10:46:43 AM »
C:\Mach4Hobby\Mach4GUI.exe /pnameofprofile /e

44
Mach4 General Discussion / Re: How to create ZERO All button on Mach4
« on: August 12, 2021, 11:51:11 AM »
Operator->Edit Screen
Create or select the button you want
In the properties tab for that button's left up script:

local rc = mc.mcAxisSetPos(mc.mcGetInstance(),mc.X_AXIS,0.0);
 rc = mc.mcAxisSetPos(mc.mcGetInstance(),mc.Y_AXIS,0.0);
 rc = mc.mcAxisSetPos(mc.mcGetInstance(),mc.Z_AXIS,0.0);

HTH

RT

45
No, there are no defaults.  Configure->Plugins->Xbox Controller
Not Configure->Control plugins tab

46
Mach4 General Discussion / Re: Ignore Tool Changes setting?
« on: July 08, 2021, 12:01:53 PM »
Maybe someone else knows if there is a better way but I think you need to modify your m6.mcs so that it does nothing but return.

HTH

RT

47
The Y+ button has an 'Action' attached not a 'Script'.  The action is programmed action in Mach4 where a script is a editable Lua 'program'.  You can write your own script for the button and remove the action assignement.  Not recommended.  If your having odd occurrences  it is most likely mechanical/electrical.

HTH

RT

48
Yes, mach3 exposes a COM interface and mach4 you can access the api's:

https://www.machsupport.com/forum/index.php?topic=34168.0

49
Operator->edit screen.  Click the profile in the Screen Tree Manager.  Click the Events icon in the properties tab.  Click the ellipses on the screen load script.  locate the offending code, edit and save.

If you haven't watched the screen editing video it is worth a view:

https://www.youtube.com/watch?v=P1xZkFgS5cQ

HTH

RT

50
PoKeys / Re: pokeys57cnc and mc60 motor controller
« on: May 15, 2021, 11:36:36 AM »
Solved.  I had it wored correctly but one of my solder joints had broken under some shrink wrap.