Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: getnbizzy on June 15, 2016, 11:12:42 pm

Title: ipac configuration utility option explanations??
Post by: getnbizzy on June 15, 2016, 11:12:42 pm
what are the following used for in the ipac configuration utility? I can't find documentation on these options.


Import...What is the xml file for?
Export...What is the xml file for?
Force board reconfigure-Is this always required?

Title: Re: ipac configuration utility option explanations??
Post by: DudeRegular on June 17, 2016, 11:13:16 pm
Export and import would seem like a good option to backup your config or copy it to another ipac.
Title: Re: ipac configuration utility option explanations??
Post by: getnbizzy on June 18, 2016, 12:19:21 am
Export and import would seem like a good option to backup your config or copy it to another ipac.

ok thanks.
Title: Re: ipac configuration utility option explanations??
Post by: AndyWarne on June 20, 2016, 03:43:12 am
The XML export is really for convenience in checking the configuration in text form.

Saving configurations is done by saving as an IPC file, and these files can be loaded in "on the fly" if needed.

"Force Board Reconfigure" is not normally needed as each change in the config is passed interactively to the board and the boards configuration is read and displayed so the GUI and board are always in sync.

Title: Re: ipac configuration utility option explanations??
Post by: getnbizzy on June 23, 2016, 08:27:26 pm
The XML export is really for convenience in checking the configuration in text form.

Saving configurations is done by saving as an IPC file, and these files can be loaded in "on the fly" if needed.

"Force Board Reconfigure" is not normally needed as each change in the config is passed interactively to the board and the boards configuration is read and displayed so the GUI and board are always in sync.

Thanks Andy.