07-27-2017 10:11 AM - edited 07-27-2017 10:15 AM
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
Solved! Go to Solution.
08-03-2017 10:03 AM
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