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
(9,869 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,708 Views)

Could you please attach an example VI demonstrating this?

 

Thanks,

 

Jeff Tipps

S&V Systems Engineer

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

Sorry my mistake, it does indeed work with tables.

0 Kudos
Message 34 of 132
(9,699 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,675 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,674 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,665 Views)

Thank you I look forward to your results.

 

Jeff Tipps

S&V Systems Engineer

0 Kudos
Message 38 of 132
(9,658 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,654 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,652 Views)