LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to input data?

So I just recently figured out how to communicate with a serial input device (yay me!) and now I've ran into a new problem
The device sends 1sample/second, which is fine.
 
The problem is that, if i create an indicator, it just changes every time i get a new signal to whatever that new number is.
How can I make it keep the old numbers, and give me the new one.
I guess if could append to a table or something.
 
Thanks for your help,
Cory
Cory K
0 Kudos
Message 1 of 2
(2,412 Views)

Do you want an array?  How large do you want it to grow?  Look at the Build Array function.

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
0 Kudos
Message 2 of 2
(2,393 Views)