LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need help resolving the issue of all channels being "clipped" by the (high and low limits) on the AI-Config sub-vi

No matter what values I put in the corresponding channel index, all channels appear to be using the 'first' index of the limit cluster. I am using a PCI-6110E 5Ms board and LabVIEW 5.0. Has anyone else encountered this problem?
0 Kudos
Message 1 of 3
(2,563 Views)
If you want to have different input limits for the different channels, you need to make sure the channels are listed in separate Channel indexes as well. For example, if your channel array index 0 reads "0:7", then channels 0 through 7 will all use the input limit settings in the input limit array's index 0.

Instead, enter "0" in Channel Array index 0,
"1" in Channel Array index 1, etc.
Message 2 of 3
(2,563 Views)
If you'd like to get more responses, you should post this type of question in the Multifunction I/O category.
0 Kudos
Message 3 of 3
(2,563 Views)