LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I increment an array without losing the data I had?

I'm doing homework right now, E7.5 to be exact, and it's simple wiring of devices.  I have everything wired up so that it would display the dice value on the Dice output, but once a new value of the dice is obtained, the old value on the dice output is replaced with a 0, and the new value with a 1.  Any help would be greatly appreciated.
0 Kudos
Message 1 of 3
(2,955 Views)
If you post the code here, it ll be of immense to help you out.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 3
(2,945 Views)
From what I've read, it sounds like you are trying to transfer values from one loop iteration to the next.  The method of doing this is through use of 'shift registers'.  If you launch the LabVIEW Help, search the Index for 'shift registers' and you will find a very nice explanation of what they are and how to use them.  Let us know if you have any questions.  Cheers!
0 Kudos
Message 3 of 3
(2,899 Views)