03-29-2005 07:44 PM
03-30-2005 06:35 AM
03-30-2005 08:37 AM
03-30-2005 10:50 AM
03-30-2005 11:32 AM
03-30-2005 12:10 PM
03-30-2005 12:35 PM
10-29-2007 08:09 AM
10-30-2007 11:02 AM - edited 10-30-2007 11:02 AM
Hi JC,
This error occurs because the scaling coefficients that DAQmx uses varies with different specified ranges. Since each of your N channels has a different scaling range, you need to specify the active channel from which you want to read the scaling coefficients. To do this, expand the property node to two elements and choose Active Channels (if subset) as the first property. Then use the same AI.DevScalingCoeff as the second property. Then you can create a constant off of the Active Channel property to select the channels that you want to read. The following screenshot shows how to use the Active Channel property. You will need to make a different property node for each channel that has a different specified range. Hopefully this information is helpful!
Message Edited by Vanessa L on 10-30-2007 11:04 AM