01-24-2008 03:14 AM - edited 01-24-2008 03:15 AM
01-24-2008 09:07 AM
There are a number of different methods to read multiple channels across the 1125 boards, the most common one I use which has 96 inputs from 1125 cards is as follows:
Have you setup virtual channels within Measurement And Explorer? I use the syntax VIP001 to VIP040 so each channel has a unique identifier.
In LabView you can use the NI Measurements/ Data Acquisition/ Analogue Input VIs to read any one single channel, a mixture of specific channels or all the channels in a single call.
For a single channel call the Channel name would be "VIP001" using the above channel names
For Multiple channel call "VIP001, VIP007, VIP020" would return a waveform array containing three channels
For All the channels "VIP001:VIP040" would return a waveform array containing all 40 channels
If you need to get at a single waveform from a multi channel acquisition just index the waveform array to pull out the specific waveform data you need