SendAlarm()

SendAlarm() 1:

Löst einen Alarm aus.

Syntax:

METHOD SendAlarm : HRESULT
VAR_INPUT
    stEventEntry:       TcEventEntry;   // TcEventEntry to be created and send
    sString:            STRING(255);    // additional STRING attribute
    bWithConfirm:       BOOL;           // additional Flag to set confirm necessity
END_VAR

SendAlarm() 2: Eingänge

Name

Typ

Beschreibung

stEventEntry

TcEventEntry

Event aus einer Event-Konfiguration.

sString

STRING(255)

Zusätzliche Information, die dem Event beigefügt wird.

bWithConfirm

BOOL

Das Event erfordert eine Quittierung.

SendAlarm() 3: Ausgänge

Name

Typ

Beschreibung

SendAlarm

HRESULT

Rückgabewert mit Feedback zum Erfolg der Ausführung

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS-Bibliotheken

TwinCAT v3.1.4024.35

PC oder CX (x64, x86)

Tc3_PlasticBaseApplication (>= v3.12.5.0)