Hello Guest it is May 10, 2024, 12:18:11 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

121
I really dont know if this makes any difference or not because I dont use it but will it work correctly doing the 2 in the other order?
Pocket probe first then the Z

122
It sounds to me that you have some of the pins incorrect.
When you hook the 2 motors up you have one of them to pins that are designated for an e-stop

123
Mach4 General Discussion / Re: problem with g code file
« on: March 31, 2022, 03:41:59 PM »
damn.
How did I miss that.

Thanks Steve

124
Mach4 General Discussion / problem with g code file
« on: March 31, 2022, 02:09:45 PM »
One of my customers made this file and it does not show in the graphics window of Mach4 or run.
I can not find the problem.

125
Mach4 General Discussion / Re: Initiating values from "ini file"
« on: March 30, 2022, 08:40:25 AM »
I use registers for many things.
They are always available to all parts of Mach4.

Bill

126
There are probably several ways to do it.
Here is a document to help you start on the LUA scripting.
https://www.machsupport.com/forum/index.php?topic=45397.msg289143#msg289143

Bill

127
Mach4 General Discussion / Re: External LED when Probe Active
« on: March 21, 2022, 11:26:35 AM »
In broad terms this is what you need to do.
Hook up the LED to an output on the PMDX
Go to Configure / Plugins / ESS
Go to the Output Signals tab and enable and select the pin mapping.
Go to Configure / Control
Go to the Output Signals tab and enable that output and select the device and pin if not done.
Next you will need to do a minor bit of programing.
Probably in the Signal Script.
Look for the probe strike and tun on the output.

Here is something that may help with the programming.
https://www.machsupport.com/forum/index.php?topic=45397.msg289143#msg289143


Bill



128
Mach4 General Discussion / Re: Enforce Ref-All-Home
« on: March 15, 2022, 06:17:37 PM »
I modified the CycleStart() to not run unless a Reference has been done if they have an ATC.
I think that is what you will need to do.
Time to code in LUA.

Bill

129
In VCarve are you sure you do not have an offset on the job setup?
When you home your machine are the x and y positions in the diagnostics tab all 0?

130
General Mach Discussion / Re: profile password
« on: March 09, 2022, 08:41:30 AM »
Thanks Tweakie