JKI 2 Posted November 13, 2009 Report Share Posted November 13, 2009 Yes, EasyXML works great on LabVIEW Real-Time (RT). However, EasyXML depends on some OpenG Array Tools (oglib_array) package, which has some version dependencies you should be aware of: On LabVIEW Real-Time 2009 or newer, you should have no problems. On LabVIEW Real-Time 8.x, you should install oglib_array 2.7 or earlier. The reason for this is that oglib_array 3.0 added support for LabVIEW Classes and Objects (objects-oriented programming), which is supported in LabVIEW 8.x, but is not supported in LabVIEW Real-Time 8.x (and therefor causes the OpenG Array Library and EasyXML to be broken). LabVIEW Real-Time 2009 added support for LabVIEW Classes and Objects, so oglib_array 3.0 works fine in this environment without any issues. Link to post Share on other sites
Recommended Posts