In addition to taking data, most systems also control outputs. Here DAQFactory offers many advanced automated control features such as PID loop control and sequences, but for now we will just create an output channel and control it manually from a page component.
1. Click on CHANNELS: in the workspace to go back to the channel table.
2. Click on Add to create a new row in the table.
You can also click Duplicate to duplicate the highlighted line, in this case the Pressure channel. This will copy over most of the details, including the D# so you don't have to retype that.
3. In the new row, name the channel Out. Select the LabJackM device again and enter the same D# you used for Pressure, then select DAC#(0:1) for the I/O type with a channel # of 0. This will allow us to control the first DAC on the LabJack. Since this is an Output, you will want to set the Timing to 0 as well. Leave the rest in their defaults.
4. Click on Apply to save your changes.
The output channel has been created, but it hasn't been set to anything. We'll see how to do that in a bit...
We will create some screen controls to set this output in section 2.8.
Proceed to section 2.6 and we'll display our new input channel on our own custom screens.
For more information on channels and the various parameters available, see the chapter on Channels and Conversions.