User Guide

Table Of Contents
COMPANY CONFIDENTIAL: CalAmp reserves all rights to these documents and any information contained therein. Page
Reproduction use or disclosure to third parties without express permission is strictly prohibited. ©2021 CalAmp 19 of 40
LMU-3x40 Training Guide
Revision & Date
1.6 – 03/24/2021
End of File (EOF) and CRC
TAG Definition
Example
!EOF: End-of-file marker (this tag) must be
included
!CRC:
Following EOF marker, a 2-byte binary CRC
value must be appended to validate integrity of
file during transit. This is needed for OTA and
Serial transfers
Important Note:
If !SIG or !CRC is incorrect, PULS
will re-calculate upon upload. However, this
means while the file has been corrected for OTA,
your original file will not be valid or usable for
serial updates until fixed.
...
L514014;T18,35;A112,0,0
L514015;T15,0;A112,0,0
L514250;T0,0;A0,0
!EOF:
%P
5.3 PEG2 TAG Definitions
Definitions of the PEG2 Tag Characters with examples are listed below:
Tag
Char
Name
Description
Example
L
Label
Defines a unique label to be used as a
“virtual line”. Used as reference for Jump &
Call PEG Actions
L514013
T
Trigger
Define one or more Triggers on the same
line.
T<TrigCode>,<Mod0>,T<TrigCode>,<Mod0>
T18,0;T17;A8,4
C
Conditi
on
Define one or more Conditions on the same
line.
C<CondCode>,<Mod0>,
C<CondCode>,<Mod0>
T13;C16,11;^C16,10;!+!C16,12;A
1,24
A
Action
Defines one or more PEG Actions. Actions
executed in order of appearance.
A<ActionCode>,<Mod0>,A<ActionCode>,<M
od0>
T13;C16,11;^C16,10;!+!C16,12;A
1,24