LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remembering Previous State in Array

It appears I can't wire an array back to itself so it can recall it's
previous
state.

I'm trying to read and record a multimeter measurement for 7 different
values
and place the output into an array that corresponds to one of 7 different
buttons.

I'd like the array to remember it's previous state for the buttons that
aren't
being pressed.

Here's a link to the vi of what I'm basically trying to get at:

http://members.fortunecity.com/pongclub/MultiMeterSwitchArray.vi

Any ideas for solving this problem will be appreciated.

--Rob
http://members.aol.com/ttoutpost1
0 Kudos
Message 1 of 2
(2,601 Views)
Rob,

I tried to go to the link but it wasn't there. If you are inside a while loop, you can use a shift register to recall the previous state.
0 Kudos
Message 2 of 2
(2,601 Views)