04-03-2008 01:51 PM
04-07-2008 07:10 AM
Hi Lawrence,
You can read the 9211's temperature sensor by creating a DAQmx Task to read the channel called _cjtemp. To access the channel:
1. Place a DAQmx Create Channel VI on the block diagram and choose AI Voltage.
2. Create a constant or control for the physical channels input.
3. Right-click the constant (block diagram) or control (front panel) and select I/O Name Filtering.
4. Place a check mark in the "Internal Channels" box and click OK.
5. From the drop-down menu choose _cjtemp on the 9211 as the physical channel.
6. Continue the task as you would when reading other AI channels.
04-07-2008 07:23 AM