Machsupport Forum

Mach Discussion => Mach Screens => Topic started by: leversole on January 23, 2016, 10:05:42 AM

Title: Go to user inputs
Post by: leversole on January 23, 2016, 10:05:42 AM
Still simulating with Mach 3...can not find any info on using the axis dro to "go to" an entered coordinate...

In simulation, I can enter a number into, say the X axis dro and the toolpath window jumps to the entered coordinate, will this  (in real life) rapid to the new coordinate or is there another way?

I know I can set up fixturing offsets to do the same thing, just wondering about moving an axis to a specific coordinate, that is, enter a number, and have the axis move to that location

Thanks
Title: Re: Go to user inputs
Post by: ger21 on January 23, 2016, 11:41:23 AM
Mach3 doesn't work like that. When you enter a number in a DRO, you're setting an offset for that axis. But it won't give you any movement.

Not sure what you're trying to do, but you'd normally use MDI to move the machine.
Title: Re: Go to user inputs
Post by: ger21 on January 23, 2016, 11:42:32 AM
If you want to enter a value in a DRO and get movement, you could create some user DRO's and buttons with scripts to read the DRO and do the movement.
Title: Re: Go to user inputs
Post by: BR549 on January 23, 2016, 11:58:31 AM
The absolute easiest way to GOTO is simply use the MDI line. Type in where you want to go and hit enter

G0 X25.25 then hit enter and away you go.


(;-) TP
Title: Re: Go to user inputs
Post by: leversole on January 23, 2016, 02:07:30 PM
Thanks all...the more I think about it, the MDI is the way to go, and, if, I alsways want to go to X2 and Y2, I would use like G55 offset...