Skip to content

Commit 1c5167f

Browse files
committed
Version 0.21.
1 parent f5f8a25 commit 1c5167f

File tree

11 files changed

+2580
-1833
lines changed

11 files changed

+2580
-1833
lines changed

demo-docker/mongo_seed/files/demo_connections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
{"_id":{"$oid":"5f1090143d8adfd3eccb206f"},"protocolDriver":"IEC60870-5-104","protocolDriverInstanceNumber":1.0,"protocolConnectionNumber":61.0,"name":"IEC104DEMO","description":"Demo via IEC60870-5-104","enabled":true,"commandsEnabled":true,"ipAddressLocalBind":"","ipAddresses":["207.180.242.96:2404"],"localLinkAddress":2.0,"remoteLinkAddress":1.0,"giInterval":250.0,"testCommandInterval":60.0,"timeSyncInterval":650.0,"sizeOfCOT":2.0,"sizeOfCA":2.0,"sizeOfIOA":3.0,"k":12.0,"w":8.0,"t0":10.0,"t1":15.0,"t2":10.0,"t3":20.0}
33
{"_id":{"$oid":"5ff3512268d80d68205b403f"},"protocolDriver":"OPC-UA","protocolDriverInstanceNumber":1,"protocolConnectionNumber":1003,"name":"OPCClient1","description":"OPC Client 1","enabled":true,"commandsEnabled":true,"stats":{"nodeName":"mainNode","timeTag":{"$date":"2021-02-23T10:54:54.433Z"}},"endpointURLs":["opc.tcp://opcua.demo-this.com:51210/UA/SampleServer"],"configFileName":"c:\\json-scada\\conf\\Opc.Ua.DefaultClient.Config.xml","autoCreateTags":true,"useSecurity":false}
44
{"_id":{"$oid":"6053887ea2e672638cc751d4"},"protocolDriver":"TELEGRAF-LISTENER","protocolDriverInstanceNumber": 1,"protocolConnectionNumber": 2001,"name": "TELEGRAFDEMO","description": "TELEGRAF Demo","enabled": true,"stats": null,"ipAddresses": ["127.0.0.1"],"ipAddressLocalBind": "0.0.0.0:51920"}
5-
{"_id":{"$oid":"606c93aa46fda805647cce53"},"protocolDriver":"MQTT-SPARKPLUG-B","protocolDriverInstanceNumber":1,"protocolConnectionNumber":1200,"name":"MQTT-BROKER","description":"MQTT Demo","enabled":true,"commandsEnabled":true,"autoCreateTags":true,"endpointURLs":["mqtt://test.mosquitto.org:1883"],"topics":["spBv1.0/Edge Nodes/#"],"groupId":"","edgeNodeId":"","deviceId":"","scadaHostId":"","username":"","password":"","useSecurity":false,"chainValidation":true,"rootCertFilePath":"","localCertFilePath":"","privateKeyFilePath":"","pfxFilePath":"","passphrase":"","allowTLSv10":false,"allowTLSv11":false,"allowTLSv12":true,"allowTLSv13":true,"cipherList":"","publishTopicRoot":"","topicsAsFiles":[],"topicsScripted":[],"clientId":""}
5+
{"_id":{"$oid":"606c93aa46fda805647cce53"},"protocolDriver":"MQTT-SPARKPLUG-B","protocolDriverInstanceNumber":1,"protocolConnectionNumber":1200,"name":"MQTT-BROKER","description":"MQTT Demo","enabled":true,"commandsEnabled":true,"autoCreateTags":true,"endpointURLs":["mqtt://test.mosquitto.org:1883"],"topics":["spBv1.0/Edge Nodes/#","spBv1.0/MIMIC/#"],"groupId":"","edgeNodeId":"","deviceId":"","scadaHostId":"","username":"","password":"","useSecurity":false,"chainValidation":true,"rootCertFilePath":"","localCertFilePath":"","privateKeyFilePath":"","pfxFilePath":"","passphrase":"","allowTLSv10":false,"allowTLSv11":false,"allowTLSv12":true,"allowTLSv13":true,"cipherList":"","publishTopicRoot":"","topicsAsFiles":[],"topicsScripted":[],"clientId":""}
66
{"_id":{"$oid":"60da25c2040e43523c8f4f57"},"protocolDriver":"OPC-UA_SERVER","protocolDriverInstanceNumber":1,"protocolConnectionNumber":123,"name":"OPC-UA DIST","description":"Test distribution of OPC-UA","enabled":true,"commandsEnabled":true,"ipAddressLocalBind":"0.0.0.0:4840","ipAddresses":[],"groupId":"UA/Test","topics":["KOR1","KAW2"]}

platform-windows/json-scada.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RequestExecutionLevel admin
1515

1616
;--------------------------------
1717

18-
!define VERSION "v.0.20"
19-
!define VERSION_ "0.20.0.0"
18+
!define VERSION "v.0.21"
19+
!define VERSION_ "0.21.0.0"
2020

2121
Function .onInit
2222
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexJsonScadaInstall") i .r1 ?e'
@@ -239,7 +239,7 @@ SetRegView 64
239239
File /a "..\platform-windows\nssm.exe"
240240
File /a "..\platform-windows\sounder.exe"
241241
File /a "..\platform-windows\vc_redist.x64.exe"
242-
File /a "..\platform-windows\dotnet-runtime-6.0.1-win-x64.exe"
242+
File /a "..\platform-windows\dotnet-runtime-6.0.2-win-x64.exe"
243243

244244
; Visual C redist: needed for timescaledb
245245
;ReadRegStr $0 HKLM "SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86" "Major"
@@ -253,7 +253,7 @@ SetRegView 64
253253
Sleep 1000
254254
Exec '"$INSTDIR\platform-windows\vc_redist.x64.exe" /install /passive /quiet'
255255
Sleep 1000
256-
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.1-win-x64.exe" /install /passive /quiet'
256+
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.2-win-x64.exe" /install /passive /quiet'
257257

258258
SetOutPath $INSTDIR\platform-windows\nodejs-runtime
259259
File /a /r "..\platform-windows\nodejs-runtime\*.*"

platform-windows/release_notes.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{json:scada}
22

3-
© 2008-2021* Ricardo L. Olsen
3+
© 2008-2022* Ricardo L. Olsen
44
(https://www.linkedin.com/in/ricardo-olsen/)
55

66
This program is free software: you can redistribute it and/or modify
@@ -130,6 +130,28 @@ Inkscape+SAGE:
130130

131131
-------------------------------------------------------------------
132132

133+
Notes for version 0.21:
134+
135+
* Default login credentials: username=admin password=jsonscada.
136+
* MongoDB Community Server updated to 5.0.6.
137+
* MongoDB Compass updated to 1.30.1.
138+
* Inkscape+SAGE: new build based on 1.2-dev.
139+
* Npm packages updated.
140+
* Chromium: updated to 98.0.4758.102.
141+
* Dotnet runtime updated to 6.0.2.
142+
* Grafana updated to 8.4.1.
143+
* Telegraf runtime updated to 1.21.4.
144+
145+
Requirements:
146+
147+
* Windows 10/11 64 bits or Server 2016, Windows PowerShell. At least 10GB of free space in the "C:" drive.
148+
* Administrative rights. Corporative Windows policies may cause problems with the creation of services and the opening of TCP ports.
149+
* Free TCP ports 27017, 5432, 80, 8080, 3000, 9000. Other ports may be required for optional services and protocols.
150+
* If the server already has MongoDB, PostgreSQL, Grafana, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
151+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
152+
153+
-------------------------------------------------------------------
154+
133155
Notes for version 0.20:
134156

135157
* Default login credentials: username=admin password=jsonscada.

0 commit comments

Comments
 (0)