Each alarm is only triggered once. Alarms are scanned in order from the top of the table to the bottom. |
Field | Description |
---|---|
Nr | Alarm number for reference. |
Status | Activate or Deactivate the alarm. |
If Alarm | Alarm triggered only if the alarm with the given number was triggered before. Use 0 for no guard. |
But Not | Alarm triggered only if the alarm with the given number was not triggered before. Use 0 for no guard. |
From | Alarm only triggered after the given event. |
Time | If not 00:00, alarm is triggered mm:ss after the event "From" happens. |
Source | The observed temperature source. |
Condition | Alarm is triggered if source rises above or below the specified temperature. |
Temp | The specified temperature limit. |
Action | The action to be triggered if all conditions are fulfilled. |
Description | Commands for alarms with an action go here. Anything after a '#' character is considered a comment and is ignored when processing the alarm. |
Option | Description |
---|---|
Add | Adds a new alarm to the bottom of the table. |
Insert | Inserts a new alarm above the selected alarm. |
Delete | Deletes the selected alarm. |
Copy Table | Copy the alarm table in tab separated format to the clipboard. Option or ALT click to copy a tabular format to the clipboard. |
All On | Enables all alarms. |
All Off | Disables all alarms. |
Load | Load alarm definition from a file. |
Save | Save the alarm definitions to a file. |
Clear | Clears all alarms from the table. |
Help | Opens this window. |
Load from Profile | when ticked will replace the alarm table when loading a profile with the alarms stored in the profile. If there are no alarms in the profile the alarm table will be cleared. |
Load from Background | when ticked will replace the alarm table when loading a background profile with the alarms stored in the profile. If there are no alarms in the profile the alarm table will be cleared. |
PopUp TimeOut | A PopUp will automatically close after this time if the OK button has not been clicked. |
Enter the Command into the Description field of the Alarm. |
Action | Command | Meaning |
---|---|---|
Pop Up | <text> | the text to be displayed in the pop up |
Call Program | A program/script path (absolute or relative) | start an external program |
Event Button | <button number> | triggers the button, the button number comes from the Events Buttons configuration |
Slider <1> | <value> | set the slider for special event nr. 1 to the value |
Slider <2> | <value> | set the slider for special event nr. 2 to the value |
Slider <3> | <value> | set the slider for special event nr. 3 to the value |
Slider <4> | <value> | set the slider for special event nr. 4 to the value |
START | trigger START | |
DRY | trigger the DRY event | |
FCs | trigger the FCs event | |
FCe | trigger the FCe event | |
SCs | trigger the SCs event | |
SCe | trigger the SCe event | |
DROP | trigger the DROP event | |
COOL END | trigger the COOL END event | |
OFF | trigger OFF | |
CHARGE | trigger the CHARGE event | |
RampSoak ON | turns PID on and switches to RampSoak mode | |
RampSoak OFF | turns PID off and switches to manual mode | |
Set Canvas Color | <color> | sets the canvas to <color>, can be in hex format, e.g. "#ffaa55" or a color name, e.g. "blue" |
Reset Canvas Color | reset the canvas color to the color specified in Config>>Colors canvas color resets automatically at OFF |