🖥
🖥
🖥
🖥
AugeLab Studio Manual
English
Ask or search…
K
Comment on page

Led Output

Node_Led Documentation

The Node_Led in AugeLab Studio is a simple node that represents an LED indicator. The LED changes color based on the input signal received, indicating whether the signal is True or False. This documentation will provide an overview of the node's functionality and how to use it effectively.

Node Overview

The Node_Led node displays an LED indicator that changes color based on the input signal. It helps visually represent the status of a Boolean signal, with green indicating True and red indicating False.

Node Properties

  • Node Title: Led Output
  • Node ID: OP_NODE_LED
  • Tooltip: Connect input signal to check if it is TRUE or FALSE

Inputs

The Node_Led node has one input socket:
  1. 1.
    Input Signal: Connect a Boolean signal to this socket. The LED color will change based on the value of this signal.

Outputs

The Node_Led node does not have any output sockets.

Node Configuration

The Node_Led node does not have any additional configuration parameters.

Usage

  1. 1.
    Drag and drop the Node_Led node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Connect the input signal to the input socket of the node.
  3. 3.
    Run your project or trigger the execution of the node.
  4. 4.
    The LED indicator will change color based on the value of the input signal. Green indicates True, and red indicates False.

Example

Let's walk through an example to illustrate how the Node_Led node works.
  1. 1.
    Drag and drop the Node_Led node onto the canvas.
  2. 2.
    Connect a Boolean signal to the "Input Signal" input socket. This signal can come from a button press, a sensor reading, or any other source.
  3. 3.
    Run your project or trigger the execution of the node.
  4. 4.
    The LED indicator will change color based on the value of the input signal. Green indicates True, and red indicates False.

Notes

  • The Node_Led node provides a visual representation of a Boolean signal using an LED indicator.
  • Ensure that you connect a valid Boolean signal to the input socket of the node.
  • The LED indicator will change color dynamically based on the value of the input signal.
That concludes the documentation for the Node_Led node in AugeLab Studio. This node provides a simple and intuitive way to display the status of a Boolean signal using an LED indicator.