____________________________________________________________________________________
____________________________________________________________________________________
Speeder X1 and X2 Configuration and API Guide
Page 27/36
6 PARAMETERS
The Sensor includes a user parameter area, which defines the operation of the Sensor.
This parameter area comprises, for example, the definition of the measurement rate,
operation mode, and data transmission mode. There are two parallel parameter areas:
one in permanent memory and the other currently in use in non-permanent memory. The
parameters in permanent memory will be taken into use after power is switched on. You
can modify the parameters in non-permanent memory, and after finishing the
modification, store them into the permanent memory.
6.1 User parameter commands
User parameters can be set by command:
Command from PC
Reply
<esc>T<No.>,<Value><cr>
T
OK<cr><lf> or “Invalid Value<cr><lf>”
<esc> ASCII code 27
T
Command (ASCII code 84)
No.
parameter #1-61 in ASCII format
Value parameter value 0-255 in ASCII format
<cr>
ASCII code 13
Example: Set the baud rate to 115200 baud:
Command from PC
Reply
<esc>T4,8<cr>
TOK<cr><lf> (Baud Rate before change)
The parameters in two successive bytes (word) can be set by one command:
Command from PC
Reply
<esc>TW<No.>,<Value><cr>
T
OK<cr><lf> or “Invalid Value<cr><lf>”
<esc> ASCII code 27
TW
Command
No.
parameter #1-61 in ASCII format
Value parameter value 0-65536 in ASCII form
<cr>
ASCII code 13
Example: Set the Pulse Rate to 2000 Hz:
Command from PC
Reply
<esc>TW5,2000<cr>
TOK<cr><lf>