Hello Guest it is May 12, 2024, 09:49:53 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: Mach 4 and 2 vfd Spindles setup
« on: November 09, 2020, 09:23:43 AM »
i will try.
There are values to change the head location.
mc.SV_HEAD_SHIFT_X is an example
I use them in a macro when I need to change heads.
I have attached my head shift macro.
In my m6 macro it calls this macro depending on tool number.
This has custom registers to store the offsets for different heads.

Bill

252
Mach4 General Discussion / Re: Mach 4 and 2 vfd Spindles setup
« on: November 09, 2020, 09:10:31 AM »
I use a head swap.

253
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.

254
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')

255
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

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

257
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"))

258
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

259
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

260
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