700-G6-DB- Man Rev. 1 dft5 11 Feb 2021
Page 27/65
To over write data in the timed transmission message:
>TDT =
: insert the timed message content after the =
To add data to that already in the timed transmission buffer:
>TDTAPND =
xxxxxxx
: the new data (xxxxxxx) will be appended (added)
5.12.3
RANDOM TRANSMISSION MESSAGE BUFFER COMMANDS
The following commands are used to manage and store random transmission data in the G6
Transmission buffer the same as Timed Transmission Data Buffer Loading Commands. Detailed
examples can be seen in Section 3.6.2 – just exchange the random transmission commands for the
timed transmission commands.
Example:
we want to change the data in the buffer with our own values
>TDT=
1224,4455,439.0
: this will overwrite the G6 Timed Buffer
message (as seen in the preceding >TBD
example) with the data provided
>TBD
Timed Message Length = 16 bytes
Timed Message is:
:new timed message is indicated as input
1234,4455,439.0
above at the
>TDT
command (the
OK
300,29.6,45.25 data is replaced)
Example:
we read the timed transmission message and receive the following response:
>TBD
Timed Message Length = 15 bytes
Timed Message is:
1234,4455,439.0
OK
We want to add additional data to the message:
>TDTAPND=,
98.7 Now when we read the timed transmission buffer we see:
>TBD
Timed Message Length = 20 bytes
Timed Message is:
1234,4455,439.0,98.7
: the new data is appended to the data in
OK
the buffer