09-01-2005 09:17 PM
09-02-2005 12:17 AM
09-02-2005 12:20 AM
You need to use a shift register, check the online help for details. See attached modification (LabVIEW 7.1)
(Also make sure you place a delay in your loop, it is not necessary to repeat the same operation millions of times a second. Use an event structure so the loop only spins if needed.)
09-02-2005 12:23 AM
09-02-2005 10:31 AM
Thanks for the feedback guys. Altenbach, your solution certainly does what I'm trying to do. Thanks for taking the time to show me. I know what a shift register does and how it's used, but I don't understand why I need it in this case. Doesn't the array retain a value once set? if I'm not resetting a particular element of the array I would expect it to retain its old value. Can you offer any insight into what's going on here?
Thanks again
John
09-02-2005 10:38 AM
@ciramjo wrote:
Doesn't the array retain a value once set? if I'm not resetting a particular element of the array I would expect it to retain its old value. Can you offer any insight into what's going on here?