hook_<libraryPrefix>_getOperationModeElement()

This function determines the data point node that saves the operating states.

Synopsis

stringhook_<libraryPrefix>_getOperationModeElement(stringdp) ;

Parameters

Parameter Description
dp Datapoint that contains this node.

Default

string hook_stdlib_getOperationModeElement(stringdp)
{
  return "operationMode";
}

The data point node that contains the operating states is "operationMode" by default. If a data point type is created whose operating states were defined in a node by using another name, the name can be changed here.

Return Value

Data point node that contains the operating states.