iec61850_deleteRcbDp()
Deletes the given internal RCB data point.
Synopsis
bool iec61850_deleteRcbDp(string sIed, string sRcb);
Parameters
Parameter | Meaning |
---|---|
sIed | IED name (=internal data point name starting with "_") |
sRcb | RCB name (actual RCB name) |
Return value
None
Description
Use this function if you want to delete RCBs per script instead of using the IEC 61850 configuration panel. The correct structure of the internal data points (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 deletion.
Example
main()
{
iec61850_deleteRcbDp("_ETMDevice_8103","IED1LogicalDevice1/LLN0$RP$urcb1");
}
Assignment
Miscellaneous functions
Availability
CTRL, UI