- Once Scada-LTS container is running:
-
Access to Scada-LTS GUI: http://localhost:8080/ScadaBR/.
-
Login with
username
: adminpassword
: admin. -
Create empty script in "Scripting".
-
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.
-
Then import the project (.json file).
-
Add a data source running on port 502 with host:openplc.
-
Make the connection with OpenPLC.
-
Add the background image at "Graphical views".
-
Change the name of the file named .env.example in /ICSVirtual/network/ICSNetwork :
cd ~/ICSVirtual/network/ICSNetwork
mv .env.example .env
-