Programming the FPGA LED
- Updated2025-10-09
- 2 minute(s) read
Programming the FPGA LED on a CompactRIO Chassis or sbRIO Device
- Configure a project for the MXIe-RIO system.
- Make sure the FPGA LED I/O item is added to the MXIe-RIO system.
- Right-click the FPGA target in the Project Explorer window and select New»VIto add a new VI to the system.
- Place an FPGA I/O Node on the block diagram of the VI.
- Click the element section of the FPGA I/O Node and select Chassis I/O (or Onboard I/O)»FPGA LED.
-
Right-click the FPGA LED input of the FPGA I/O Node and
select Create»Control.
When FPGA LED is TRUE, the FPGA LED is lit. When FPGA LED is FALSE, the FPGA LED is off.
Programming the FPGA LED on a MXIe-RIO Chassis
- Configure a project for the MXIe-RIO system.
- Make sure the USER FPGA LED I/O item is added to the MXIe-RIO system.
- Right-click the FPGA target in the Project Explorer window and select New»VIto add a new VI to the MXIe-RIO system.
- Place an FPGA I/O Node on the block diagram of the VI.
- Click the element section of the FPGA I/O Node and select Chassis I/O»USER FPGA1 LED. USER FGPA2 LED and USER FGPA3 LED function the same as USER FPGA1 LED.
-
Right-click the USER FPGA1 LED input of the FPGA I/O
Node and select Create»Control. When USER
FPGA1 LED is 0, the USER FPGA1 LED is off. When USER
FPGA1 LED is 1, the USER FPGA1 LED is lit green. When
USER FPGA1 LED is 2, the USER FPGA1 LED is lit
yellow.
Note Values other than 0, 1, and 2 are ignored and return an error. You must wire the Error Out terminal of the FPGA I/O Node to receive the error notification.