44
DL-V3 Firmware Reference Manual Rev 2
Chapter 2
DL-V3 Commands
2.20 GROUPLOG
Edit Group Logging Specifications
The
grouplog
command allows you to modify the message-logging specifications in a group. A
maximum of 20 message-logging specifications is supported.
The
grouplog add
command allows you to add message-logging specifications to a group.
• The message-logging specification is added to a group named
group
. If a group named
group
does not exist, the group is created. The
grouplog add
command fails if a group needs to be
created and the group table is full.
•
dst
specifies the destination to which the requested message is to be sent when the group is
executed. If
dst
is not specified (or specified as
no_port
), the group-default destination is
assumed (the destination which is specified at the time the group is executed). See
for a list of valid port identifiers.
•
message
specifies any valid NovAtel ASCII, NovAtel Binary, NMEA, Abbreviated ASCII, or
RTK-format (for example, RTCAOBS) OEMV log. This includes OEMV messages such as
CMRPLUS and RTCMV3 format logs.
• Only NovAtel Binary and NovAtel ASCII format logs can be specified when the
destination is FILE, otherwise the command fails (logs of any type may be logged to
COM ports).
• If non-NovAtel format (Binary or ASCII) logs are requested with a NO_PORTS
destination, the command is successful. Note that during group execution, logging of
these log types are successful (does not occur) if the destination supplied at time of
execution is FILE.
grouplog add g1 no_ports bestpos ontime 1
groupuse start g1 file
log loglist
No BESTPOS log should be present in the loglist.
•
trigger
specifies a valid OEMV message trigger which applies to this log specification (see the
log
command in the
OEMV Family Firmware Reference Manual
).
•
period
specifies the repetition period for this message (see the
log
command).
• Within one group, the
message
-
dst
combination must be unique. The
grouplog add
command
fails if an attempt is made to add a message-logging specification with a
message
and
dst
which are the same as a previously-entered specification in the same group.
• Message-logging specifications that are added are automatically saved to NVM.
• The
grouplog del
command allows you to delete message-logging specifications from a group.
•
dst
and
message
identify a unique message-logging specification to be deleted. If
dst
is not
specified, the group-default destination is assumed.
• Message-logging
specifications that are deleted are also removed from NVM. This operation is
not reversible.