Hello Guest it is April 27, 2024, 09:44:38 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

312
Mach4 General Discussion / Re: Saving and replacing a Value
« on: March 18, 2020, 08:50:30 AM »
I could be wrong but if you are asking for a pound variable i think you need the number not the words.
I made a short document at the link below that might help.
It has a signal as one of the examples.
https://www.machsupport.com/forum/index.php?topic=39763.msg266718#msg266718

313
Mach4 General Discussion / Re: Z zero randomly changes on its own
« on: February 28, 2020, 03:20:10 PM »
Do you have tool height information in your gcode file?
In other words is there a line that has H plus a tool number?
h6

314
Mach4 General Discussion / Re: Integrating Clearpath SD Motors With Mach4
« on: February 11, 2020, 10:06:14 AM »
Josh,

The error could be mechanical in how you are moving the tube.
If you are using a roller to push it the roller could be slipping some.
If you are grabbing it that could also be slipping.
Like Thosj posted earlier you might need to slow down your acceleration.

Bill

315
Mach4 General Discussion / Re: vbs to lua
« on: February 03, 2020, 05:55:29 PM »
This will not get you close to what you want but it might help you start to understand Mach4 Lua

https://www.machsupport.com/forum/index.php?topic=39763.msg266718#msg266718

Bill

316
Mach4 General Discussion / Re: Mach4 Hobby Screen Editor
« on: November 07, 2019, 11:53:43 AM »
Ventuseu,

Which profile are you selecting when you start the loader?

Bill

317
Mach4 General Discussion / Re: Tool Change / Probe
« on: November 06, 2019, 08:34:28 AM »
I do not see a While loop to wait for the register to change in your m6

Bill

318
Mach4 General Discussion / Re: Tool Change / Probe
« on: November 06, 2019, 08:30:59 AM »
I will let someone who is good at the code look that over.
I am almost positive I would miss something.

Bill

319
Mach4 General Discussion / Re: External Control Panel Jog Buttons
« on: November 05, 2019, 05:52:53 PM »
Steve,

It is done in the screen editor.
Go to Operator then Edit Screen
Be very careful. Anything you move, change or add can be in your screen.

Click on a button you want to see the code for.
Under the Properties Section on the left bottom side of the screen click the second icon. (has a lightning bolt on it)
There are several different places that script could be. Click on the script and it will pull up another window.

If you are using the Mill click on the Probing tab then the Measure X button.
There is script under Clicked Script.

I probably did not explain this well but I hope you understand.

Bill


320
Mach4 General Discussion / Re: External Control Panel Jog Buttons
« on: November 05, 2019, 03:21:32 PM »
Steve,

You can access the scripts in the buttons.
Just be very careful what you change.
I usually make a new button and copy the script from the standard button.
Then if I mess something up I still have the original to start with again.

Bill