Timer

Timer lets you control other component to execute at the exact same time

Node Definitions

Timer has no unique node definition to be configured, you can give it a name and a description:

Enable Port

Enable/Disable port allows you to read data only when you need it. The port value must be boolean (True or False for enable and disable respectively). If there is already an enable port, Disable Port will remove the port on save.

Output Port

There is exactly one output port to the Timer component, and you cannot delete this output row or add another, you can just change the name. This output port Returns last execution datetime as ISO date string

Last updated