Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.78 KB

File metadata and controls

42 lines (26 loc) · 1.78 KB

Build and Set-Up Scada-LTS

  • Once Scada-LTS container is running:
    • Access to Scada-LTS GUI: http://localhost:8080/ScadaBR/.

    • Login with username: admin password: admin.

    • Create empty script in "Scripting".

      scada1

    • Next go to the "SQL" tab.

    • Paste content scripts-one-insert.txt file into the text field "SQL".

    • File scripts-one-insert.txt is placed into ~/ICSVirtual/scada-lts/scripts.

    • Click "Submit update"

    • If the operation is successful, the information about adding 12 records will be displayed.

      scada2

    • Then import the project (.json file).

      • E.g.: file Water Heater 3 Stations.json is placed into ~/ICSVirtual/scada-lts/sample/

        scada3

    • Add a data source running on port 502 with host:openplc.

    • Make the connection with OpenPLC.

      scada4

    • Add the background image at "Graphical views".

      • E.g.: file background.png is placed into ~/ICSVirtual/scada-lts/sample/

        scada5

    • Change the name of the file named .env.example in /ICSVirtual/network/ICSNetwork :

      cd ~/ICSVirtual/network/ICSNetwork

      mv .env.example .env

Troubleshootings Scada-LTS