Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: ranchak on February 29, 2012, 11:43:43 PM

Title: Changing FRO
Post by: ranchak on February 29, 2012, 11:43:43 PM
Is there a way to change the default FRO from 6IPM to something else? I know I can enter it manually, but I would like to have something like 30IPM load up every time that I start up Mach3.
Title: Re: Changing FRO
Post by: Overloaded on March 01, 2012, 12:48:59 AM
You can use a little macro, put the M116 (for example) in the Initialization String. It will then set what you like when you start Mach and hit RESET.
Russ
Title: Re: Changing FRO
Post by: Hood on March 01, 2012, 03:18:04 AM
Just putting F30 in the initialisation line should be enough.
Hood
Title: Re: Changing FRO
Post by: Overloaded on March 01, 2012, 08:25:20 AM
....even simpler than I thought.  ::)
Thanks Hood,
Russ
 :)
Title: Re: Changing FRO
Post by: ranchak on March 01, 2012, 11:53:29 AM
Hood, will I have to add F30 everytime I start up Mach or do I change it in my XML file?
Title: Re: Changing FRO
Post by: Overloaded on March 01, 2012, 12:03:28 PM
 :)
Just put it here in the Initl. String.
It will be in effect every time you load Mach and hit reset for the first time.
Title: Re: Changing FRO
Post by: Overloaded on March 01, 2012, 12:04:25 PM
it will then be saved in your XML when you shut down. Then it will always be there, unless you change it.
Title: Re: Changing FRO
Post by: ranchak on March 01, 2012, 01:06:51 PM
Thanks that's exactly what I wanted!