C613-50631-01 Rev A Command Reference for IE340 Series 3391
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
TRIGGER COMMANDS
TYPE
ENV-SENSOR
Mode Global Configuration
Example To configure trigger 1, which will activate when the internal temperature becomes
too high or drops to a low-enough value after being too high, use the following
commands. In this example, the monitored temperature has a resource ID of 4 and
a sensor ID of 6:
awplus# configure terminal
awplus(config)# trigger 1
awplus(config)# type env-sensor resource 4 sensor 6 high-limit
any
Related
commands
show system environment
show trigger
trigger
Command
changes
Version 5.5.2-1.1: command added
high-limit The trigger will activate when the sensor reading rises above the
‘High Limit’ alarm threshold shown in show system environment,
or returns to an acceptable value after being too high, or both.
The alarm threshold values are pre-defined within the device and
cannot be changed.
exceeded If you chose low-limit, the trigger will trigger if the sensor’s
reading falls below the low limit.
If you chose high-limit, the trigger will trigger if the sensor’s
reading goes above the high limit.
cleared If you chose low-limit, the trigger will trigger if the sensor’s
reading rises to above the low limit again.
If you chose high-limit, the trigger will trigger if the sensor’s
reading falls below the high limit again.
Some temperature sensors include a hysteresis value and will not
clear until the temperature has changed significantly. For
example, if a sensor has a high alarm threshold of 75 degrees
Celsius, the hysteresis value may mean that the alarm clears when
the temperature falls to 63 degrees Celsius.
any The trigger will trigger if the low or high limit is either exceeded or
cleared.
Parameter Description