SendAlarm()

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
Eingänge
Name | Typ | Beschreibung |
---|---|---|
stEventEntry | Event aus einer Event-Konfiguration. | |
sString | STRING(255) | Zusätzliche Information, die dem Event beigefügt wird. |
bWithConfirm | BOOL | Das Event erfordert eine Quittierung. |
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) |