LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to append string data to a table?

I am trying to append data to my table but is just overwriting the previous result. Have tried to use a shift register but still overwrites. I have attached my code for a perusal.

Message Edited by Molly K on 02-10-2005 09:25 AM

0 Kudos
Message 1 of 7
(3,543 Views)
The vi is called SCOPE TEST
0 Kudos
Message 2 of 7
(3,538 Views)
Read the data (Unbundle), pass it to Insert Into Array, and connect the output to the Bundle node.

If you leave the indexing terminals of Insert Into Array disconnected it will append.

Lynn
0 Kudos
Message 3 of 7
(3,531 Views)
Try this (LabVIEW 7.1):

(You still need to polish it up a bit, eg. add means to clear the table, or prevent it from growing indefinitely)
0 Kudos
Message 4 of 7
(3,525 Views)
Thanks for the help but the initialise vi creates an error code now. Any ideas??
0 Kudos
Message 5 of 7
(3,489 Views)
Hi Grant,
What's the error code????
Thanks
Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 6 of 7
(3,462 Views)
Re-booted and restarted labVIEW and problem cleared. MMmmmm? Works OK no anyway thanks.
0 Kudos
Message 7 of 7
(3,458 Views)