Hello Guest it is March 28, 2024, 10:11:58 AM

Author Topic: Changing FRO  (Read 3577 times)

0 Members and 1 Guest are viewing this topic.

Changing FRO
« 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.
Re: Changing FRO
« Reply #1 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

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Changing FRO
« Reply #2 on: March 01, 2012, 03:18:04 AM »
Just putting F30 in the initialisation line should be enough.
Hood
Re: Changing FRO
« Reply #3 on: March 01, 2012, 08:25:20 AM »
....even simpler than I thought.  ::)
Thanks Hood,
Russ
 :)
Re: Changing FRO
« Reply #4 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?
Re: Changing FRO
« Reply #5 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.
Re: Changing FRO
« Reply #6 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.
Re: Changing FRO
« Reply #7 on: March 01, 2012, 01:06:51 PM »
Thanks that's exactly what I wanted!