Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: AdrianNicholls on February 02, 2008, 07:38:44 PM

Title: metric mill DRO
Post by: AdrianNicholls on February 02, 2008, 07:38:44 PM
Im wondering if anyone can help me with changing where the decimal
point is when using metric. At the moment the redout is 0.0000 and I
would like it to read as 000.00 so that the system isnt trying to read
as accutate as 1 thousands of a mm.

Thanks
Adrian Nicholls
Title: Re: metric mill DRO
Post by: Hood on February 02, 2008, 07:53:06 PM
You need to open the screen in Screen4 and modify each DRO that you want to work this way. You will find Screen4 in your Mach3 folder, if not then you should find it on the downloads page. Once you have opened the screen double click on the DRO you want to change and you will see, in the page that pops up,  a  box for the format string, it will be something like %+.3f, if you change it to %+.2f  you will only have two digits after the decimal. Once done save this screen as a different name so that in future upgrades it wont get overwritten. Then when you open Mach go to the View menu then Load Screens and browse to and load the screenset you just saved.
Hood
Title: Re: metric mill DRO
Post by: AdrianNicholls on February 05, 2008, 12:40:00 AM
Thanks very much for that, I will try it tonight

Adrian Nicholls