LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Storing and using arrays with case function

I am connected to an insturment which whenever I send a trigger I output an array to my labview code. I can currently see the array that is sent to labview. I would like to be able to use a boolean switch to capture and store an output array whenever the boolean switch value is true. I would then use this stored array to do calculations. If the boolean value is false it does not matter what happens to the array.
0 Kudos
Message 1 of 2
(2,501 Views)
This is one way to store your array. If it needs to be a string array you can change it to meet your needs.

Also note that the output of the stored data may be placed in another location and does not require any inputs to get the data.
Hope this helps and opens up new possibilities for you.
Good luck.
Randall
0 Kudos
Message 2 of 2
(2,501 Views)