LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Store bollean selection values and retrieve them in runtime?

I have an array of bolleans representing a channel of a device. Now , when the user turns on the channel the selected channel array are supposed to be stored. Now when the user selects device 2 (using a ring function) the list refreshes t5he channel names and resets the bollean array to their default values and the new selection values are to be stored. Now if the user wants, he should revert back to device 1 and can review what all channels he had selected for Device 1. How can this functionality be achieved?

Labview Learner
Download All
0 Kudos
Message 1 of 3
(2,463 Views)

You need to store the boolean array somewhere.  I would likely just use a shift register


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,454 Views)

ried using shift register bt when the user enters Device 2 channels and then wants to view device 1 selection the program just freezes. That is why I posted this to bypass shift registers. Is there any other way of doing this?

Labview Learner
0 Kudos
Message 3 of 3
(2,451 Views)