Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Home
  • Knowledge base
  • Contact Us
  • Home
  • Configuration in the Web UI
  • System

Export & Import configuration

How to export & import configuration to and from SIA

Written by Mads Mikkelsen

Updated at February 9th, 2021

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Installation & Technical information
    Introduction SIA Connect Standalone SIA Connect ANY-Ware Cellular & WiFi connectivity
  • Configuration in the Web UI
    Getting started with the UI Connectors Instances Items Mapping Data System Network Tools & Add-ons DigiCert IoT Trust Manager
  • Connectors
    Siemens S7 Azure IoT Ethernet/IP Mitsubishi MELSEC OPC-UA Server SQL MQTT Omron Host Link REST API Omron FINS Keyence Beckhoff TwinCAT BACnet Virtual OPC-UA Client MS SQL File M-Bus Modbus
  • Scripting & Variables
    Data formatting
  • Developers
    API documentation Shadow API
  • Tutorials & Guides
    InfluxDB AWS IoT Core - Amazon Web Services Microsoft Power BI KaaIoT Siemens S7 AVEVA Insight SIA Connect Demo Rack Grafana Azure
  • General
+ More

Articles in this section:

  • Manage settings & system information
  • Updating the system
  • Export & Import configuration
  • Restarting the software and the device
  • Activating license
  • Updating the system with Beta and custom releases

Table of Contents

Import of configurationExport of configurationBrowsing & modifying configuration file

Exporting and importing your configuration of SIA can be very handy when you need to roll-out multiple with the same setup or just needs a backup.
This article will guide you through how to export the configuration and how to import into another SIA.

The following data will be exported and imported from SIA:

  • Settings
  • Instances
  • Items
  • Mappings
  • Network configuration


Info

The Export and Import of configuration does NOT contain the stored historical data for the items.

In order to get access to the Export & Import tool go the system:

  • In the SIA portal go to  System
  • In the settings view locate  Export and import configuration



Caution

The Connectors will not be imported. You will have to install the Connectors before running import.



Import of configuration

Importing a configuration on SIA is fairly simply and does not break your existing system. All you have to remember is to install the Connectors on forehand. In case you already have a configuration the import will not delete anything it will just import the new configuration in parallel with the existing one.

Info

Remember to install the Connectors before importing.

To export the configuration of SIA follow these steps:

  • Locate the Export and import configuration section on the System page
  • Click Import button. A dialogue will open from where you can import the configuration
  • In the dialogue click Select SIA configuration button. This will open a file system browser dialogue
  • Browser your file system and find the SIA configuration you wish to upload and press open. The file must be in .json format
  • When the filename appear in the dialogue press  Import. A spinner will start and keep spinning while it is importing
  • Close the dialogue and validate the configuration is imported.



Export of configuration

Exporting the SIA configuration gives you the great benefit of being able to keep backup of your setup or to distribute it if multiple SIA requires same setup.

In order to export the configuration do the following:

  • Locate the Export and import configuration section on the System page
  • Click the Export button. The export will not take place
  • Wait for the to finish. Select a destination on your drive to save the configuration.


Caution

Remember to save your configuration somewhere safe (cloud, shared folder, ..) so you do not loose it if your local computer breaks.



Browsing & modifying configuration file

The configuration files comes in a format called JSON. JSON stores the value in human-readable text in structured objects that consists of a name and value.
Example of a JSON snippet from the configuration of SIA could partly look like:

{
    "plugins": [
        {
            "name": "siemens_s7",
            "title": "Siemens S7",
            "description": "Application for Siemens S7 PLCs",
            ...
            "devices": [
                {
                    "name": "Bottle Machine using Siemens S7",
                    "address": "10.20.30.50",
                    "rack": 0,
                    "slot": 0,
                    "items": [
                       {
                            "id": 4,
                            "name": "Start counter",
                            "address": "DB109.DBX2.0",
                            "mappings": [],
                            ...
                        },
                        ...
                    ],
                    ...
             ]
       }
}

 

To modify it load the configuration into your favorite JSON editor or use a free online.

For information of the format please refer to our API as the API uses the same format.




Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Change network configuration
  • Manage settings & system information

0
0
Expand