- Silex Technology Embedded Intelligent Module Developer's Reference Guide

Silex
Advanced Configuration
Part Number 140-00192-100
Table 23 GPIO Transmit Commands
Command
Description
SET GPIO TRANsmit <trigger #> <string>
Sets the string that will be included in an Email alert if
the trigger is activated. These strings are also 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 included in an Email alert
if the trigger is activated. These strings are also 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. If an Email alert is triggered for the condition,
no text will be included in the alert.
<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 email text msg here
Local> show gpio tran
Trig # Email String
------ ------------
0: your email text msg here
1: GPIO #2 is 1
Local> show gpio tran 1
1: GPIO #1 is 1
Table 24 GPIO Data Commands