LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Building Array

Hi cheyne,

create for every button or other control, which can the user change, an event in your event structure. If i press the cancel button, nothing happens, because there is no event registerd in the event case and so the loop can´t stop. To store "old" values to which you can change back, create a new shift register and write these values into it. If you then press the "Cancel" button you can write these value to the other shift register.

Mike

0 Kudos
Message 11 of 13
(518 Views)
Dea Mike,

Do you mind helping me to modify the VI's I send you? I am not sure how to create a new register to recall my old value.


Thanks


0 Kudos
Message 12 of 13
(509 Views)
Hi cheyne,
see the attached example. The example works without another shift register, i think in your case it is enough. If you want to store the values you want to reset, insert another button and write the current data into the other shift register.
 
Mike
0 Kudos
Message 13 of 13
(492 Views)