09-02-2009 02:03 PM
Hi,
If I got a binary data from DAQmx Read.VI (Analog 2D I16 Nchan Nsamp), how can I convert this to scaled data?
Best,
Jay
Solved! Go to Solution.
09-02-2009 02:22 PM
Depends. If you have a new M series board, with it's advanced calibration technique, you have to apply the scaling coefficients. There is are examples called Cont Acq&Graph Voltage-To File(Binary).vi and Graph Acquired Binary Data.vi that show how top obtain the property and how to scale data with the coefficients.
If you are converting to scaled data in your acquisition VI, why acquire as I16?
09-02-2009 02:30 PM
Dear Dennis,
Thanks for your reply. I have E series board. In this case, I can't ues the property node, can I? Is there any alternate way?
I am acquiring as I16 since I need bouth I16 and scaled data.
Thanks,
Jay
09-02-2009 02:38 PM
09-02-2009 02:42 PM
Thanks, Dennis.
But could you tell me in detail? I've just started to learn LV recently, so I need your more explanation.
Thanks, again.
Jay
09-02-2009 02:52 PM
I have a voltage range -5/+5. I'm not sure what you meant by number of steps. I don't know what a/d is.
Thanks,
Jay
09-02-2009 02:57 PM
See if this makes sense. There's probably a property for the number of bits the A/D has but I can't think of it right now and can't spend toom much time looking.
09-02-2009 03:14 PM
Thank you so much, Dennis. You save me. 🙂
Best,
Jay