Specifications

Table Of Contents
APPENDIX C: EVENT PROGRAMMING
Page 190 MRC-565 Packet Data Radio Operations & Maintenance
"high". If the result of the combination of signals is "1", then the DIOHI condition is satisfied. If
the result of the combination is "0", then the DIOLOW condition is satisfied.
Both the DIOHI and DIOLOW event types can use the logical signal support.
Table of Logical Operators: Operator Definition
& AND
| OR
! NOT Logical signal inversion
EVENT, DIOLOW, bit-name, settle, holdoff, action
Define an event that looks for a discrete input line to go to a low level.
Parameter
Description
DIOLOW
Scan discrete input signal for low condition.
bit-name
Name of discrete input signal to be scanned for low level. (single or multiple
inputs)
settle
Number of clock ticks for the input signal to settle at the low level before
declaring an event.
holdoff
Number of clock ticks for the analog input signal to settle at the high level to be
armed for detecting the next event.
action
MRC-565 action to be taken when event is declared. See actions below.
EVENT, IFGT, bit-name1, bit-name2, action
Test whether a timer, counter or accumulator is greater than another timer, counter or
accumulator.
Parameter
Description
IFGT
If first parameter is greater than second parameter.
bit-name1
Name of a timer, counter or accumulator to test.
bit-name2
Name of a timer, counter or accumulator to test bit-name1 against.
action
MRC-565 action to be taken when event is declared. See actions below.
EVENT, IFLT, bit-name1, bit-name2, action
Test whether a timer, counter or accumulator is less than another timer, counter or accumulator.
Parameter
Description
IFGT
If first parameter is less than second parameter.
bit-name1
Name of a timer, counter or accumulator to test.
bit-name2
Name of a timer, counter or accumulator to test bit-name1 against.
action
MRC-565 action to be taken when event is declared. See actions below.
EVENT, IFEQ, bit-name1, bit-name2, action
Test whether a timer, counter or accumulator is equal to another timer, counter or accumulator.