Hello Guest it is April 19, 2024, 11:37:15 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

11
Mach4 General Discussion / Re: m03, m05 and G04 dwell commands
« on: August 02, 2023, 10:49:06 AM »
mc.mcCntlSetLastError(inst, GCode )

12
Mach4 General Discussion / Re: m03, m05 and G04 dwell commands
« on: August 02, 2023, 10:32:00 AM »
first thing I would try is to check the value in 'GCode' to make sure you have a valid string to execute.
GCode = GCode .. string.format("G04 P%.4f\n", dwell)

13
Mach4 General Discussion / Re: put userdata in register
« on: May 26, 2023, 09:55:07 AM »
If I understand you correctly:
The tonumber() method in Lua converts the value provided to it into a number. If this argument is a number or a convertible string, the tonumber() function returns the converted number. If it is not a number or a convertible string, it will return nil .

14
Mach4 General Discussion / Re: turn cycle can't select tool
« on: May 26, 2023, 09:52:54 AM »
Pocket 7, offset 7

15
Mach4 General Discussion / Lathe Internal Taper
« on: May 19, 2023, 03:13:57 PM »
Are we ever going to get a functional version of the turn cycles?
Internal taper: 20 degrees
Xi 1.23
Zi -.748
Zf -1
A 20

Have tried the latest "stable" version, with both turn and facing options garbage code.
4********* dev version and latest 5125 build unable to show wizard3: wxLua: Expected a 'wxColour' for parameter 2 but got a nil.

Rant over

17
Mach4 General Discussion / Re: Lathe turn cycle only works once.
« on: May 04, 2023, 12:08:31 PM »
Which turn cycle are you trying?  When I use the Turning module from the Turn Cycles tab it works as expected.
Selecting from the wizard gets an error code of LUA version mismatch.

18
Mach4 General Discussion / Re: Mach4 hobby macro not running
« on: April 30, 2023, 04:31:08 PM »
If your m6.mcs filename is M6.mcs try renaming with lowercase.  Also check to make sure that the macro is in the macros directory for the profile you are using.

HTH
RT

19
Mach4 General Discussion / wizard version mismatch
« on: April 25, 2023, 11:56:14 AM »
Tried to load the Feeds and Sppeds wizard and got this error: version mismatch in precompiled chunk
Build 5306

Anyone know the process to fix this?

TIA

RT

20
Mach4 General Discussion / Intermittant hesitations
« on: March 21, 2023, 04:16:18 PM »
I have Mach4, Pokeys57cnc and win 10.
I notice that occasionally during a standard g1 move that it will stop moving for ~500ms and then continue without a loss of steps or position.  My friend has 2 other machines running the same configuration and experiences the same behavior.  One of his machines is on the internet and other is not.
Any suggestions as to the cause and how to cure?

TIA

RT