07-31-2008 08:57 AM
07-31-2008 09:33 AM
If you take 48000 samples per second, that means just that. Each sample is a single reading. And yes, it will transfer that many samples to the pc each and every second if you so desire. This sample rate is at the low end of what is possible with a DAQ board.
Yes, it has a buffer and the creation of the buffer is automatic in most cases. You just specify sample rate and how many samples you want.
The device only measures voltage so in order to measure current, you measure the voltage across a known resistor. The scaling can be done by the driver so all of the measurement values can be returned as amps.
07-31-2008 09:51 AM
Oh Okay !!!......Thanks for your help !!!.....
So then inorder to use this, i need to program it.
Thank you.