E_BA_ObjectPurpose
TYPE E_BA_ObjectPurpose :
(
Undefined := 0,
eInternal := 1,
eStructurize := 2,
eDescriptive := 3,
eGeneral := 10,
eOperation := 11,
eValue := 12,
eInput := 13,
eOutput := 14,
eManagement := 20,
eAggregate := 21
) BYTE;
END_TYPE
Name | Description |
---|---|
eInternal | Internal management functions (e.g. EventClass objects) |
eStructurize | Organization of the project structure (see Structured View Objects in TF8020) |
eDescriptive | Descriptive information (e.g. project object) |
eOperation | Operative value (setpoint, display value) |
eValue | Value |
eInput | Physical input value |
eOutput | Physical output value |
eManagement | Manages referenced objects (plant, control, ...) |