I’m trying to follow along in the help, but I can’t get it to work the way I want it to. Of course, I could be using it improperly.
I’d like to use it to switch between 2 different machine - hardware configurations.
I’ve used mapp IO, but it’s hard to help with so little information. Can you please explain what issue(s) you’re running into?
I’m trying to change the hardware configuration using template files.
I’ve created a Conf0.xml, along with an .io file, and .ar file for each of the modules in the Conf0.xml file.
When I import the file, i get an error saying the AR module X20DO9322 was not found.
If I change the XML file to not use the X20DO9322 module, it imports without error.
All of your modules are using Source=“AR” which means mapp IO is expecting to find the configuration for those modules in the project that is currently running on the CPU. If you don’t have an X20DO9322 in your project (or it’s been erased by a previous mapp IO configuration) then it won’t exist in AR.
If you want to instead use template (.io and .ar) files, change the Source to be “Template” and it should find and load your template files. See the Online Help for more information.
Also, make sure you have the modules listed in the CPU Configuration under “Additionally supported hardware”:
ah - thanks. I’ll try that out.
Thank you Marcus, changing my source to “Template” did the trick. I didn’t catch that in the help.
Awesome, you’re welcome!