Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

what is wrong in this?

1.iam getting unusual results whenever configuring the different channels with different gains in my application,so what could be wrong in my application while configuring with different gains.iam attaching part of my application.
2.iam acquiring low level signals using SCXI 1102+pci 6250 and iam giving the input limits as +/- 10mv,what is the gain it will select in DAQ card ,will it be same as the 100 gain on scxi 1102 which is the max.or if i wanted 1000 gain with scxi+pci 6250,what i have to do for that?

THANQ
0 Kudos
Message 1 of 2
(2,865 Views)
Hi vedita,

What version of LabVIEW are you using?

You should be able to select different gains for different analog input channels.  If you want a 1000 gain, then you would need to set your limits to +/- 0.01 volts (0.01 V * 1000 = 10 V), the NI-PCI 6250 will select the most appropriate gain for each channel.

I modified your code a bit and attached it to this post.  Now, you have two virtual channels (one with AI 0-6 set to +/- 0.01V and one with AI 7-8 set to +/- 10 V).  Please let me know if you have any other questions.

Thanks and have a great day!

Regards,
Erik

Message Edited by Erik J on 11-06-2006 03:25 PM

0 Kudos
Message 2 of 2
(2,834 Views)