From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Components

cancel
Showing results for 
Search instead for 
Did you mean: 

Reference Library for Converting Between LabVIEW and XML Data (GXML)

Wow Martin I'm glad you called tech support.  I don't think I would have figured that out.  Thank you for posting the resolution!  I have several projects in the pipe that will use GXML in a LabVIEW Web Service.

 

Jeff

0 Kudos
Message 31 of 132
(10,109 Views)

The GXML parser does not seem to work with tables such as an array of clusters containing one string and one table does not work.

0 Kudos
Message 32 of 132
(9,948 Views)

Could you please attach an example VI demonstrating this?

 

Thanks,

 

Jeff Tipps

S&V Systems Engineer

0 Kudos
Message 33 of 132
(9,942 Views)

Sorry my mistake, it does indeed work with tables.

0 Kudos
Message 34 of 132
(9,939 Views)

I have a large data structure (array[(string,array[][])]) that takes around 1 minute to do a recursive parse on an cRIO.  The fast parse mode

gives me an error because the array sizes are not known at runtime.  Is there a way to make the fast parse mode

work in such a case?

0 Kudos
Message 35 of 132
(9,915 Views)

Can you please post an example code demonstrating this?

 

Thank you,

 

Jeff Tipps

S&V Systems Engineer

0 Kudos
Message 36 of 132
(9,914 Views)

Actually the problem is that the GXML data that is being generated and saved to the cRIO Flash is somehow getting its <cr><lf>'s messed up.  I will have to revisit in the morning and will post my results.

0 Kudos
Message 37 of 132
(9,905 Views)

Thank you I look forward to your results.

 

Jeff Tipps

S&V Systems Engineer

0 Kudos
Message 38 of 132
(9,898 Views)

Ok, the problem was in the read/write file.vi primitive that I use to save and read the GXML data from my target devices.  The default for the file vi's is to convert EOL to LF which makes the data incompatible with the GXML parser.

0 Kudos
Message 39 of 132
(9,894 Views)

Are you using the the GXML Read/Write File VIs?

 

GXMLReadWrite.png

 

Regards,

 

Jeff Tipps

S&V Systems Engineer

0 Kudos
Message 40 of 132
(9,892 Views)