Configuring the NI 9231 Channel Input Modes (FPGA Interface)
- Updated2025-04-03
- 2 minute(s) read
You can configure the input mode for each channel of the NI 9230, NI 9232, or NI 9234 at edit time using the C Series Module Properties dialog box.
Programmatically change the input mode for each channel at run time using the FPGA I/O Property Node. The execution of an FPGA I/O Property Node that is configured with an Input Configuration property overwrites the value you configured in the C Series Module Properties dialog box for the corresponding channel.
Configuring the Channel Input Modes Using the C Series Module Properties Dialog Box
Complete the following steps to configure the channel input modes using the C Series Module Properties dialog box.
- Configure the CompactRIO system, and add an module.
- Right-click the module in the Project Explorer window and select Properties to display the C Series Module Properties dialog box.
- Select the channel(s) for which you want to configure the input mode from the Channels table. You can select more than one channel by holding the <Ctrl> or <Shift> key when selecting channels.
- Select the input mode for the selected channel(s) from the Input Configuration pull-down menu.
- Click the OK button.
- Select File»Save All in the Project Explorer window.
Configuring the Channel Input Modes Using the FPGA I/O Property Node
Complete the following steps to configure the channel input modes using the FPGA I/O Property Node.
- Create FPGA I/O items for the channels of the module for which you want to configure the Input Configuration property.
- Place an FPGA I/O Property Node on the block diagram and configure it for the module channel for which you want to configure the input mode.
- Click the Property section and select Input Configuration from the shortcut menu.
- Right-click the Input Configuration input and select Create»Control from the shortcut menu.
- On the front panel of the VI, select an input mode for the channel from the Input Configuration pull-down menu.
You can change the channel input modes at run time by writing to the control from the host VI. Refer to the following getting started VIs for examples of how to configure the input modes using the FPGA I/O Property Node.
Module | Example File Path |
---|---|
NI 9231 | labview\examples\CompactRIO\Module Specific\NI 9231\NI 9231 Getting Started\NI 9231 Getting Started.lvproj |