Dataguess
v0.3.0
v0.3.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
        • Camera
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • Data Watch
        • FTP Client
        • Image Stream
      • Function
        • Math & Logic
        • Array Functions
        • Image 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
  • Append All Ports
  • Overwrite All Ports Both Ends
  • Append A Single Port Both Ends
  • Overwrite A Single Port Reverse Direction
  • Link all Ports

Was this helpful?

  1. REFERENCES
  2. Components
  3. Core Concepts

Synchronizing Ports

Creates and links ports based on the source component

PreviousSchedulerNextImport / Export Ports

Last updated 3 years ago

Was this helpful?

Synchronize feature lets you add and link ports from one component to another. If you have a component and you want to add the same amount of ports with the same name to another component, you should definitely use synchronize feature. You can choose to append/overwrite all ports, append/overwrite a single port or just link all ports together.

Append All Ports

This will always append the ports to the component, won't delete or alter any ports that are currently defined.

Overwrite All Ports Both Ends

Append A Single Port Both Ends

You can also choose to append/overwrite a single port to a component. Note that this also will link the port automatically.

Overwrite A Single Port Reverse Direction

You may need to sync components or ports from input to output direction. This will not mess with the flow of the dataflow, and safe to do.

Link all Ports

If you have already defined the ports, you can link them at once with link all ports option. This will link all the ports from the source. If source has more ports, it will link the first N where N is the number of ports of the target.

As warned, this will delete all the current ports (if there are any) you are overwriting.

⚠️
Appending ports from one component to another
Overwriting all ports
Append a port for both inputs and outputs
Reverse direction, single port, overwrite
Linking ports