UI:FiFoView

Last updated 5 August 2026

UI:FiFoView shows a scrolling FIFO list of the values it receives. Click an

entry to emit it as a String; the Clear input empties the list.

Pin Info

Input 1: Log [Float, Int, String, Timestamp]

Input 2: Clear [Bang]

1-Log[Float]: Appends the value to the list (when Enable is on).

1-Log[Int]: Appends the value to the list.

1-Log[String]: Appends the value to the list.

1-Log[Timestamp]: Appends the value to the list.

2-Clear[Bang]: Empties the list.

Output 1: Clicked Entry [String]

1-Clicked Entry[String]: Emits the text of a clicked list entry.

Node Parameters

List: Shows the most recent logged entries (newest first); click an entry to emit it.

Expand:

Enable: Toggles whether incoming values are logged.