E_BA_NodeType

TYPE E_BA_NodeType :
(
  Invalid             := 0,
  Automatic           := 1,
{region 'Default'}
  eUnknown            := 10,
  eOther              := 11,
  eGeneral            := 12,
{endregion}
{region 'Location'}
  eLocation            := 13,
  eBuilding            := 14,
  eBuildingElement     := 15,
  eInformationFocus    := 16,
  eControlCabinet      := 17,
  eTrade               := 18,
  eFloor               := 19,
  eRoom                := 20,
  ePlant               := 21,
{endregion}
{region 'Equipment'}
  eComponent           := 22,
  eAggregate           := 23,
  eFunction            := 24
{endregion}
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

Automatic

The system chooses a meaningful node type.