I have a voltage signal, And im going to put it in a loop with a shift register. I would like the VI to tell me at what rate the value is changing.
Im using LV8
USB-6218 with a differential ananlog voltage input.
I am using a while loop, containing a Wait Until Next ms Multiple.
So if i take 10 points a second, And i write the values into a shift register, and then compare the current value being written to the shift register to the last value and subtract, i should have the difference for 1/10 of a second right?
Is this going to work?
Do i need to clear the shift register or something each iteration?