Time:TimeTable

Last updated 5 August 2026

Time:TimeTable is a time-of-day lookup table. Feed a Timestamp and it emits

the value of the latest table entry whose time is at or before it. Entries hold

an Int or a String, chosen by the Output type option.

Pin Info

Input 1: Input [Timestamp]

Input 1: Emit [Bang]

1-Input[Timestamp]: The time-of-day to look up; emits the matching value.

1-Emit[Bang]: Re-emits the value for the last input time.

Output 1: Output [Int]

1-Output[Int]: The matched entry's value (datatype follows Output type;String when Output type is String).

Node Parameters

Value: The current output value (read-only).

Expand:

Output type: Int or String - sets the Output pin's datatype.

Wrap 24h: Wrap the input timestamp at 24 hours.

Entries table: Time -> Value rows; the latest entry with Time at or before the input wins.