Hello Guest it is March 29, 2024, 09:33:56 AM

Author Topic: Changing DRO  (Read 3212 times)

0 Members and 1 Guest are viewing this topic.

Changing DRO
« on: March 15, 2011, 06:22:19 AM »
Hi,
  I am new to all this so any help would be appreciated. How do you change the X, Y and Z DRO to show English measurements instead of Metric.  Our company just purchased a Vortech Router that came with the Mach3 software but I haven't found anything in the information or tutorials to help me with this
Re: Changing DRO
« Reply #1 on: March 15, 2011, 06:46:24 AM »
Under Config/Set native Units, set this to INCH if you primarily use Imperial units.
Then all code that includes G20 at the start will show in INCHES and G21 will show in MM.
Or, MDI G20, G21 to toggle between the two.

You should really go through the Mach3 Install manual section 5.4 especially as ther are other settings associated with this. Motor tuning for one.
The manual is under the Support link at the top of this page.
« Last Edit: March 15, 2011, 06:53:56 AM by Overloaded »
Re: Changing DRO
« Reply #2 on: March 15, 2011, 06:56:49 AM »
Thanks will give this a shot

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Changing DRO
« Reply #3 on: March 15, 2011, 07:04:09 AM »
If you machine is set native units in metric  and you change the native units to Inch you will have to multiply the steps per unit in motor tuning by 25.4 and divide the Velocity and Accel by the same amount.
Hood
Re: Changing DRO
« Reply #4 on: March 15, 2011, 07:14:50 AM »
You can Lock the DRO's to you setup units on the General Config page also.
Then any code you load will show as setup units.