LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

load table from xml

Hi all

Please see attach that I send ,, this is vi that write and read from xml file ,, my problem is when I press on load ??

 

If you can see that I saved a table data  , I want if I press on load bottom  all the data loaded on the screen  in table shape as table control

 

Who can I do that

 

Note : press on set limit to save into xml file

 

 

Thanks

 

0 Kudos
Message 1 of 4
(2,842 Views)
Hi

   The problem comes from two general ways. I'm not sure what you really want so I can't rebuild it for you...
First, you ask the for loop to don't execute (you wire 0) you should wire the number of time you want. In addition, if you want to execute it for each line, you should enable indexing on your input xlm to the for loop. Then it will execute as many line it was in the xlm. I can do it, because you can't convert letter to number! So check it, I'll help you later...

Fakstory
0 Kudos
Message 2 of 4
(2,833 Views)
Hi elyan
As i can see you still have problems with xml files Smiley Happy
The for loop is not neened. Just delete it.
At write buid an array, so at read you can select 1st element.
At Unflatten from xml, wire a 2D array at "type" input.
 
You  must have a look at basic Labview tutorials...
 
 
0 Kudos
Message 3 of 4
(2,804 Views)
I solve it
 
thanks
 
0 Kudos
Message 4 of 4
(2,799 Views)