Global_Variablen_Alarming

In the PLC the following function blocks, variables and constants can be found under Resources\GlobalVariables:

VAR_GLOBAL

gBA_AlmMgnr

FB_BA_AlarmMgnr

 

Alarmsammler mit Neuwertmeldung//Alarm collector with new value message

END_VAR

VAR_GLOBAL CONSTANT

Alarming Priority

ALM_PRIO_EMPTY

BYTE

0

keine Meldung//no message

ALM_PRIO_NOTE

BYTE

1

diverse Meldungen//various message

ALM_PRIO_WARNING

BYTE

2

Warnung//warning

ALM_PRIO_ALARM

BYTE

3

Alarm ohne Abschaltung//Alarm without shutdown

ALM_PRIO_CRITICAL

BYTE

4

Alarm mit Abschaltung//Alarm with shutdown

setzt den Ausgang bCriticalAlm vom Funktionsbaustein AlarmPlt in Template BAC_PltAlm_01//
sets the outputbCriticalAlm by the function blockAlarmPltinTemplateBAC_PltAlm_01

END_VAR

Version history

Version number

Comments

1.0.0.1

First release