E_BA_DPADMode

TYPE E_BA_DPADMode :
(
  Invalid                := 0,
  Undefined              := 1,
  eExclude               := 2,
  eInclude               := 3,
  eIncludeObjectName     := 4,
  eIncludeDescription    := 5,
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

eExclude

No application of the object name and description.

eInclude

Application of the object name and description.

eIncludeObjectName

Application of the object name.

eIncludeDescription

Application of the Description.