../pvss.htm menu.gif basics.gif

isReduDp()

The function isReduDp() checks if the specified data point is redundant.

Synopsis

bool isReduDp(string dp);

Parameters

Return value

Bool. TRUE (1) if the specified data point is redundant. FALSE (0) if the specified data point is not redundant.

Errors

Description

The function checks if the specified data point is redundant. See also hosts.ctl file in  <wincc_oa_path>/scripts/libs/.

IconExample

 

The example checks if the specified data point  "_Stat_2_event_0_to_driver_2" is redundant.

main()
{
   string dp = "_Stat_2_event_0_to_driver_2";
   bool retVal;
   retVal = isReduDp(dp);
   DebugN("The return value is:", retVal, "the value = 1 when
the data point is redundant");

}

 

Member of

Data point function

Availability

CTRL

See also

getReduDp()

 

Top Of Page

 

V 3.11 SP1

Copyright ETM professional control GmbH 2013 All Rights Reserved