User's Manual
Table Of Contents
- 1.1 GT Lite Overview
- 2.1 GT Lite Detailed Hardware Description
- 2.2 GT Lite Detailed Software Description
- 3.1 Updating the Main Processor Software
- 3.2 Updating Main Processor Firmware
- 3.3 Programming the Low Power Controller
- 3.4 Recovering the GT Lite
- 4.1 Install GT Lite USB Drivers
- 4.2 Create HyperTerminal Connection
- 4.3 Connect GT Lite to HyperTerminal
- 5.1 Monitoring the GT Lite
- Diagnostic Overview
- Common GT Lite Functions
- Common Diagnostic Output
- APPLICATION: IMEI:
- APPLICATION: Firmware Version:
- APPLICATION: (batteryVoltageCallback) millivolts=4101, mAh =
- APPLICATION: (messageCallback) ZIGBEE_STAR_AWAKE
- APPLICATION: (messageCallback) ZIGBEE_RESET_INFO
- APPLICATION: (messageCallback) ZIGBEE_STAR_SENSOR_DATA
- APPLICATION: (messageCallback) sensorId=6, sensorValue=454
- APPLICATION: (messageCallback) ZIGBEE_STAR_SENSOR_EVENT_DATA
- APPLICATION: (messageCallback) ZIGBEE_STAR_END
- PROTOCOL: (LoggerMessage_Create) Enter. recordDataType=0
- PROTOCOL: (LoggerMessage_CreateTempMessage) Device message c
- PROTOCOL: (LoggerMessage_CreateDeviceMessage) Device message
- GPRS: CREG reports:
- GPRS: GPRS has successfully connected!
- GPS: Powering on the GPS
- GPS: (GetGpsFix) Started hot fix timer.
- GPS: (HotFixTimer) Hot fix timer expired.
- GPS: (HotFixTimer) Started cold fix timer.
- GPS: (HotFixTimer) SendingAssistNow request.
- TCP: Got WIP_CEV_READ
- TCP: PEER_CLOSE received
- GPS: ASSISTNOW_TRANSFER_COMPLETE
- GPS: (ColdFixTimer) Cold fix timer expired
- GPS: (ColdFixTimer) Valid fix not obtained
- PROTOCOL: (TempMessage_CheckQueue) Updating a LoggerMessage
- PROTOCOL: (TempMessage_CheckQueue) Placing updated LM on Dev
- PROTOCOL: (LoggerMessage_SendMessage) Sending message via GP
- PROTOCOL: (LoggerMessage_TcpTransferCallback) TCP Successful
- APPLICATION: IMEI:
- 5.2 Configuring the GT Lite
- Configurable Parameters
- Local Configuration and Commands
- Status Commands
- Power Commands
- Network Commands
- View Server Port Number
- Set Server Port Number
- View Server Address
- Set Server Address
- View SMS Number
- Set SMS Number
- View GSM Registration Timeout
- Set GSM Registration Timeout
- View GPRS Enable Parameter
- Set GPRS Enable Parameter
- View SMS Enable Parameter
- Set SMS Enable Parameter
- View GSM Frequency Band Default
- Set GSM Frequency Band Default
- View GSM Frequency Band
- Set GSM Frequency Band
- GPS Commands
- View GPS Enable Parameter
- Set GPS Enable Parameter
- View GPS Hotfix Timeout
- Set GPS Hotfix Timeout
- View GPS Coldfix Timeout
- Set GPS Coldfix Timeout
- View GPS Coldfix Lockout
- Set GPS Coldfix Lockout
- View GPS Assistance Mode
- Set GPS Assistance Mode
- View GPS Mode
- Set GPS Mode
- View Default Assistance Latitude
- Set Default Assistance Latitude
- View Default Assistance Longitude
- Set Default Assistance Longitude
- Sensor Commands
- View Low Battery Threshold
- Set Low Battery Threshold
- View Optic Threshold
- Set Optic Threshold
- View Shock Threshold
- Set Shock Threshold
- View Low Temperature Threshold
- Set Low Temperature Threshold
- View High Temperature Threshold
- Set High Temperature Threshold
- View Door Enable Parameter
- Set GPS Enable Parameter
- View Mount Enable Parameter
- Set Mount Enable Parameter
- View Motion Enable Parameter
- Set Motion Enable Parameter
- ZigBee Commands
- Programming Commands
- Remote Configuration
- 6.1 Using the GT Lite
- 6.2 Installation Types
- 7.1 Handling GT Lite
- 7.2 GT Lite Maintenance
- 8.1 Standards
- 8.2 Certifications
- 9.1 Diagnostic Setup Troubleshooting
- 9.2 Programming Troubleshooting
- 9.3 Configuration Troubleshooting
- 9.4 Installation and Operational Troubleshooting
- 9.5 Maintenance Troubleshooting
- 12.1 Overview
- 12.2 Pairing
- 12.3 Operations and Installation
- 12.4 Supported Devices
- 12.5 Wireless Devices Troubleshooting
- 13.1 Overview
- 13.2 Detailed Description
- 13.3 Operations and Installation
- 13.4 Troubleshooting
- 14.1 Overview
- 14.2 Detailed Description
- 14.3 Operations and Installation
- 14.4 Troubleshooting
- 15.1 Overview
- 15.2 Detailed Description
- 15.3 Operations and Installation
- 15.4 Supported Tags
- 15.5 Troubleshooting
- 16.1 Overview
- 16.2 Detailed Description
- 16.3 Operations and Installation
- 16.4 Troubleshooting
- 17.1 Overview
- 17.2 Detailed Description
- 17.3 Operations and Installation
- 17.4 Supported Tags
- 17.5 Troubleshooting
GlobalTrak ™ GT Lite Operation and Maintenance Manual
APPLICATION: (batteryVoltageCallback) millivolts=4101, mAh = 3772
The battery callback displays the current battery voltage in millivolts and capacity remaining
in mAh remaining.
APPLICATION: (messageCallback) ZIGBEE_STAR_AWAKE
This statement indicates proper communication with the low processor controller. Every time
the main processor interrupts the low power controller, the low power controller reponds with
the ZIGBEE_STAR_AWAKE message. If this message is received by the main processor, the
debug statement above will be printed.
APPLICATION: (messageCallback) ZIGBEE_RESET_INFO
After a reset or boot, the low power controller tells the main processor the reason for reset.
The statement following ZIGBEE_RESET_INFO states the reason for reset.
APPLICATION: (messageCallback) ZIGBEE_STAR_SENSOR_DATA
This statement indicates the main processor has received sensor data from the low power
controller. Following this statement, there will be debug information that describes the
sensors and data received.
APPLICATION: (messageCallback) sensorId=6, sensorValue=454
This statement describes data from one sensor that is received by the main processor. There
are typically at least 5 of these messages together to describe all of the sensor data on the
low power controller. The sensor ID describes what sensor is reporting and the data is a
digital value from the sensor. Please consult section XXXXXXX on wireless sensors.
APPLICATION: (messageCallback) ZIGBEE_STAR_SENSOR_EVENT_DATA
This statement indicates that the main processor has received event data from the low power
controller. If this is received, at least one sensor has gone into an event condition.
APPLICATION: (messageCallback) ZIGBEE_STAR_END
This statement indicates the end of low power controller communication. It is sent by the low
power controller to say that it has no further information to send.
PROTOCOL: (LoggerMessage_Create) Enter. recordDataType=0
This statement indicates that a message has been created and the record data type of the
message. For more information about record data types, please consult section 2.2.
PROTOCOL: (LoggerMessage_CreateTempMessage) Device message created
successfully!
This statement indicates that a message has been successfully placed on the temp queue. All
messages on the temp queue require a GPS update once a fix is received.
PROTOCOL: (LoggerMessage_CreateDeviceMessage) Device message created
successfully!
This statement indicates that a message has been successfully placed on the transmit queue.
Generally messages move from the temp queue to the transmit queue upon being updated
with a GPS fix.
Prepared: R. Straz Date: July 25, 2007 Page 61 of
139