Specifications

Table Of Contents
APPENDIX C: EVENT PROGRAMMING
Page 196 MRC-565 Packet Data Radio Operations & Maintenance
ADD, ccc,
ddd
Add the decimal value of ddd to ccc. Where ccc must
be a valid accumulator (A1-A24) . The result is
stored in ccc.
SUB, ccc,
ddd
Subtract the decimal value of ddd from ccc. Where
ccc must be a valid accumulator (A1-A24) . The
result is stored in ccc.
MUL, ccc,
ddd
Multiply ccc by the decimal value of ddd and place
the result in ccc. Where ccc must be a valid
accumulator (A1-A24).
DIV, ccc,
ddd
Divide ccc by the decimal value of ddd and place the
result in ccc. Where ccc accumulator (A1-A24).
MOV, ddd,
sss
Move the source sss into ddd where sss and ddd are
valid Timers (T1-T8) , Counters (C1-C8) or
Accumulators (A1-A24)
ADDA, ccc,
aaa
Add the accumulator value of aaa to ccc. Where aaa
and ccc must be a valid accumulator (A1-A24) . The
result is stored in ccc.
SUBA, ccc,
aaa
Subtract the accumulator value of aaa from ccc.
Where aaa and ccc must be a valid accumulator (A1-
A24) . The result is stored in ccc.
MULA, ccc,
aaa
Multiply ccc by the accumulator value of aaa and
place the result in ccc. Where aaa and ccc must be a
valid accumulator (A1-A24).
DIVA, ccc,
aaa
Divide ccc by the accumulator value of aaa and place
the result in ccc. Where aaa and ccc accumulator
(A1-A24).
The default destination IDs for messages created by the actions above are set via the DESTINATION, d1
{, d2 {, d3 {, d4}}} command. When a single ID of “0” is given in a Meteor Burst Network that uses the
MRC-520B for a Master Station, the messages are sent to the network host system for routing via the
source routing system. In a Line-of-Sight network, using MRC-565’s as Base and/or Repeater Stations,
then a single ID of “1” is used for routing to the Host via any Base or Repeater.
Common Command Parameters
Settle
settle is the number of clock ticks required "at or above" the event level to trigger an event.
Valid range: 1 - 65535. This corresponds to a range of 62.5 milliseconds to 1 hour, 8 minutes
and 16 seconds. For discrete events, the event level is "high" or "1". For analog events, the
level is given in engineering units.
Holdoff
holdoff is the number of clock ticks required "below" the event level to allow another event.
Valid range: 1 - 65535. This corresponds to a range of 62.5 milliseconds to 1 hour, 8 minutes
and 16 seconds.