Articles
Allow Multiple Alarms and Log Entries
Added a new option in SWS under Signal Processing>Auto-Generate On Test and Off Test signals when a customer goes On and Off Test. This will create multiple log lines and alarms with a single ID for the On Test/Off Test for each component. ...
Signal Handler
Here is a basic flow of how the Manitou Signal Handler determines if it should display the Zone Description or Programming Point ID. Hint: the Zone wins when on the Customer unless there is a Point ID on the customer. To avoid this in non-zone-spec...
Signal Handler - Duplicate Alarms and Events
Duplicate alarms and events based on class code option Version 2.1 Update 31 Added a new option in SWS under Signal Processing>Generate Duplicate Alarms/Events Class Code that sets a specific class code that will override if the options Signal ...
Signal Handler Error Codes
// Signal Handler Errors
SIGERR_APPLICATION = 1001,
SIGERR_INVALID_SECTION = 1002,
SIGERR_DATABASE_PROB = 1003,
SIGERR_BROKER = 1004,
SIGERR_RAWDATA_ALREADY_EXITS = 1005,
SIGERR_MEMORY = 1006, ...