Skip to content

Export and import all connections

When a runtime has many connections — for example a mix of OPC UA, Modbus, and REST-RPC — replicating that setup on another runtime by hand is tedious. The connection list lets you export every connection at once and re-import it on another runtime.

  1. In the IDE, expand the Runtimes node in the project tree and select the source runtime.
  2. Open the runtime’s action menu and choose Export all connections.
  3. Save the generated file. It contains every connection definition plus its variable mappings.
  1. In the IDE project tree, select the target runtime under the Runtimes node.
  2. Open the runtime’s action menu and choose Import connections, then select the file.
  3. Confirm. The connections and their mappings are added to the runtime.