Skip to content

Commit 862bd28

Browse files
committed
Version 0.52-alpha.
1 parent b91693a commit 862bd28

File tree

11 files changed

+75
-14
lines changed

11 files changed

+75
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4848
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4949
- Event-based realtime async data processing with MongoDB Change Streams.
5050
- Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51-
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.51-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.52-alpha).
5252
- Unlimited tags, servers, and users.
5353
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5454
- Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -90,7 +90,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
9090
## Documentation
9191

9292
- [Generic Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
93-
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.51-alpha)
93+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.52-alpha)
9494
- [RedHat/Rocky Linux Installer Script](https://github.com/riclolsen/json-scada/blob/master/docs/install.md#rhel94-and-compatible-systems-automated-installation)
9595
- [Ubuntu Linux Installer Script](https://github.com/riclolsen/json-scada/blob/master/docs/install.md#ubuntu-2404-scripted-installation)
9696
- [Generic Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4848
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4949
- Event-based realtime async data processing with MongoDB Change Streams.
5050
- Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51-
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.51-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.52-alpha).
5252
- Unlimited tags, servers, and users.
5353
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5454
- Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -90,7 +90,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
9090
## Documentation
9191

9292
- [Generic Install Guide](docs/install.md)
93-
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.51-alpha)
93+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.52-alpha)
9494
- [RedHat/Rocky Linux Installer Script](docs/install.md#rhel94-and-compatible-systems-automated-installation)
9595
- [Ubuntu Linux Installer Script](docs/install.md#ubuntu-2404-scripted-installation)
9696
- [Generic Install Guide](docs/install.md)

platform-windows/json-scada.nsi

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

2222
;--------------------------------
2323

24-
!define VERSION "v.0.51"
25-
!define VERSION_ "0.51.0.0"
24+
!define VERSION "v.0.52"
25+
!define VERSION_ "0.52.0.0"
2626

2727
Function .onInit
2828
System::Call 'keexrnel32::CreateMutexA(p0, i1, t "MutexJsonScadaInstall")?e'
@@ -254,7 +254,7 @@ SetRegView 64
254254
File /a "..\platform-windows\ffmpeg.exe"
255255
File /a "..\platform-windows\sounder.exe"
256256
File /a "..\platform-windows\vc_redist.x64.exe"
257-
File /a "..\platform-windows\dotnet-runtime-8.0.14-win-x64.exe"
257+
File /a "..\platform-windows\dotnet-runtime-8.0.16-win-x64.exe"
258258
File /a "..\platform-windows\OPC Core Components Redistributable (x64) 3.00.108.msi"
259259
;File /a "..\platform-windows\gbda_aut.dll"
260260
;File /a "..\platform-windows\gbhda_aw.dll"
@@ -273,7 +273,7 @@ SetRegView 64
273273
Sleep 1000
274274
ExecWait '"$INSTDIR\platform-windows\vc_redist.x64.exe" /install /passive /quiet'
275275
Sleep 1000
276-
ExecWait '"$INSTDIR\platform-windows\dotnet-runtime-8.0.14-win-x64.exe" /install /passive /quiet'
276+
ExecWait '"$INSTDIR\platform-windows\dotnet-runtime-8.0.16-win-x64.exe" /install /passive /quiet'
277277
Sleep 1000
278278
ExecWait 'msiexec /i "$INSTDIR\platform-windows\OPC Core Components Redistributable (x64) 3.00.108.msi" /qn'
279279
Sleep 1000

platform-windows/release_notes.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,37 @@ Inkscape+SAGE:
135135

136136
-------------------------------------------------------------------
137137

138+
Notes for version 0.52:
139+
140+
* NPM package updates.
141+
* MongoDB Community Server updated to 8.0.9.
142+
* MongoDB Compass updated to 1.46.2.
143+
* Grafana updated to 12.0.0.
144+
* Dotnet runtime updated to 8.0.16.
145+
* Updated Metabase to version 0.54.7.
146+
* Nodejs runtime updated to 22.15.1.
147+
* Telegraf runtime updated to 1.34.3.
148+
* Chromium updated to 136.0.7103.114.
149+
150+
To quickly run the system after installed, open the JSON-SCADA desktop folder and:
151+
152+
* On the JSON-SCADA desktop folder: execute "_Start_Services".
153+
* On the JSON-SCADA desktop folder: execute "_JSON SCADA WEB".
154+
* Default login credentials: username=admin password=jsonscada.
155+
* Metabase credentials: [email protected] password=jsonscada123.
156+
157+
Requirements and recommendations:
158+
159+
* Windows 10/11 64 bits or Server >=2019, Windows PowerShell. At least 25GB of free space in the "C:" drive.
160+
* Administrative rights. Corporate Windows policies may cause problems with the creation of services and the opening of TCP ports.
161+
* Free TCP ports 6688, 6689, 27017, 5432, 80, 443, 8080, 3000, 3001, 9000, 20000. Other ports may be required for optional services and protocols.
162+
* If the server already has MongoDB, PostgreSQL, Grafana, Metabase, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
163+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
164+
* If using VirtualBox configure "paravirtualization interface"=KVM, otherwise Nodejs errors may occur.
165+
* MongoDB requires AVX instructions on x86 CPU.
166+
167+
-------------------------------------------------------------------
168+
138169
Notes for version 0.51:
139170

140171
* Lib60870.NET updated to version 2.3.0.

src/AdminUI/public/i18n/messages_i18n-en_us.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.51',
7+
VersaoProduto: '0.52',
88

99
NomeVisorTelas: 'Display Viewer',
1010
NomeVisorEventos: 'Events Viewer',

src/AdminUI/public/i18n/messages_i18n-ps_af.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Msg = {
55
NomeProduto: '{json:scada}',
6-
VersaoProduto: '0.51',
6+
VersaoProduto: '0.52',
77

88
NomeVisorTelas: 'د نښته کتنې لیدل',
99
NomeVisorEventos: 'د واقعو کتنې لیدل',

src/AdminUI/public/i18n/messages_i18n-pt_br.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.51',
7+
VersaoProduto: '0.52',
88

99
NomeVisorTelas: 'Visor de Telas',
1010
NomeVisorEventos: 'Visor de Eventos',

src/AdminUI/public/i18n/messages_i18n-uk_ua.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.51',
7+
VersaoProduto: '0.52',
88

99
NomeVisorTelas: 'Перегляд ',
1010
NomeVisorEventos: 'Події',

src/AdminUI/public/i18n/messages_i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.51',
7+
VersaoProduto: '0.52',
88

99
NomeVisorTelas: 'Display Viewer',
1010
NomeVisorEventos: 'Events Viewer',

src/AdminUI/public/release_notes.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,36 @@ Inkscape+SAGE:
135135

136136
-------------------------------------------------------------------
137137

138+
Notes for version 0.52:
139+
140+
* MongoDB Community Server updated to 8.0.9.
141+
* MongoDB Compass updated to 1.46.2.
142+
* Grafana updated to 12.0.0.
143+
* Dotnet runtime updated to 8.0.16.
144+
* Updated Metabase to version 0.54.7.
145+
* Nodejs runtime updated to 22.15.1.
146+
* Telegraf runtime updated to 1.34.3.
147+
* Chromium updated to 136.0.7103.114.
148+
149+
To quickly run the system after installed, open the JSON-SCADA desktop folder and:
150+
151+
* On the JSON-SCADA desktop folder: execute "_Start_Services".
152+
* On the JSON-SCADA desktop folder: execute "_JSON SCADA WEB".
153+
* Default login credentials: username=admin password=jsonscada.
154+
* Metabase credentials: [email protected] password=jsonscada123.
155+
156+
Requirements and recommendations:
157+
158+
* Windows 10/11 64 bits or Server >=2019, Windows PowerShell. At least 25GB of free space in the "C:" drive.
159+
* Administrative rights. Corporate Windows policies may cause problems with the creation of services and the opening of TCP ports.
160+
* Free TCP ports 6688, 6689, 27017, 5432, 80, 443, 8080, 3000, 3001, 9000, 20000. Other ports may be required for optional services and protocols.
161+
* If the server already has MongoDB, PostgreSQL, Grafana, Metabase, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
162+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
163+
* If using VirtualBox configure "paravirtualization interface"=KVM, otherwise Nodejs errors may occur.
164+
* MongoDB requires AVX instructions on x86 CPU.
165+
166+
-------------------------------------------------------------------
167+
138168
Notes for version 0.51:
139169

140170
* Lib60870.NET updated to version 2.3.0.

0 commit comments

Comments
 (0)