LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Putting string value into a table

Solved!
Go to solution
Solution
Accepted by topic author CJBee

No, if you use build array, the new row is always appended at the end of the existing table. No math needed.

 

Here's a quick example (LabVIEW 2013):

 

 

 

Download All
Message 11 of 14
(780 Views)

Thank you so much, that example really cleared up the misconceptions I had. Got it working, appending each different RFID to the table.

One thing i'm unsure on, is the constants going into the left shift register. I understand that it sets the row and column initially to 0 fwhich the shift registes then update. Context help names it as table control with no description. Just wondering how you created it?

 

Thanks again

0 Kudos
Message 12 of 14
(770 Views)

Either place an array constant and place a string in it, or you can r-click the table indicator and select "create constant", or on the 2d-wire. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 13 of 14
(765 Views)

Ah yes, ok I finally understand. Sorry for my stupid questions. Thanks everyone

0 Kudos
Message 14 of 14
(762 Views)