Cellocator - template commands

Template Commands tips

The SMS protocol is straightforward and should not cause any problems.

However, the protocol over GPRS is different from SMS, and includes things like binary ID, and checksum. Those things cannot be specified in the current Template Command editor. Instead, the GpsGate Cellocator plugin can automatically add this data.

A GPRS command sent from the server to the tracker is built up like this:
<System code><Message type><ID><Authentication code><Command code><Checksum>

In the Template Command use [0x00][0x00][0x00][0x00] for the Unit ID and [0x00] for the checksum.

Here is an example for the Output Control command 0x0101.

MCGP[0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x01][0x01][0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x00]

Please check the device documentation for command specifications.