E_BA_LockPriority

TYPE E_BA_LockPriority :
(
  Invalid         := 0,
  eNoLock         := 1,
  eLocalMedium    := 2,
  eLocalHigh      := 3,
  eMedium         := 4,
  eHigh           := 5
) BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

eNolock

No locking

eLocalMedium

The event of an object triggers a switching action using the FB_BA_PlantLock, which is located in the same level within the base framework. The priority level is "Medium" and generally relates to a technical fault or the safety of a system.

eLocalHigh

The event of an object triggers a switching action using the FB_BA_PlantLock, which is located in the same level within the base framework. The priority level is "High" and generally relates to an alarm or the safety of life.

eMedium

The event of an object triggers a switching action. It is reported to all FB_BA_PlantLock that are located in the levels of the base framework above it. The priority is "Medium" and generally refers to a technical fault or the safety of a plant.

eHigh

The event of an object triggers a switching action. It is reported to all FB_BA_PlantLock that are located in the levels of the base framework above it. The priority is "High" and generally relates to an alarm or the safety of life.