Dataguess
v0.2.0
v0.2.0
  • Welcome
  • Getting Started
    • Installation
      • Windows Installation
      • Linux Installation
    • Activation
  • REFERENCES
    • Workstation
    • Workgroup
    • Dataflow
    • Components
      • Core Concepts
        • Scheduler
        • Synchronizing Ports
        • Import / Export Ports
        • Forwarding Inputs
      • Inputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • OPC UA
        • TwinCAT
        • EtherNet/IP
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • Data Watch
      • Function
        • Math & Logic
        • Array Functions
        • Type Conversion
        • To JSON
        • From JSON
        • Array
        • Timer
      • API
        • HTTP
      • Server
        • HTTP Server
      • Script
        • Python Script Editor
      • Ai
        • ONNX
        • Scikit Learn
  • Use Cases
  • FAQ
Powered by GitBook
On this page
  • Node Definitions
  • Enable Port
  • Output Port

Was this helpful?

  1. REFERENCES
  2. Components
  3. Function

Timer

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

PreviousArrayNextAPI

Last updated 3 years ago

Was this helpful?

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

Timer Node Def
Timer Output Port