Hello Guest it is May 10, 2024, 05:14:42 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 - Bill_O

301
Mach4 General Discussion / Re: Tool change Problem.
« on: May 14, 2020, 09:19:49 AM »
What was the issue?

302
Mach4 General Discussion / Re: Tool change Problem.
« on: May 13, 2020, 11:15:52 AM »
I could be very wrong but I think you need to change the selectedtool below to currenttool.



local NewOffset = probedz
  mc.mcToolSetData(inst, mc.MTOOL_MILL_HEIGHT, selectedtool, NewOffset)
  mc.mcCntlSetLastError(inst, string.format("Auto tool setting complete, Offset = %.4f", NewOffset))
wx.wxMessageBox("Toolchange Complete.\nTLO Set")
        end

303
Mach4 General Discussion / Re: Tool change Problem.
« on: May 13, 2020, 09:00:01 AM »
If you did not set the offset for  T3, T4 etc then they will be wrong.
Mach has no way to know that it is the same tool as T2.
You must set for each tool.

Bill

304
Mach4 General Discussion / Re: pInst and pcall
« on: May 13, 2020, 08:31:16 AM »
Steve,

Thanks for the information.

Bill

305
It is not wrong.
The time shown to accelerate and decelerate is right there.
The time at constant speed is irrelevant.

306
Mach4 General Discussion / pInst and pcall
« on: May 12, 2020, 01:53:52 PM »
I am looking through some scripts that others have written to see what I can steal or modify.
I came across a script that uses pInst and pcall.
What is the p for?
I understand and have used Inst and call but do not know what they do if p is added.
Hope this is clear enough.

Bill

307
dmoore,

I really hate to say this but give it a break.
You can clearly see in the graphs the time it takes to accelerate, followed by a max feed followed by a decelerate.
The times are all there.
Who cares if the overall time is 1 sec or 5 sec?

Sorry to be a jerk on this.

Bill

308
Mach4 General Discussion / Re: DRO Units Display scaling Issue
« on: May 08, 2020, 05:42:35 PM »
Good job.
Thanks for the information.

309
Mach4 General Discussion / Re: Transferring to a replacement computer.
« on: April 27, 2020, 05:41:48 PM »
We use laptops with Windows 10.
Inexpensive and have the Ethernet port in them.

310
Mach4 General Discussion / Re: New limit/homing switch settings
« on: April 23, 2020, 11:21:33 AM »
You might have the x and y switched.
When it is looking for the y switch to be triggered the x is being triggered.