EnableReq
Enables the BRCB control block.
METHOD FINAL EnableReq : BOOL
VAR_INPUT
ipClient : I_ScsmClientClass;
ipDataSet : I_AcsiCommonDataSetClass;
END_VAR
VAR_OUTPUT
ipResult : I_AsyncServiceResultClass;
END_VAR
ipClient: Interface pointer of type: I_ScsmClientClass. This pointer determines the service executing object instance of the IEC 61850 client.
ipDataSet: Interface pointer of type I_AcsiCommonDataSetClass.
ipResult: Interface pointer of type: I_AsyncServiceResultClass This pointer can be used to query and monitor the status/progress and the result of the service execution.
Return parameter: Positive feedback (TRUE) if the service primitive was sent/started successfully, negative feedback (FALSE) on error.