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

Was this helpful?

  1. REFERENCES
  2. Components
  3. Core Concepts

System Ports

Status, Execution and Error are three system ports that allow Dataguess to notify users the status of connection, execution status and error of each component. These ports can be enabled or disabled.

PreviousSchedulerNextSynchronizing Ports

Last updated 3 years ago

Was this helpful?

The status port has 4 states:

  • Initialized (0)

  • Connected / Listening (1)

  • Connecting (2)

  • Not connected / Not Listening (3)

The execution port has 2 states:

  • Ready (0)

  • Executing (1)

The error port's state is String or None.

The status port has 4 states: