Product specifications
58
Table 23 GPIO Transmit Commands
Command
Description
SET GPIO TRANsmit <trigger #> <string>
Sets the string that will be used to identify the trigger on
the trap and alert web pages. This value overrides the
default string created when the trigger is enabled, which
is of the form “GPIO #<n> is 0|1>”.
<trigger #> is 1-16, and indicates the trigger condition for
which the string is being set. The remainder of the line
is taken as the string for the indicated trigger number.
SHOW GPIO TRANsmit
SHOW GPIO TRANsmit <trigger #>
Displays the string that will be used to identify the trigger
on the trap and alert web pages. There are two forms --
one displays all strings, the other only shows the string
corresponding to a specific trigger.
CL GPIO TRANsmit <trigger #>
Clears the transmit string for a specified trigger
condition.
<trigger #> is 1-16, and indicates the trigger condition for
which the string is being cleared.
NOTE: If a new trigger condition is set, all undefined
trigger conditions are reset to their default value.
Example:
Local> show gpio tran
Trig # Email String
------ ------------
0: GPIO #1 is 1
1: GPIO #2 is 1
Local> set gpio tran 0 your text msg here
Local> show gpio tran
Trig # Email String
------ ------------
0: your text msg here
1: GPIO #2 is 1
Local> show gpio tran 1
1: GPIO #1 is 1