LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem in using array submit in resultlist for user

by collecting values in a State machine into an Array
when writing new value into list with (replace array subset) all the elder values disappear in the list on the Frontpanel
This Testprogram should collect values about status and times of a Testinf part.

each cycle of the state machine should be in one raw
0 Kudos
Message 1 of 2
(2,559 Views)
It seems to me that you need to use a shift register with your "2D array of strings" just like the shift register you used for the state machine.
If you don't do this your intialized array (20 lines 5 columns) is always the one taken during each iteration thus making the values disappear.

Hope this helps !
Julien
Message 2 of 2
(2,553 Views)