Hello Guest it is April 27, 2024, 03:20:28 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

531
General Mach Discussion / variable 2002
« on: June 24, 2009, 08:26:43 AM »
I can not find this anywhere. I have a macro that uses GetVar(2002). What value
is it getting?
Bill

532
Feature Requests / Re: jog and run from closest
« on: June 08, 2009, 10:21:09 AM »
Yes and it works great.
What I want to do is from my pendant jog to a location near the cut that was interrupted (broke bit, lunch break or ???) and run from the closest line of gcode. I do not want to go back to the computer and scroll back through the file to find the point I wish to run from.
Bill

533
Feature Requests / Re: jog and run from closest
« on: June 08, 2009, 09:22:31 AM »
I am not totally out in left field on this one. I know that at least one router manufacturer is able to do this.
If I am running a job and the bit breaks, after replacing the bit if I jog to the last area that had a cut I want Mach to start at the closest line to where the machine physically is.
Bill

534
Feature Requests / jog and run from closest
« on: June 08, 2009, 08:30:04 AM »
I do not know if this is possible but it would be nice to be able to jog to an area near a toolpath and then do a run from here instead of scrolling back through the program.
Bill

535
General Mach Discussion / Re: Led Set Variable Position
« on: June 01, 2009, 08:18:36 AM »
Try something like this.

If (GetUserLED (1135) = 1) Then
SetUserLED (1135, 0)
Else
SetUserLED (1134 , 1)
End If   

Bill

536
PoKeys / Re: shift
« on: May 22, 2009, 10:04:00 AM »
Never mind. Works great.
Bill

537
PoKeys / shift
« on: May 22, 2009, 09:33:23 AM »
Boris,
If I use an input for shift will it affect other inputs like the shift button on a keyboard?
Bill

538
PoKeys / Re: z axis
« on: May 20, 2009, 07:49:10 AM »
Boris,
In Mach I have x,y,z,a,b and c axis. Which one is rotx and roty?
Bill

539
PoKeys / Re: z axis
« on: May 19, 2009, 11:10:00 AM »
Boris,
I am using a joystick for the x and y. I want to use a spring return pot for the z axis.
Bill

540
PoKeys / Re: z axis
« on: May 19, 2009, 10:36:52 AM »
Boris,
Analog input only gives the choices of X, Y , RotX, RotY and Throttle. No Z axis.
Bill