LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table Method "Set cell Value" is not working

Hello LabVIEW users,
 
I've one problem with my first LabVIEW application...
I am working with LabVIEW V8.2, the OS is WinXP.
 
I've created a table, where you can edit some data values. After editing you can save the table data to a csv-file.
It should be possible to read a csv-file and write the data to this table.
I've tried to use the method "Set cell Value", but it's not working......
 
Is there another possibility to write to the table cells?
 
Thanks for your help
0 Kudos
Message 1 of 3
(2,584 Views)
Set cell value will set the content of a single cell. To set the whole table at once use the value property and wire a 2D-array of strings.
0 Kudos
Message 2 of 3
(2,578 Views)

It depends how you read the CSV file... But the data needs to be a 2-D array to set the table.  You can wire the 2-D array (from the file read) right into the table or use a property node and write to the value property.  Read text file and spreadsheet string to array should put your csv in the proper format.

 

Tom

0 Kudos
Message 3 of 3
(2,575 Views)