04-01-2016 02:08 AM
Solved! Go to Solution.
04-01-2016 02:35 AM
04-01-2016 06:08 AM - edited 04-01-2016 06:09 AM
1. You should just have 1 task for all of your analog inputs.
2. Use the DAQmx scale to do the math for you.
3. Reading 1uA will be very hard with a DAQ, even with some external circuitry. I recommend the TSC103IPT. It is specially made for amplifying current shunts. The output is a single ended voltage. It also has a configurable gain. But even with the gain of 100, you are only going to have 50uV for your 1uA. I doubt the DAQ can be that accurate. Still with the gain of 100, your 100mA will give you 5V to your DAQ.
04-06-2016 01:48 AM
04-06-2016 04:38 AM
@shawn1 wrote:
1.How to show the current waveform by accumulating 1 D Array data , Rather than show by every 100 acquisition points
Use a waveform chart. Charts keep a history, so you do not have to accumulate the data. It does it for you in the display.
@shawn1 wrote:
2.What is the minimum identification unit of the amplifier TSC103IPT? I doubt that 0.5uA can be indentified?(0.5uV=0.5ohm*1uA) Because i didn't find anything about the auccary in TSC101IPT datasheet.
The amplifier is analog. So it can gain up anything. But you really should think about using a larger resistor if you really want to measure that small of a current.
04-06-2016 09:13 PM
04-07-2016 04:23 AM
shawn1 wrote: but i doubt that The NI 6251 analog inputs is also analog ,why it can't gain up angthing?
The 6251 uses an Analog To Digital Converted. That is what has a minimum sensing voltage. That is also where the resolution specification comes from.
04-07-2016 08:18 PM