hook_<libraryPrefix>_getOperationModeElement()

This function determines the datapoint 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 datapoint node that contains the operating states is "operationMode" by default. If a datapoint type is created whose operating states were defined in a node by using another name, the name can be changed here.

Return Value

Datapoint node that contains the operating states.