Led Output

This function block allows for visual representation of a boolean signal using a LED indicator. It provides feedback based on the input signal state, making it ideal for monitoring conditions in a node-based workflow.

πŸ“₯ Inputs

Boolean This input accepts a boolean signal (TRUE or FALSE) that controls the LED state.

πŸ“€ Outputs

This function block does not produce any outputs.

πŸ•ΉοΈ Controls

LED Indicator The LED display, which visually represents the state of the input signal.

🎨 Features

Visual Feedback The LED indicator changes color based on the input signal:

  • Green: Indicates the input is TRUE.

  • Red: Indicates the input is FALSE.

  • Gray: Indicates that no input is connected.

πŸ“ Usage Instructions

  1. Connect Boolean Input: Link a function block that outputs a boolean signal to the input socket of this block.

  2. Evaluate the Block: When the state of the boolean signal changes, run this block to see the LED change color accordingly.

πŸ“Š Evaluation

On execution, this function block evaluates the boolean input and updates the LED color to represent the state of the signal visually.

πŸ› οΈ Troubleshooting

No Color Change on LED

If the LED does not change color, ensure that a boolean input is properly connected. If no input is connected, the LED will display gray.

Unexpected LED Color

Verify that the input is producing the expected TRUE or FALSE values. You can use the Debug Input function block to check the actual signal being sent to this block.

Last updated