Michael Zillgith
|
bafe27a0e8
|
- IED server: add support for tissue 807 (owner attribute in RCB is only present when ReportSettings@owner attribute is true)
|
5 years ago |
Michael Zillgith
|
9809582f96
|
- IED server: implemented tissue 1453 also for writing to "RptId"
(purgeBuf only executed when value changes)
|
5 years ago |
Michael Zillgith
|
0b58716ea3
|
- IED server: fixed issue - read access to SGCB is not possible when read access handler is installed
|
5 years ago |
Michael Zillgith
|
69e359b03f
|
- added new DataAttributeType value IEC61850_TYPE_UNKNOWN
|
5 years ago |
Michael Zillgith
|
a17e9603e0
|
- config file parser: fixed problem when compiling with visual
studio/C++
|
5 years ago |
Michael Zillgith
|
2bc47a6a6c
|
- IED server: added configuration file support for data set entries with array elements or array element components
|
5 years ago |
Michael Zillgith
|
131fcf5236
|
* IEC 61850 client: added missing check in ClientReportControlBlock_getConfRev
|
5 years ago |
Michael Zillgith
|
ed8c8b3ac7
|
- IEC 61850 server: fixed some variable initialization issues caused by recent changes
|
5 years ago |
Michael Zillgith
|
e4b2849894
|
- fixed problems in handling array elements and array element components
|
5 years ago |
Michael Zillgith
|
ee4da06690
|
- IEC 61850 server: fixed problem with test case sRp4 - RCB RptID attribute is not empty after writing empty string
|
5 years ago |
Michael Zillgith
|
9ab37e9836
|
- IED Server/GOOSE: Don't send GOOSE message with new event while data model is locked
|
5 years ago |
Michael Zillgith
|
9ac8192bae
|
- IED Server: fixed service tracking object references for RCB and GoCB service tracking
|
5 years ago |
Michael Zillgith
|
649db2b3d6
|
- IEC 61850 server: extended control service tracking
- IEC 61850 server: partially implemented setting group service tracking
- IEC 61850 server: partially implemented GoCB service tracking
|
5 years ago |
Michael Zillgith
|
0129032f08
|
- IEC 61850 server: fixed - cancel command for time activated control returns object-access-denied even in case of success
|
5 years ago |
Michael Zillgith
|
cc22c69fb1
|
Merge branch 'v1.5' of https://github.com/mz-automation/libiec61850 into v1.5
|
5 years ago |
Michael Zillgith
|
24a380c845
|
- IEC 61850 server: added updating of missing attributes for control
service tracking
|
5 years ago |
Michael Zillgith
|
8bc7b75e11
|
- IEC 61850 server: fixed crash in control service tracking when application doesn't register control handler
|
5 years ago |
Michael Zillgith
|
2467457b5b
|
- IEC 61850 server: fixed problem with wrong service-type for service
tracking when writing URCBs (SetBRCBValues instead of SetURCBValues)
|
5 years ago |
Michael Zillgith
|
80d11fbf78
|
- IEC 61850 server: started to implement control service tracking
(implemented support for SpcTrk)
|
5 years ago |
Michael Zillgith
|
2f5817e0ac
|
- IEC 61850 server: implemented service tracking for BRCBs and URCBs
|
5 years ago |
Michael Zillgith
|
920eabe31f
|
- IEC 61850 client: ReasonForInclusion type is now int to be compatible
with C++
|
5 years ago |
Michael Zillgith
|
004789cf39
|
- fixed error in API documentation
|
5 years ago |
Michael Zillgith
|
4a3702112e
|
- MMS client: fixed potential problem in multi-variable write response parsing
|
5 years ago |
Michael Zillgith
|
27ae0a5c0f
|
- removed outdated comment
|
5 years ago |
Michael Zillgith
|
69d93f398c
|
- IEC 61850 client: fixed bug - IedConnection_setRCBValuesAsync always return 0 instead of invoke-ID
|
5 years ago |
Michael Zillgith
|
092d8786ac
|
- IEC 61850 server: control model - fixed bug in handling of check flags
|
5 years ago |
Michael Zillgith
|
d38e590c99
|
- IEC 61850/MMS server: control - allow WaitForExecutionHandler to trigger LastApplError message
|
5 years ago |
Michael Zillgith
|
5f02ea1661
|
- IEC 61850 server: control module return AddCause command-already-in-execution when second operate is received while command is executed
|
5 years ago |
Michael Zillgith
|
d85b7ac777
|
- IEC 61850 client: reporting - support data set entries with multiple reasons for inclusion
|
5 years ago |
Michael Zillgith
|
b3c5ecdcf2
|
- IEC 61850 server: report service - combine quality and value change of a FCDO in the same report when model is locked (send data set entry with multiple reason-for-inclusion)
|
5 years ago |
Michael Zillgith
|
83e8e14603
|
- .NET API: fixed bug in DataSet destructor
|
5 years ago |
Michael Zillgith
|
b6b94b0438
|
- fixed VS compilation problems
|
5 years ago |
Michael Zillgith
|
e1eb09d55b
|
- MmsValue: added NULL checks for all memory allocations
- MmsValue: buffer for float/double data is now part of the MmsValue structure and not allocated separately
|
5 years ago |
Michael Zillgith
|
d55afdfb92
|
- IEC 61850 server: added support to listen on multiple IP addresses and ports (new function IedServer_addAccessPoint)
|
5 years ago |
Michael Zillgith
|
12d703e453
|
- IEC 61850 server: Added ControlAction_setError function - with this function the user application can control the error code used in LastApplError and CommandTermination messages
|
5 years ago |
Michael Zillgith
|
d42f96ee97
|
- IEC 61850 server: fixed - control model - peer connection is not always available when control handlers are called (#232)
|
5 years ago |
Michael Zillgith
|
c4a5fd2f27
|
- IEC 61850 client: fixed memory leak in async select function
|
5 years ago |
Michael Zillgith
|
73f1a98b4a
|
Merge branch 'v1.4' into v1.5
|
5 years ago |
Michael Zillgith
|
cc08420e50
|
- IEC 61850 server: fixed problem with logging when log data set contains FCDO (#225)
|
5 years ago |
Michael Zillgith
|
1744616866
|
- IEC 61850 server: RCB - fixed problem that other client can "steal" reservation
|
5 years ago |
Michael Zillgith
|
6a2db3fe46
|
- IEC 61850 server: fixed bug in single threaded mode (windows)
|
5 years ago |
Michael Zillgith
|
4a15e9987b
|
- IEC 61850 server: fixed compilation error in single thread mode
|
5 years ago |
Michael Zillgith
|
f4957cf62a
|
- IEC 61850 server: wait for background thread termination before data model is released
|
5 years ago |
Michael Zillgith
|
29efa333f8
|
- IEC 61850 server: allow server to start without logical devices in data model (#218)
|
6 years ago |
Michael Zillgith
|
cb8f159914
|
- IEC 61850 server: unbuffered reporting - send first integrity report after integrity timeout (before it was sent when the RCB was enabled)
|
6 years ago |
Michael Zillgith
|
fd84d21c10
|
- IEC 61850 client: fixed bug in ClientReportControlBlock - some allowed structures for RCB were rejected
|
6 years ago |
Michael Zillgith
|
c7f7989b85
|
- IEC 61850 server: control - unselect when operate with wrong origin parameters, check if check parameter matches for SBO
|
6 years ago |
Michael Zillgith
|
0ba4a70d33
|
- IEC 61850 server: fixed missing report timestamp update for unbuffered reporting
|
6 years ago |
Michael Zillgith
|
09b23aaa74
|
- IEC 618580 server: Added function IedServer_setServerIdentity to set values for MMS identity service
|
6 years ago |
Michael Zillgith
|
ae07c77d39
|
- CDC helpers: added functions to create ISC and BAC CDCs
|
6 years ago |