Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: moorea21 on May 14, 2015, 07:45:14 AM

Title: how to find location of persistent vars and populate with other software
Post by: moorea21 on May 14, 2015, 07:45:14 AM
How would I find the locations where persistent variables 500-600 are stored on my hard drive? If possible, I'd like to write to these variables with the software I use to generate and edit my gcode, so their values can be found and used in my macros.
Title: Re: how to find location of persistent vars and populate with other software
Post by: BR549 on May 14, 2015, 09:26:29 AM
They are stored in the XML file.  Make a note that anything you update in the current session is not saved until Mach3 closes.  BUT you can force a save if needed.

(;-) TP
Title: Re: how to find location of persistent vars and populate with other software
Post by: moorea21 on May 14, 2015, 11:30:23 AM
Thanks as ever!

M21