E_BA_NodeTypeTarget

The enumeration describes the relative reference to an object.

Sample

In the following project structure:

E_BA_NodeTypeTarget 1:

In relation to the system Ventilation System 1:

TYPE E_BA_NodeTypeTarget :
(
  Invalid            := 0,
  eFirstAggregate    := 1,
  eLastAggregate     := 2,
  eFunction          := 3
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

eFirstAggregate

Refers to the first aggregate in relation to an object.

eLastAggregate

Refers to the last aggregate in relation to an object.

eFunction

Refers to the function in relation to an object.