LTI TruSense S300 Series Integration Manual 3nd Edition
Page 29
Copyright © [2016] Laser Technology, Inc. All Rights Reserved. Unauthorized duplication, in whole or in part, is strictly prohibited.
<CR>
<LF>
= carriage return
= line feed
Example:
Input: Set
$VO<CR><LF>
Reply:
$OK*0774<CR><LF>
Warning:
Visible Laser Pointer is not eye safe. If Laser Pointer is on when the $PD or $SU are executed,
the laser pointer will be on every time the sensor is powered up.
$VF
Turn Laser Pointer Off (S310 and S330 Only)
Set:
$VF<CR><LF>
Instrument Reply:
$OK*
CRC16
<CR><LF>
where:
$
VF
= message identifier
= mnemonic for Turn Laser Pointer Off
*CRC16
= 16-bit CRC
<CR>
<LF>
= carriage return
= line feed
Example:
Input: Set
$VF<CR><LF>
Reply:
$OK*0774<CR><LF>
$WU Warm Up Period
The Warm Up Period is the number of measurements which will be discarded before the first
measurement is displayed.
Set:
$WU,
n
<CR><LF>
Instrument Reply:
$WU,
n
*CRC16
<CR><LF>
Get:
$WU<CR><LF>
Instrument Reply:
$WU,
n
*CRC16
<CR><LF>
where:
$
= message identifier
WU
= mnemonic for Warm Up Period
n
= Number of measurements discarded before the first
measurement displayed
0
= Warm Up Period is disabled.
non-zero = Warm Up Period is enabled.
Valid Range: 1 to 99.
*CRC16
= 16-bit CRC
<CR>
= carriage return
<LF>
= line feed
Example:
Input: Get
$WU<CR><LF>
Reply:
$WU,8*761D<CR><LF>
Input: Set
$WU,10<CR><LF>
Reply:
$WU,10*4DB0