Output

This function block is designed to display the output from other function blocks in the node editor. It collects and shows the incoming data in a user-friendly format.

πŸ“₯ Inputs

Generic This input accepts any type of data produced from previous function blocks.

πŸ“€ Outputs

This function block does not produce any outputs.

πŸ•ΉοΈ Controls

Result Display This area displays the most recent data received from the input in the specified format.

🎨 Features

Dynamic Data Display Continuously updates the displayed data as new information is received from the input.

Data Formatting Automatically rounds floating-point numbers to three decimal places for easier readability.

πŸ“ Usage Instructions

  1. Connect Input Source: Link any output from another function block to the Generic input.

  2. View Output: The connected data will be displayed in real-time on the output block, updating as new values are received.

πŸ“Š Evaluation

During execution, this function block gathers data from the connected input and presents it in an easily readable format.

πŸ› οΈ Troubleshooting

No Data Displayed

If no data appears, check that a proper source is connected to the input. Ensure the preceding blocks are outputting data correctly.

Incorrect Data Format or Value

Ensure that the input data types are compatible. If your data is incorrectly formatted, verify the upstream function blocks for output errors or misconfigurations.

Last updated