Hello Guest it is April 28, 2024, 06:46:28 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 - Bill_O

251
Mach4 General Discussion / Re: scr.GetProperty
« on: October 30, 2020, 10:09:50 AM »
Sorry I do not know what could be the problem.
I try to stay away from scr.
I use registers and the mc every chance I get.

252
Mach4 General Discussion / Re: scr.GetProperty
« on: October 30, 2020, 08:59:52 AM »
I think you need to use ' not "

local scale =scr.GetProperty('sliderScale','Value')

253
Mach4 General Discussion / Re: Macro start and wait signal for stop
« on: October 30, 2020, 08:56:30 AM »
This might help.
The newest is the 3rd post from the bottom.

https://www.machsupport.com/forum/index.php?topic=43260.msg279695#msg279695


Bill

254
Mach4 General Discussion / Re: "update" to counts per unit calculator
« on: October 22, 2020, 05:46:40 PM »
Nice job.

255
Mach4 General Discussion / Re: Help with RefAll
« on: October 20, 2020, 08:43:00 AM »
Try
mc.mcCntlMdiExecute(inst, string.format("G0 x0 y.5 Z4.5 A180"))

256
Mach4 General Discussion / Re: Unable to move accurately on X axis.
« on: October 19, 2020, 12:49:39 PM »
it sounds like you might be loosing steps.
slow down the velocity and accel by 1/2 and try again

257
Mach4 General Discussion / Re: cv not staying on
« on: September 18, 2020, 05:55:56 PM »
If anyone else needs to know I got this resolved from Newfangled
There are 2 different cv wizards.
Make sure you use mcCvDistToleranceV001.
Works great and keeps the cv on and the data it calculated.
Thanks Trevor from Newfangled.

Bill

258
Mach4 General Discussion / Re: cv not staying on
« on: September 11, 2020, 04:37:38 PM »
Graham,

I have G64 in the start of my files.
The CV settings are not staying after exit.

Bill

259
Mach4 General Discussion / cv not staying on
« on: September 11, 2020, 03:19:11 PM »
I set up Mach4 and used the cv wizard.
Turned CV On and it works great.
Restarted Mach4 and cv settings are not working and all at 0
How do I make Mach4 stay in CV On?

Bill

260
Mach4 General Discussion / Re: Button G code juggle
« on: September 11, 2020, 08:39:13 AM »
Sorry I missed that.