User's Manual
Chapter 10: Using the Command Line Interface
290
config:#
sensor externalsensor <n> <sensor type> assertionTimeout <value>
Variables:
<n> is the ID number of the environmental sensor that you want to
configure. The ID number is assigned and shown in the EMX web
interface. It is an integer between 1 and 16.
<sensor type> is one of these sensor types: temperature, humidity,
airPressure or air Flow.
Note: If the specified sensor type does not match the type of the
specified environmental sensor, this error message appears:
"Specified sensor type 'XXX' does not match the sensor's type
(<sensortype>)," where XXX is the specified sensor type, and
<sensortype> is the correct sensor type.
<value> is a number in samples that is assigned to the assertion
timeout for the specified environmental sensor. See What is
Assertion Timeout? (on page 183).
Example
The following command sets the assertion timeout of the environmental
"temperature" sensor with the ID number 3 to 4 samples. That is, at least
4 consecutive samples must cross a specific current threshold before
that threshold-crossing event is asserted.
config:#
sensor externalsensor 3 temperature assertionTimeout 4
User Configuration Commands
Most user configuration commands begin with user except for the
password change command.
Creating a User Profile
This command syntax creates a new user profile.
config:#
user create <name> <option> <roles>
After performing the user creation command, the EMX prompts you to
assign a password to the newly-created user. Then:
1. Type the password and press Enter.