Maxson Ramon dos Anjos Medeiros
e9bfc53698
rename c and c# handlers
1 month ago
Maxson Ramon dos Anjos Medeiros
ee224b611c
Change c handers to private
1 month ago
Maxson Anjos
aa9a8dc2de
Merged in v1.6_develop_394 (pull request #4 )
...
V1.6 develop 394
Approved-by: Michael Zillgith
1 month ago
Maxson Ramon dos Anjos Medeiros
5c6ef51159
->Add ICD test file example to .net Tools;
...
->Add IEC61850Model/SVControlBlock.cs;
->Add SVCBHandler to .net
1 month ago
Maxson Ramon dos Anjos Medeiros
cc4f25d122
-> Add wrapper for GetActiveSettingGroupChangedHandler
1 month ago
Maxson Ramon dos Anjos Medeiros
bfa4631eea
->Add GetChildWithFc on DataObject model, so we can get the DA fc=SE for the SGCB handler
1 month ago
Maxson Ramon dos Anjos Medeiros
ba9c255aa0
->SetEditSettingGroupConfirmationHandler
1 month ago
Maxson Ramon dos Anjos Medeiros
f3f1ef5cc4
->SetEditSettingGroupChangedHandler
1 month ago
Maxson Ramon dos Anjos Medeiros
81af5a159c
->SetActiveSettingGroupChangedHandler;
...
->Update model.cfg with settingGroup
1 month ago
Michael Zillgith
5edfd5932f
- .NET API: added documentation related to LogStorage (LIB61850-461)
2 months ago
Michael Zillgith
cbcee0a41e
- removed unnecessary variable initialization
2 months ago
Maxson Ramon dos Anjos Medeiros
c1a117f038
SetDirectoryAccessHandler added
2 months ago
Maxson Ramon dos Anjos Medeiros
9b90cb2192
SetReadAccessHandler added
2 months ago
Maxson Ramon dos Anjos Medeiros
b81279e442
API DataSet access handler added
2 months ago
Maxson Ramon dos Anjos Medeiros
5276813de3
API ControlBlock access handler added
2 months ago
Maxson Ramon dos Anjos Medeiros
4a8245caf3
LogServies API added
2 months ago
Michael Zillgith
4913fd158d
- .NET API: fixed from wrong function name SqliteLogStorage_createInstanceEx to SqliteLogStorage_createInstance
11 months ago
Michael Zillgith
b86806ef13
- .NET API: added support for server side log service (LIB61850-461)
11 months ago
Michael Zillgith
05f32320e1
- added function to get timestamp of received command (ControlAction_getT) (LIB61850-422)
1 year ago
Michael Zillgith
1a0bc8ab8b
- .NET API: added function IedServer.HandlerWriteAccessForDataObject (LIB61850-437)
1 year ago
Michael Zillgith
3036f99f8f
- .NET API: Save TLSConfiguration instance in IedServer to avoid garbage
...
collection (LIB61850-410)
2 years ago
Michael Zillgith
9fa68a9d93
- IED server: added ControlAction_getSynchroCheck and ControlAction_getInterlockCheck functions
3 years ago
Michael Zillgith
a3a6f2c77f
- IED Server: added function to set time quality for internally updated times (LIB61850-372)
3 years ago
Michael Zillgith
75c1e89bba
- Added functions to access fraction of second part of Timestamp (LIB61850-345)
3 years ago
Michael Zillgith
0865b6fd99
- .NET API: Added support for functional naming to LogicalDevice
3 years ago
Michael Zillgith
c76b5dd2da
- server reporting: added code to prevent race condition with
...
RCBEventHandler
3 years ago
Michael Zillgith
bb7c2421cd
- server: added RCBEventHandler event types REPORT_CREATED and OVERFLOW
3 years ago
Michael Zillgith
ee948a0c08
- added function ReportControlBlock_getResv
3 years ago
Michael Zillgith
1954da2b78
- .NET API: added IedServer.GetFunctionalConstrainedData method
...
(LIB61850-317)
3 years ago
Michael Zillgith
d4312d21ac
- fixed bugs in ReportControlBlock getter functions and .NET wrapper
...
code
3 years ago
Michael Zillgith
c3191b2864
- .NET API: added additional properties for Server.ReportControlBlock
4 years ago
Michael Zillgith
b27681f408
- implemented GET_PARAMETER event for IedServer_RCBEventHandler
...
- implemented additional access functions for ReportControlBlock to allow access to runtime values
4 years ago
Michael Zillgith
d036b09712
- added .NET wrapper for RCBEventHandler
4 years ago
Michael Zillgith
982b1097fc
- .NET API: fixed bug - server write access handler causes
...
"CallbackOnCollectedDelegate" exception (LIB61850-236)
4 years ago
Michael Zillgith
da08489bc3
- .NET API: Fixed memory release problem in method
...
ModelNode.GetObjectReference
4 years ago
Michael Zillgith
de3aba0cb6
- .NET API: added support for server integrated GOOSE publisher
...
- IED server: fixed bug in GoCBEventHandler
4 years ago
Michael Zillgith
cb3f460fcf
- .NET API: added functions to access DataAttribute properties
4 years ago
Michael Zillgith
530cdc0383
- .NET API: added function IedModel.GetDeviceByInst
4 years ago
Michael Zillgith
cda2eba93b
- .NET API: added LogControlBlock and SettingGroupControlBlock classed
...
to added LCBs and setting groups to server data model
4 years ago
Michael Zillgith
ee9d6656b3
- .NET API: Added GSEControlBlock class to add GoCBs to server data
...
model
4 years ago
Michael Zillgith
56bda24641
- .NET API: Added method ReportControlBlock.SetPreconfiguredClient
4 years ago
Michael Zillgith
5ba428fa5b
- .NET API: MmsValue - added functions to create empty visible string and set visible string value
...
- .NET API: DataAttribute - save data attribute type
4 years ago
Michael Zillgith
c4dcd37449
- added new function DataAttribute_setValue
5 years ago
Michael Zillgith
d5d8b70dc2
- .NET API: Added additional ModelNode methods. Added additional method IedServer.HandleWriteAccessForComplexAttribute. Fixed some problems with WriteAccessHandler.
5 years ago
Michael Zillgith
5afa1310f3
- IED server: Add function ModelNode_getObjectReferenceEx
5 years ago
Michael Zillgith
cdd00da057
- .NET API: Added IDisposable interface to IedServer and IedModel classes
...
- .NET API: Added method IedModel.SetIedName
5 years ago
Michael Zillgith
ae4f940753
- .NET API: Added support for SelectStateChangedHandler
...
- .NET API: Added ModelNode.GetObjectReference
5 years ago
Michael Zillgith
1fcbad0b65
- .NET API: added ControlAction.SetError method
5 years ago
andy1547
ff53028ec4
Added various dotnet methods required for server configuration ( #216 )
...
- Added the ability to set/read URCB buffer size in dotnet.
- Added IedServer_getNumberOfOpenConnections, ClientConnection_getLocalAddress and server identity methods for dotnet.
Co-authored-by: Andrew Moorcroft <andrew.moorcroft@nortechonline.co.uk>
6 years ago
Michael Zillgith
bfef9ce5e9
- .NET API: added IedServer:setServerIdentity method
6 years ago