02-06-2013 01:19 PM
02-07-2013 10:38 AM
You should check out the examples for an intro into using the XML functions. From LabVIEW select help >> Find Examples, then click through Fundamentals >> File Input and Output, and look at the Read Data from XML File.vi and Write Data to XML FIle.vi examples. Those will get you started.
--Ryan S.
02-07-2013 01:14 PM
I'd like a look in EXCEL like the attached clip.
02-10-2013 04:20 PM
If you're wanting to work with an xcel doc then you probably want to use the regular text functions or the Write to Spreadsheet.vi and Read from Spreadsheet.vi functions, not XML functions.
--Ryan S.
02-11-2013 07:36 AM
Unfortunately, I can not change the format of my data collection.
Someone else will look at the XML data by opening it in EXCEL.
02-14-2013 02:36 PM
Could you open the XML file in LabVIEW and convert it into a spreadsheet text format, and then open it in excel?
06-06-2013 11:52 AM
I decided to avoid GXML as much as possible.