| 程序包 | 说明 |
|---|---|
| com.beanit.iec61850bean | |
| com.beanit.iec61850bean.clientgui |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ServiceError> |
ClientAssociation.getDataSetValues(DataSet dataSet)
The implementation of the GetDataSetValues ACSI service.
|
List<ServiceError> |
ClientAssociation.setDataSetValues(DataSet dataSet) |
List<ServiceError> |
ClientAssociation.setRcbValues(Rcb rcb,
boolean setRptId,
boolean setDatSet,
boolean setOptFlds,
boolean setBufTm,
boolean setTrgOps,
boolean setIntgPd,
boolean setPurgeBuf,
boolean setEntryId)
Sets the selected values of the given report control block.
|
List<ServiceError> |
ServerEventListener.write(List<BasicDataAttribute> bdas)
The write callback function is called if one of more basic data attributes are written using
either the setDataValue, setDataSetValues or control services.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientAssociation.cancelUrcbReservation(Urcb urcb) |
void |
ClientAssociation.createDataSet(DataSet dataSet)
The client should create the data set first and add it to either the non-persistent list or to
the model.
|
void |
ClientAssociation.deleteDataSet(DataSet dataSet) |
void |
ClientAssociation.deleteFile(String filename)
Delete a file from the server
|
void |
ClientAssociation.disableReporting(Rcb rcb) |
void |
ClientAssociation.enableReporting(Rcb rcb) |
void |
ClientAssociation.getAllDataValues()
Will update all data inside the model except for control variables (those that have FC=CO).
|
void |
ClientAssociation.getDataValues(FcModelNode modelNode)
The implementation of the GetDataValues ACSI service.
|
void |
ClientAssociation.getFile(String filename,
GetFileListener listener)
Read a file from the server
|
List<FileInformation> |
ClientAssociation.getFileDirectory(String directoryName)
Read the file directory of the server
|
void |
ClientAssociation.getRcbValues(Rcb rcb) |
void |
ClientAssociation.operate(FcModelNode controlDataObject)
Executes the Operate ACSI Service on the given controllable Data Object (DO).
|
void |
ClientAssociation.reserveBrcb(Brcb brcb,
short resvTime) |
void |
ClientAssociation.reserveUrcb(Urcb urcb) |
ServerModel |
ClientAssociation.retrieveModel()
Triggers all GetDirectory and GetDefinition ACSI services needed to get the complete server
model.
|
boolean |
ClientAssociation.select(FcModelNode controlDataObject)
Performs the Select ACSI Service of the control model on the given controllable Data Object
(DO).
|
List<ServiceError> |
ClientAssociation.setDataSetValues(DataSet dataSet) |
void |
ClientAssociation.setDataValues(FcModelNode modelNode)
The implementation of the SetDataValues ACSI service.
|
void |
ClientAssociation.startGi(Rcb rcb) |
void |
ClientAssociation.updateDataSets()
This function will get the definition of all persistent DataSets from the server and update the
DataSets in the ServerModel that was returned by
retrieveModel or set using setServerModel. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DataObjectTreeNode.reset(ClientAssociation association) |
void |
DataTreeNode.reset(ClientAssociation association) |
void |
DataSetTreeNode.reset(ClientAssociation association) |
void |
DataObjectTreeNode.writeValues(ClientAssociation association) |
void |
DataTreeNode.writeValues(ClientAssociation association) |
void |
DataSetTreeNode.writeValues(ClientAssociation association) |
Copyright © 2025. All rights reserved.