LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control Insert Data to Column 2

Solved!
Go to solution

Hi Experts,

 

I have a table control. I created a local variable for the table control and I input data A to column 1 of the table. No problem. Easy.

 

Now question is, I have data B which I want to input to column 2 of the same table control. How do I do that ?

 

Merci amigo Smiley Wink

0 Kudos
Message 1 of 5
(3,032 Views)

You can add and replace.

Check the vi I included.

 

Koen

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 5
(3,023 Views)

Hmm I still cannot get it to work.

 

I have two arrays. First array I want to put into Column 1 of table. Second array I want to put into Column 2 of table.

 

Please see attach photo. 

 

 

0 Kudos
Message 3 of 5
(3,001 Views)
Solution
Accepted by topic author pokerprof

Build Array, but do it with 1-D arrays.

0 Kudos
Message 4 of 5
(2,992 Views)

Ravens,

 

You made it seem so simple ! Thanks and it works now. I do not why did I miss that completely.

 

1D array input into Build Array to get 2D array of 2 columns.

0 Kudos
Message 5 of 5
(2,987 Views)