iec61850_createRcbDp()
This function allows to create internal RCB data points.
Synopsis
bool iec61850_createRcbDp(string sIed, string sRcb, bool bIdx);
Parameters
Parameter | Description |
---|---|
sIed | IED name (=internal data point name starting with "_") |
sRcb | RCB name (actual RCB name) |
bIdx |
|
Return value
None
Description
Use this function if you want to create RCBs per script instead of using the IEC 61850 configuration panel. The correct structure of the internal data points of type _IEC61850_RCB is automatically created. Refer to the Report Control Blocks chapter of the IEC 61850 documentation to find further information on script-based RCB creation.
Example
main()
{
iec61850_createRcbDp("_ETMDevice_8103","IED1LogicalDevice1/LLN0$RP$urcb1",0);
}
Assignment
Miscellaneous functions
Availability
CTRL, UI