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 by means of the FB_BA_PlantLock, which is located in the same level within the basic structure. The level of priority is "Medium" and generally refers to a technical fault or to the safety of a plant.

eLocalHigh

The event of an object triggers a switching action by means of the FB_BA_PlantLock, which is located in the same level within the basic structure. The level of priority is "High" and generally refers to an alarm or life safety.

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 basic frame above. The priority is "Medium" and generally refers to a technical fault or to 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 basic frame above. The priority is "High" and generally refers to an alarm or the safety of life.