Skip to Content

LC Report

LC Report - Locator (Cell mode)

The protocol defines a cell-based location mode (Locator), but in this firmware version position acquisition for the LC report is disabled: SLCX does not trigger any real query and, if an LC report is generated, it arrives with latitude and longitude at zero.

In the current firmware, SLCX does not initiate any location query: it only validates that the following character is X and responds with the fixed literal RLCXOK. The line that would trigger the actual cell-based position capture is commented out in the code, so there is no effective GSM triangulation in this version.


Send the SLCX command

SLCX

The device validates that the character after SLC is X and immediately responds with a fixed OK, without initiating any position query.

Response

RLCXOK

It is a fixed literal: it does not include position data or any other field.


LC report format

RLCbbAAAAAABBBBBBCCCCCCCCDDDDDDDDDEE

Real example (position at 0 because in this version the acquisition via LOCATOR is commented out):

RLC00291224153045-2778467-0642565802

Report fields

FieldDescription
bbReport number / IdRpt (hex)
AAAAAADate (DDMMAA)
BBBBBBTime (HHMMSS)
CCCCCCCCLatitude (±DDMMMMM); in this version it stays at 0 because position acquisition via LOCATOR is commented out
DDDDDDDDDLongitude (±DDDMMMMM); same reason
EEDifferential time (hex, seconds)

There are no speed, heading, input/output status, event number, or message number fields in the actual LC frame.

The EE field is the standard differential time field found in position reports (same as in CY/GP), not a measurement of how long the SLCX query took.


Available signals

SignalDescription
LC00+A new cell position was received
LC01+A new server response was received

Example usage with rule

>SRL10E;TRG=LC00+;ACC={GCY10H}<

When a cell position is obtained (LC00+), sends a high priority CY report.


Considerations

AspectDetail
PrecisionNot available: cell-based position acquisition is disabled in the current firmware (position always at 0)
AvailabilitySLCX responds RLCXOK but does not trigger any real query
ConsumptionLower than GPS (once implemented)
LatencyHigher than GPS (once implemented)

Compatibility

MTLegacy
C3Legacy
ULLegacy
SPLegacy
C5Legacy
ZE-IoT
SP-IoT
SM-IoT

Locator mode is intended as a backup for when the device loses GPS signal for an extended period (underground parking lots, closed containers), but in this firmware version position acquisition is commented out: don’t rely on it as a real backup until that functionality is active.

Last updated