Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There can be more than one DATA_LABEL@DATA_VALUE pairs, however, the maximum PU_MSG length must not exceed 16 bytes/characters.

Data label

Description

Unit

Example

0

Reserved

1

Internal retry counters: msg_count,retry_count
(Both msg_count and retry_count are incremented for each transmission attempt, but retry_count is reset to zero when a PU_ACK is received.)

-

42,7 for msg number 42 since powerup, and transmission this is the 7th try to upload it

1

2

Battery remaining in %

%

42 for 42% battery remaining

2

Battery voltage in 1/10 V

1/10 V

362 for 36,2 Volt

3

Battery total capacity in 1/10 Ah

1/10 Ah

135 for 13,5 Ah max. battery capacity

4

AssistLvl

Step

5

BattRange

1/10 km (question)

6

LightState

Binary

7

Speed

1/10 km/h (question)

8

Odometer

1/10 km (question)

9

Trip

1/10 km (question)

After the PU_MSG has been sent the telemetry device should await the PU_ACK message (see the AT protocol section above) and determine if the message should be resent after a timeout.

...