04-20-2016 09:55 PM
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.
Solved! Go to Solution.
04-20-2016 10:04 PM
Shift register
04-21-2016 05:38 AM - edited 04-21-2016 05:39 AM
To be a little more exact...
04-21-2016 06:28 AM
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.