Specifications

Table Of Contents
APPENDIX C: EVENT PROGRAMMING
Page 198 MRC-565 Packet Data Radio Operations & Maintenance
Action parameter can use BIT0-BIT15, CTS, RING, MCLK, MDIR, MSET, RO1-R02, T1-T8, C1-C8,
A1-A24 as outputs.
Examples:
EVENT,DIOHI,IN1,16,16,SET,RO1 Waits for input line 1 to go high for 1 second, then sets RO1 to
NC.
EVENT,DIOLOW,DTR,16,16,SET,T1,160 Waits for DTR to go high for 1 second, then starts
timer-1 at 160 counts (10 seconds).
EVENT,DIOLOW,T1,1,1,TXT,1 Waits for timer-1 to go to zero, then sends a text message
indicating that DTR timed-out.
ADC Channel Names
Channel Name
Definition
Description
FPWR
Forward RF power
RF power going out of the MRC-565 transmitter.
RPWR
Reverse RF power
RF power being reflected back to the MRC-565 transmitter.
LBAT
Battery level
Voltage level of the MRC-565 battery.
DETRF
Detected RF
Current MRC-565 receiver detected RF level.
TEMP
Internal temperature
Internal temperature of the MRC-565 enclosure.
TXC
Transmit Count
Total number of transmissions
ACK
Acknowledge Count
Total number of acknowledgements
RXC
Received Segments
Total number of received text message segments, position
reports and data reports
PROBE
Idle Probe Count
Total number of Idle probes and poll frames received
REMOTE
Number of Remotes
Number of remotes connected to this unit.
ADC1
Analog Input
Available MRC-565/C 10-bit A-to-D channel.
ADC2
Analog Input
Available MRC-565/C 10-bit A-to-D channel.
ADC3
Analog Input
Available MRC-565/C 10-bit A-to-D channel.
ADC4
Analog Input
Available MRC-565C/ 10-bit A-to-D channel.
ADC5
Analog Input
Available MRC-565/C 10-bit A-to-D channel.
ADC6
Analog Input
Available MRC-565/C 10-bit A-to-D channel.
Event Programming Examples
Example 1: Vehicle Collision Detection
From the example above, the following is the script for initializing the MRC-565 for the
detection of vehicle tip-over.
EVENT,STOP
EVENT,DEL,ALL
EVENT,RESET,SET,CTS
EVENT,DIOHI,DTR,16,160,COLLISION
.
. other MRC-565 initialization commands