LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Showing multiple values on front panel using array

Solved!
Go to solution

For example, if I input "10" for number of datapoints, I want to see 10 hex and binary values all listed in a column. Right now, only 1 value shows up and all the previous values get erased 😞

 

Thanks!

 

 

 

 

0 Kudos
Message 1 of 3
(2,309 Views)
Solution
Accepted by topic author ABC123WEEEEE

You are not using a shift register to store the values in the array between iterations fo the For Loop.

 

This is a basic LabVIEW concept.

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

0 Kudos
Message 2 of 3
(2,306 Views)

Hi,

 

     Wire the data outside the for loop for get an auto index array with all elements.

    

     You can check too: Tutorial: Arrays and Clusters.

 

Best Regards,

Luis A. Mata C.
Ing. Electrónico
Whatsapp: +58-414-1985579
BBM Pin: 2B83E99A
Thanks: Kudos
0 Kudos
Message 3 of 3
(2,297 Views)