MessageDefinition
class MessageDefinition
A MessageDefinition is an alarm or event definition on a controller, declared in its InterfaceLocal. It specifies the message type (error, warning or info), its acknowledge behaviour, display text and severity, and is raised and cleared from the controller's code.
Create a MessageDefinition
A message is created in the local interface of the controller.
Message Definition
Best Practise
The name of the message should be provided with a prefix such as Msg.
Message Functions
All available methods in relation to messages can be found here:

