Product Manual
Table Of Contents
- 1. Functional Description
- 2. Device Setup
- 3. Interfaces
- 4. Device Configuration
- 4.1. APNs (apn)
- 4.2. OBD Accel and Decel (oad)
- 4.3. OBD RPM and Speed Events (ors)
- 4.4. OTA Prevent (ota)
- 4.5. Bluetooth Enabled (blt)
- 4.6. Buzzer Songs (bzr)
- 4.7. Destination (dst)
- 4.8. Generic Config Value (gcv)
- 4.9. Input Default Polarity (idp)
- 4.10. Motion Sensitivity (mst)
- 4.11. Serial Port Settings (sps)
- 4.12. Timer Duration (tmr)
- 4.13. Packet Creation Recipe (pcr)
- 4.14. Third-Party Config Values (tpv)
- 4.15. GPS Solution Filter (gsf)
- 4.16. Vehicle Bus Configuration (vbs)
- 5. Interpreter
- 6. Command Language
XT2500 Product Manual
Page 13 | 92
CONFIDENTIAL AND PROPRIETARY
4.6. BUZZER SONGS (BZR)
The Buzzer Songs configuration sets the frequency and duration of up to 8 notes on the device buzzer.
Configuration instances: 10
Command Type Syntax
SET Command
:wycfg bzr[x] <frequency1> <duration1> ... <frequency8> <duration8>
Response
:OK
READ Command
:rycfg bzr[x]
Response
| bzr[x]: freq1:<frequency1> (hex_val), dur1:<duration1> (hex_val), ...
freq8:<frequency8> (hex_val), dur8:<duration8> (hex_val)
:OK
Param Range Description
frequencyX 0 to 65535 A frequency that corresponds to the Xth note to be played (Hz); 0 is silent.
durationX 0 (disable),
10-6535
The duration of the Xth note to be played (ms)
4.7. DESTINATION (DST)
The dst[9] instance is utilized for all Device Manager interactions, including device Checkin Messages; configure
accordingly.
Configuration instances: 10
Command Type Syntax
SET Command
:wycfg dst[x] "<ip>|<hostname>|<local serial>" <port_number>
Response
:OK
READ Command
:rycfg dst[x]
Response
|dst[x]: addr:"<ip>|<hostname>|<local serial>" port:<port_number> (hex_val)
:OK