LTI TruSense S300 Series Integration Manual 3nd Edition
Page 26
Copyright © [2016] Laser Technology, Inc. All Rights Reserved. Unauthorized duplication, in whole or in part, is strictly prohibited.
<CR>
= carriage return
<LF>
= line feed
Example:
1
st
Input:
Set
$PS,NO_PASSWORD<CR><LF>
Reply:
$OK,PS AGAIN*7774<CR><LF>
2
nd
Input:
$PW,NO_PASSWORD<CR><LF>
Reply:
$OK*0774<CR><LF>
IMPORTANT:
Use
$SU
or
$PD
to store new password into non-volatile memory.
$RD
Set Trip Distance
S300 and S310 will execute trip output (see $TG) when distance is greater than min value and less
than max value. Range measurement units defined by the $MU (Measurement Units) command.
Set:
Get:
$RD,x,y <CR><LF>
$RD<CR><LF>
Instrument Reply:
$RD,x,y,z*CRC16*CRC16<CR><LF>
Instrument Reply:
$RD,x,y,z*CRC16<CR><LF>
where:
$
= message identifier
RD
x
y
z
= mnemonic for Trip Distance
= minimum value range
= maximum value range
= measurement Unit
<CR>
= carriage return
<LF>
= line feed
Example:
Input: Get
$RD<CR><LF>
Reply:
RD,1.000,2.000,F*9C91<CR><LF>
Input: Set
$RD,1,2<CR><LF>
Reply:
$ RD,1.000,2.000,F*9C91<CR><LF>
$SN
Instrument Serial Number
Get:
Instrument Reply:
$SN<CR><LF>
$SN, DS
nnnnnn*CRC16
<CR><LF>
where:
$
= message identifier
SN
DS
nnnnnn
= mnemonic for Serial Number
= instrument serial number
*CRC16
= 16-bit CRC
<CR>
= carriage return
<LF>
= line feed
Example:
Input: Get
$SN<CR><LF>
Reply:
$SN,DS003990*9A4F<CR><LF>
$ST
Stop Distance Measurement
This command will stop measurements. Exceptions would be trigger input in effect (See $TG).
Direct Action:
$ST<CR><LF>
Instrument Reply:
$OK
*CRC16
<CR><LF>