Skip to content

Commit 849e99c

Browse files
committed
Version 6.29.
1 parent 956ac68 commit 849e99c

9 files changed

+35
-7
lines changed

conf_templates/iec61850_client.conf

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
# server ,name ,HOSTNAME ,PORT ,PASSWORD ,READ_INTERVAL ,AUTOTAG ,REPORT_INTEGRITY ,BRCB ,URCB
1010
#server ,iedName ,192.168.0.44 ,102 , ,10 ,N ,60 ,Y ,Y
1111

12+
# rcb entries (all unmentioned rcbs will be enabled)
13+
#entry_type ,PATH ,IntegrityInterval ,Enabled
14+
#rcb ,DemoMeasurement/LLN0.BR.brcb01 ,90 ,Y
15+
1216
# desired tag list for the server to be presented to OSHMI
1317
#entry_type ,PATH ,FunctionalConstraint ,SUBSCRIBE ,OSHMI_TAG
1418
#tag, IED4_SMVMUnn/MMXU1.AvAPhs.mag.f ,MX ,N ,I4-MMXU1.AvAPhs.mag.f
@@ -22,6 +26,10 @@
2226
# server ,name ,HOSTNAME ,PORT ,PASSWORD ,READ_INTERVAL ,AUTOTAG ,REPORT_INTEGRITY ,BRCB ,URCB
2327
server ,ied1 ,192.168.0.45 ,102 , ,10 ,N ,60 ,Y ,Y
2428

29+
#entry_type ,PATH ,IntegrityInterval ,Enabled
30+
rcb ,DemoMeasurement/LLN0.BR.brcb01 ,90 ,Y
31+
rcb ,DemoMeasurement/LLN0.BR.brcb02 ,90 ,N
32+
2533
#entry_type ,PATH ,FunctionalConstraint ,SUBSCRIBE ,OSHMI_TAG
2634
tag ,DemoMeasurement/I3pMMXU1.A.phsB.cVal.mag.f ,MX ,N ,I3pMMXU1.A.phsB.cVal.mag.f
2735
tag ,DemoMeasurement/I3pMMXU1.A.phsB ,MX ,N ,I3pMMXU1.A.phsB
353 Bytes
Binary file not shown.

i18n/messages_i18n-en_us.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: 'OSHMI',
7-
VersaoProduto: '6.28',
7+
VersaoProduto: '6.29',
88

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

i18n/messages_i18n-pt_br.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: 'OSHMI',
7-
VersaoProduto: '6.28',
7+
VersaoProduto: '6.29',
88

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

i18n/messages_i18n-uk_ua.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: 'OSHMI',
7-
VersaoProduto: '6.28',
7+
VersaoProduto: '6.29',
88

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

i18n/messages_i18n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: 'OSHMI',
7-
VersaoProduto: '6.28',
7+
VersaoProduto: '6.29',
88

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

installer/README.txt

+13
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Acknowledgements:
2323
Inkscape + SAGE - https://sourceforge.net/projects/sage-scada
2424
Chromium - by "The Chromium Authors"
2525
Chromium x86 binaries - http://chromium.woolyss.com
26+
Libiec6150 - https://github.com/mz-automation/libiec61850
2627
ICCP Client by Fernando Covatti - https://github.com/fcovatti/iccp
2728
Opendnp3 - https://www.automatak.com/opendnp3/
2829
Libmodbus - http://libmodbus.org/
@@ -168,6 +169,11 @@ Webserver, HMIShell, Mon_Proc and Sim_TR:
168169
QTester104:
169170
- QT 5.13 or newer.
170171

172+
IEC61850 Driver:
173+
- Visual Studio Community (2022 or newer).
174+
- Libiec6150 library https://github.com/mz-automation/libiec61850.
175+
- DOTNET 6.0 or later.
176+
171177
DNP3 and Modbus Drivers:
172178
- Visual Studio Community (2015 or newer).
173179
- OpenDNP3 and Libmodbus libraries.
@@ -186,6 +192,13 @@ Inkscape+SAGE:
186192

187193
-------------------------------------------------------------------
188194

195+
Notes for version 6.29:
196+
197+
IEC61850:
198+
- IEC61850 Client driver updated to version 0.3.
199+
200+
-------------------------------------------------------------------
201+
189202
Notes for version 6.28:
190203

191204
IEC61850:

installer/oshmi.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RequestExecutionLevel user
1111

1212
;--------------------------------
1313

14-
!define VERSION "v.6.28"
15-
!define VERSION_ "6.28.0.0"
14+
!define VERSION "v.6.29"
15+
!define VERSION_ "6.29.0.0"
1616

1717
Function .onInit
1818
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexOshmiInstall") i .r1 ?e'

installer/release_notes.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OSHMI - Open Substation HMI
2-
Copyright 2008-2020 - Ricardo L. Olsen
2+
Copyright 2008-2023 - Ricardo L. Olsen
33
(https://www.linkedin.com/in/ricardo-olsen/)
44

55
This program is free software: you can redistribute it and/or modify
@@ -192,6 +192,13 @@ Inkscape+SAGE:
192192

193193
-------------------------------------------------------------------
194194

195+
Notes for version 6.29:
196+
197+
IEC61850:
198+
- IEC61850 Client driver updated to version 0.3.
199+
200+
-------------------------------------------------------------------
201+
195202
Notes for version 6.28:
196203

197204
IEC61850:

0 commit comments

Comments
 (0)