Specifications

Table Of Contents
APPENDIX C: EVENT PROGRAMMING
Page 191 MRC-565 Packet Data Radio Operations & Maintenance
Parameter
Description
IFEQ
If first parameter is equal to 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, CONT, action
The CONT (Continue) event is used to define multiple actions to an event. An event definition
command can be followed by any number of CONT commands and are considered to be an
extension of the previous event command. For example:
EVENT,DIOHI,DTR,1,1,SET,BIT0 ;Defines an event with one action
EVENT,CONT,TXT,1 ;Add another action
EVENT,CONT,UPDT,1 ;Add another action
EVENT,CONT,CLR,T1 ;Add another action
EVENT,DIOLOW,DTR,1,1,CLR,BIT0 ;End previous event definition, Start next one
EVENT, DO, action
The DO event is provided for cases where an unconditional action is required. This type of event
is not connected to other event lines as the CONT is. It is independent and will be initiated every
time the event monitor executes the script item. For example: EVENT,DO,INC,C1
EVENT, ADCHI, chan-name, hi-level, settle, holdoff, action
Define an event that looks for an analog input signal to go at or above a high level.
Parameter
Description
ADCHI
Scan A-to-D converter channel (analog input signal) for high condition.
Chan-name
Name of analog input signal to be scanned for high condition. (single input
only)
hi-level
Signal level for the event to trigger at or above which the analog input signal must
persist in order for an event to be declared. Scaled in Engineering Units.
settle
Number of clock ticks for the input signal to settle at or above the trigger level
before declaring an event.
holdoff
Number of clock ticks for the input signal to settle below the trigger level to be armed
for detecting the next event.
action
MRC-565 action to be taken when event is declared. See actions below
EVENT, ADCLOW, chan-name, low-level, settle, holdoff, action