11-05-2013 01:40 PM
attched is my vi, i need to have my data graphing as a function of time (seconds) in order to do differentiation to get my velocity. I tried using sample clock and implicit timing as well as elapsed time vi but never got data as a function of time rather only as a function of sample number. Please help!
11-05-2013 02:05 PM
i basically just want to get the velocity of the linear potentiometer. I get readings and a graph for the voltage of a function of sample number, but i cant get the differentiator to work
11-06-2013 05:50 AM - edited 11-06-2013 05:51 AM
Why not just setup DAQmx to continuously sample the DAQ channel. Then you just read all of the available samples. You can easily perform your derivative measurements from that array and you know exactly what the dt is since it will be hardware timed instead of software timed.