10-08-2019 04:53 PM - edited 10-08-2019 04:54 PM
It's (supposed to be) pretty simple...
My Custom Device XML contains
<Version>1.1.10</Version>
my ActionVIOnLoad reads the Version and (for debugging purposes) feeds it to a dialog box.
The dialog box reads "1.0.0"
I have...
I am stumped. This is not supposed to be hard.
Suggestions? Can someone prove to me that this XML tag actually works?
Thanks in advance, Rob
NOTE: Version 15 SP1
Solved! Go to Solution.
10-09-2019 12:12 AM
Have you restarted NI VeriStand between your attempts? The Custom Device XML is loaded only once during the NIVS load
10-09-2019 08:41 AM
OK, so I figured it out...
During my build process, I have a VI that updates the Version Number in the XML file. That VI was not closing the file. Once I put the close file in, then things started working.
-- Rob
10-09-2019 08:41 AM
Good suggestion, yes I was doing that too.