FB_AppMessage
This class is part of the FB_Base
class and provides an interface to the EventLogger for almost every TwinCAT 3 Plastic Base Application object.
Syntax:
FUNCTION_BLOCK FB_AppMessage EXTENDS FB_TcMessage
Methods
Name | Description |
---|---|
ClearAlarm( | Clears a specific alarm. |
ConfirmAlarm( | Acknowledges a specific alarm. |
Reset() | Resets all alarms generated by this instance. |
Triggers an alarm. | |
Logs a message in the EventLogger. | |
Logs a message in the EventLogger with the hexadecimal representation of the error code. | |
Logs a message in EventLogger, unless the message has been sent before. |
Interfaces
Type | Description |
---|---|
I_AppMessage | Standard interface on FB_AppMessage. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.42 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.6.2) |
Further Information