02-26-2013 10:08 AM
Is there a schema (XSD) for the NISE switching file?
02-27-2013 07:01 PM
Hi TucsonDave,
There is not a published schema. If you want to create your own files, I think your best bet would be to generate one and alter it as necessary.
02-28-2013 08:11 AM
Thanks Kyle,
I am mostly looking to read the switching file. I wish to read it using .Net or C/C++.
After some digging I found the niseCfg DLL that allows me to read the files. However, I am confused as to what file it is reading. The starting point seems to be creating a NiseVirtualDevices object. The object open a file, but I have no idea which one. There appears to be no way to provide a file to the NiseVirtualDevices constructor or with some sort of Open function. Also, I could find no documentation other than a handful of pages specific to LabView.
Is there documentation for the DLL? What file is opened by the NiseVirtualDevices object?
02-28-2013 08:53 AM
Dave,
When you say you want to "read" the file do you meant that you want to examine its contents & find connections / routes / devices? There are many methods to read this without looking through the XML data.