LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unflatten from XML file into a cluster

Solved!
Go to solution

Hey guys,

 

I have a problem with the unflatten function of Labview. I have attached 2 VIs for your use. one of them has 11 pages with 4 clusters per page, whereas, the other has 11 pages with 8 clusters per page. The second VI is modified by me to accommodate more values instead of just the 4 clusters' VI. Accordingly, i made changes to the XML file (named '11X4') and changed its dimensions to 11X8 instead of 11X4 and added the extra needed values. However, LV throws an Exception saying that the "Start/End tag pair maybe missing" every time i try to read the modified XML file (one with the 11x8) even though all of the given pairs are appropriately matched and closed. Any help would be greatly appreciated.

 

P.S. the modified VI works just fine without throwing exceptions, when the XML file named '11X4' is opened (the one with 11X4 Dimensions).

Thanking you,

 

Nash

0 Kudos
Message 1 of 2
(2,555 Views)
Solution
Accepted by topic author IT-JJ

Hello again guys,

 

just wanted to update this post with a solution, so that it maybe closed. I found the solution to my problem. Turns out, i had a few extra cluster values added to the XML file, hence, the exception. It had nothing to do with the start/end tag pairs or the syntax.

 

Nash

0 Kudos
Message 2 of 2
(2,493 Views)