Skip to content

Commit 709c3f2

Browse files
committed
Version 0.45-alpha.
1 parent d8a5990 commit 709c3f2

11 files changed

+264
-135
lines changed

README.md

+2-2
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.44-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.45-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.44-alpha)
93+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.45-alpha)
9494
- [RedHat/Rocky Linux Installer](https://github.com/riclolsen/json-scada/blob/master/docs/install.md#rhel94-and-compatible-systems-automated-installation)
9595
- [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
9696
- [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)

index.md

+2-2
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.44-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.45-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.44-alpha)
93+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.45-alpha)
9494
- [RedHat/Rocky Linux Installer](docs/install.md#rhel94-and-compatible-systems-automated-installation)
9595
- [Install Guide](docs/install.md)
9696
- [Docker Demo](demo-docker/README.md)

platform-windows/json-scada.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RequestExecutionLevel admin
2020

2121
;--------------------------------
2222

23-
!define VERSION "v.0.44"
24-
!define VERSION_ "0.44.0.0"
23+
!define VERSION "v.0.45"
24+
!define VERSION_ "0.45.0.0"
2525

2626
Function .onInit
2727
System::Call 'keexrnel32::CreateMutexA(p0, i1, t "MutexJsonScadaInstall")?e'

platform-windows/release_notes.txt

+26
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,32 @@ Inkscape+SAGE:
135135

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

138+
Notes for version 0.45:
139+
140+
* OPC-UA Client: improved performance, auto tagging and data types handling.
141+
* Tabular Viewer: selectable dark/light theme.
142+
* Viewers: better table alignment, improved feedback for commands.
143+
144+
To quickly run the system after installed, open the JSON-SCADA desktop folder and:
145+
146+
* On the JSON-SCADA desktop folder: execute "_Start_Services".
147+
* On the JSON-SCADA desktop folder: execute "_JSON SCADA WEB".
148+
* Default login credentials: username=admin password=jsonscada.
149+
* Metabase credentials: [email protected] password=jsonscada123.
150+
* Updated Excel worksheet config and service.
151+
152+
Requirements and recommendations:
153+
154+
* Windows 10/11 64 bits or Server >=2019, Windows PowerShell. At least 20GB of free space in the "C:" drive.
155+
* Administrative rights. Corporate Windows policies may cause problems with the creation of services and the opening of TCP ports.
156+
* Free TCP ports 6688, 6689, 27017, 5432, 80, 8080, 3000, 3001, 9000. Other ports may be required for optional services and protocols.
157+
* If the server already has MongoDB, PostgreSQL, Grafana, Metabase, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
158+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
159+
* If using VirtualBox configure "paravirtualization interface"=KVM, otherwise Nodejs errors may occur.
160+
* MongoDB requires AVX instructions on x86 CPU.
161+
162+
-------------------------------------------------------------------
163+
138164
Notes for version 0.44:
139165

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

0 commit comments

Comments
 (0)