ssc_removeKPINodes()

The function removes plant model nodes that are linked to a KPI instance.

Synopsis

void ssc_removeKPINodes(string kpiDPName);

Parameters

Parameter Description
kpiDPName The KPI definition DP name.

Return Value

-

Description

The function removes plant model nodes that are linked to a KPI instance.

Example

This example shows how to remove plant model nodes linked to KPI instances. In this example the KPI instance "drive_load" is removed (see figure below). A KPI node is created for a plant model when you save the KPI instance configuration where plant nodes are used (see figure below).

Figure 1. KPI wizard - Associate - KNI node "drive_load" in the plant model
main()>
{
  ssc_removeKPINodes("kpi_System1_Plant__Hall1_drive_load");
}

Assignment

KPI functions

Availability

SmartSCADA