Michael Zillgith
|
618a84d37c
|
- IEC 61850 client: add public header for function ControlObjectClient_createEx to create a client control object without the need to request information from the server
|
7 years ago |
Michael Zillgith
|
91c22b3193
|
- IEC 61850 server: added IedServer_updateCtlModel function to change control model at runtime
|
7 years ago |
Michael Zillgith
|
cad88b67a1
|
- IEC 61850 client: fixed bug in new control object client implmentation - missing free for oper variable specification
|
7 years ago |
Michael Zillgith
|
89d623866e
|
- IEC 61850 client: add function IedConnection_getFileAsync
|
7 years ago |
Michael Zillgith
|
aca462c761
|
- removed outcommented code
|
7 years ago |
Michael Zillgith
|
f78f338b49
|
- IEC 61850 client: added implementations for functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
|
7 years ago |
Michael Zillgith
|
e5be822032
|
- .NET API: DataSet implements IDisposable interface, Report/DataSet GetValues methods return now clones of the original native values to prevent GC issues
|
7 years ago |
Michael Zillgith
|
4ba6d9903d
|
- .NET API: MmsValue - added Clone method and implemented IDisposable interface
|
7 years ago |
Michael Zillgith
|
d0f4c06d62
|
- IEC 61850 client: added functions IedConnection_getLogicalDeviceVariables, IedConnection_getLogicalDeviceDataSets, and IedConnection_getLogicalDeviceDataSetsAsync to address #89
|
7 years ago |
Michael Zillgith
|
154b3623e7
|
- .NET API: Added method MmsConnection.ReadMultipleVariables
- .NET API: extended MmsValue.ToString method to print arrays and data access errors
|
7 years ago |
Michael Zillgith
|
d5df360f3a
|
- fixed problem in GOOSE publisher payload length calculation
|
7 years ago |
Michael Zillgith
|
a817b3d3c6
|
- updated data model of server_example_basic_io
- common: MmsVariableSpecification_getChildValue now also accepts "." as separator
|
7 years ago |
Michael Zillgith
|
2c5fb89449
|
- IEC 61850 client: implemented tissue 1178 client side (select-response+ is non-NULL)
|
7 years ago |
Michael Zillgith
|
33ce512c47
|
- Ethernet HAL Linux: limited interface name in Ethernet_getIntefaceMACAddress to prevent #83
|
7 years ago |
Michael Zillgith
|
46211a01e7
|
- IEC 61850 client: IedConnection - added CONNECTING AND CLOSING states - removed IDLE state (now only CLOSED)
|
7 years ago |
Michael Zillgith
|
e12113acde
|
- IEC 61850 client: implemented IedConnection_installStateChangedHandler
|
7 years ago |
Michael Zillgith
|
43e0fb4d05
|
- IEC 61850 Client: ControlObjectClient - added async control actions
|
7 years ago |
Michael Zillgith
|
1cc350ed4a
|
- IEC 61850 client: implemented IedConnection_writeDataSetValuesAsync
|
7 years ago |
Michael Zillgith
|
c04b4e928d
|
- IEC 61850 client: implemented IedConnection_readDataSetValuesAsync
|
7 years ago |
Michael Zillgith
|
5ef3acc3e6
|
- added error handling in iec61850_client_example4
|
7 years ago |
Michael Zillgith
|
8f4af64685
|
- SV: added API export attribute to new SV functions
|
7 years ago |
Michael Zillgith
|
1eaf43ac8b
|
- SV: fixed RefrTm and SmpSynch handling in SV publisher
|
7 years ago |
Michael Zillgith
|
14e3a9668c
|
- GOOSE publisher: fixed bug in GOOSE message calculation
|
7 years ago |
Michael Zillgith
|
f644b8d777
|
- IEC 61850 client: ControlObjectClient - avoid crash when "ctlVal" is not present in "Oper", also accept "setMag" instead of "ctlVal".
|
7 years ago |
Michael Zillgith
|
23208aa066
|
- .NET API: ReportControlBlock.GetOwner returns null when no owner available (#79)
|
7 years ago |
Michael Zillgith
|
c9fe177a87
|
- IEC 61850 server: fixed potential deadlock in report processing
|
7 years ago |
Michael Zillgith
|
861c5b244b
|
- MMS client: fixed bug with async request timeout
|
7 years ago |
Michael Zillgith
|
cf63ab1269
|
- .NET API: IedConnection - add async QueryLog functions
|
7 years ago |
Michael Zillgith
|
916f9da92e
|
- .NET API: IedConnection - added new method GetLogicalDeviceVariablesAsync and property MaxPduSize
|
7 years ago |
Michael Zillgith
|
0ff713b7f1
|
- .NET API: added async versions for WriteValaue and GetServerDirectory
|
7 years ago |
Michael Zillgith
|
836892849c
|
- IEC 61850 client: improved support for segmented report handling
|
7 years ago |
Michael Zillgith
|
e90d5d44fa
|
- IEC 61850 client: added async discovery functions
|
7 years ago |
Michael Zillgith
|
1d120f87de
|
- .NET API: Added IedConnection.ReadValueAsync method
|
7 years ago |
Michael Zillgith
|
44d8ad8d15
|
- IEC 61850/MMS client: changed all invokeId parameters in async callbacks to uint32_t
|
7 years ago |
Michael Zillgith
|
7415fbc8da
|
- .NET API: Added ReportControlBlock.GetOwner method (#79)
|
7 years ago |
Michael Zillgith
|
871c63ad68
|
- .NET API: added some additional wrapper code for MmsVariableSpecification functions
|
7 years ago |
Michael Zillgith
|
18cc25f1ff
|
- added C# example code for client side setting group handling
|
7 years ago |
Michael Zillgith
|
9925d98101
|
- fixed bug in cmake file (winpcap support) - (#78)
|
7 years ago |
Michael Zillgith
|
ed75aa3f46
|
- some code formatting
|
7 years ago |
Michael Zillgith
|
46437cdbe1
|
- Java SCL parser: added support for timestamp values in "Val" elements
|
7 years ago |
Michael Zillgith
|
7ec38e9615
|
- IEC 61850 client: added async client side RCB handling
|
7 years ago |
Michael Zillgith
|
2b7dc5c5fe
|
- added API export/internal decorations
- removed .def files for windows
|
7 years ago |
Michael Zillgith
|
5201473262
|
- IEC 61850 client: added more prototypes for async client API
|
7 years ago |
Michael Zillgith
|
e6884d721b
|
- IEC 61850 client: added asynchronous query log functions
|
7 years ago |
Michael Zillgith
|
a14d39e2e2
|
- .NET API: fixed wrong defintion for ClientReportControlBlock_getResvTms in ReportControlBlock class
|
7 years ago |
Michael Zillgith
|
ea20cb2081
|
- .NET API: Added missing access functions for ResvTms to ReportControlBlock class (#74)
|
7 years ago |
Michael Zillgith
|
9eb8b17002
|
- python wrapper: some changes in cmake file
|
7 years ago |
Cengiz Kaygusuz
|
e8ea5f142f
|
Add .gitignore, ignore build/
|
7 years ago |
Michael Zillgith
|
54d8fb74d7
|
- IEC 61850 client: added async versions for connect, abort, release, get variable specification, write object
|
7 years ago |
Michael Zillgith
|
a5e15003ce
|
- correcting verions detection for swig (phyton)
- client: adopted TLS code to new async architecture
|
7 years ago |