LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save 1st array in For-Loop for remaining execution cycles.

Solved!
Go to solution

I have a function embedded in a N=65 For loop which pulls-down real time array data.    On the very first loop, a "calibration" array is created which needs to be saved as a reference for relative measurements in the next 64 executions.

 

Does anyone know what I need to do to save this first set of data, so I can keep using it?   On the next run, the function pulls completely new data, and naturally overwrites.

 

At the moment, i do not have a source VI to post (that works), sorry about that.   Will try ot get something up tomorrow....but it will likely not be working.

 

 

0 Kudos
Message 1 of 4
(2,938 Views)

Shift register

Message 2 of 4
(2,932 Views)
Solution
Accepted by topic author SparkyOne

To be a little more exact...


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
Message 3 of 4
(2,903 Views)

I knew I was making this task -WAY- too complex.

 

I had a similar function on another VI I had created....and did not understand why it was not working in this case.   Shift Registers FTW.

0 Kudos
Message 4 of 4
(2,889 Views)