LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to enter a data into the specified column and row in a created table

Hi,

I want to enter some data to specified column and row in a already created table. Please let me know how to do this.

Regards
Shivakumar Singh
0 Kudos
Message 1 of 3
(2,470 Views)
There is an invoke method: set cell value. Right click on the terminal, then Create > invoke node
CC
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 3
(2,464 Views)
A table is just a 2D array of strings. Keep it in a shift register and use "replace array element" to modify the desired entry programmatically.

If you want to modify it manually and directly from the front panel, make it into a control and type directly into the desired element. (In this case your program would need to write to it using a local variable).

Atttached is a simple example in LabVIEW 7.0 that shows both possibilities.
0 Kudos
Message 3 of 3
(2,459 Views)