RT Board LEDs
- Updated2023-02-17
- 2 minute(s) read
RT Board LEDs
Controls the LEDs on all RT Series devices.
Inputs/Outputs

LED num
Number of the LED that the VI modifies. The LED number depends on the type of hardware. LED num is zero-indexed. You can specify LED num 0 to control the User1 LED for most LabVIEW Real-Time targets.

state
State to assign to the LED.
| Off |
Turns off the LED |
| Default Color 1 |
Sets the LED to the device default color 1 |
| Default Color 2 |
Sets the LED to the device default color 2 (if available) |
| Toggle |
Toggles between off and device default color 1 |

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

LED state
Boolean value that indicates whether the LED is on or off.
| True | The LED is on. |
| False | The LED is off. |

error out
Error information.
The node produces this output according to standard error behavior.