Manual

Appendix C 11-1
11. Appendix C -- Alarms
Table 11-1 Alarms
ALID ALCD ALTX Description ON
CEID
OFF
CEID
2 3 Temperature Low Current Temp < setpoint - band 63 62
3 3 Temperature High Current Temp > setpoint +
band.
65 64
101 7 Interlock Open The Equipment door is open
creating a safety hazard.
101 100
103 15 Dispenser Empty The adhesive dispenser needs
refilling.
103 102
105 30 AC Power Loss The Equipment is stopped and
the computer will fail in a few
minutes if power is not
restored.
105 104
Since the number of alarms which FmNT reports to SECS/GEM is constantly growing,
each individual alarm will not be listed here. The alarm section of the GWGEM GCD file
is automatically generated from the FmNT source code using a custom software tool. The
format for each alarm is described below:
ALID Alarm ID. This number is the same as the resource identification number
used by FmNT.
ALCD Alarm Severity Code. The low-order 7-bits of ALCD specifies the severity
code. The high-order bit (bit-8) shows the current alarm state (1=SET,
0=CLEAR). Currently all FmNT errors have a default severity code of 64.
ALTX Alarm Text. This is the actual string sent to the Host in the Alarm Report
(S5F1) and is a truncated version (first 40 characters) of the resource item
used by FmNT.
ON CEID This is the Collection Event that is signaled when the alarm state changes
from CLEAR to SET ("going-on"). For all of the FmNT errors the event is
FmNTError.
OFF CEID This is the Collection Event that is signaled when the alarm state changes
from SET to CLEAR ("going-off"). For all of the FmNT errors the event is
FmNTErrorCleared.