LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use table as indicator and control

i need to display data from a file in table and the table will allow the user to modify this data and then save the new values introduced in the table in a file. How we can do that?
0 Kudos
Message 1 of 3
(3,192 Views)
tllotca,

Part of your question is dependent upon the format that the file is in. Once you read in your data, you will need to use a property node to place that data into a table conrtol (not indicator). I would then have a "SAVE" button, that when pressed, saves the data in the table back to the file.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
Message 2 of 3
(3,192 Views)

@Randy_H ha escrito:
tllotca,

Part of your question is dependent upon the format that the file is in. Once you read in your data, you will need to use a property node to place that data into a table conrtol (not indicator). I would then have a "SAVE" button, that when pressed, saves the data in the table back to the file.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask

@Randy Hoskin, thank you very much for your idea, it worked perfectly for my project.

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