Specifications

Table Of Contents
APPENDIX C: EVENT PROGRAMMING
Page 193 MRC-565 Packet Data Radio Operations & Maintenance
The Group Table layout is like a two dimensional array where each row is a different group, and
each column is a different sensor. In this case a sensor can be either an analog or discrete input.
Type indicates discrete or analog. For discrete, Id is the bit number. For analog, Id is the
channel number.
Sensor Number
1
2
3
● ● ●
16
Group Number
1
Type/Id
Type/Id
Type/Id
Type/Id
2
Type/Id
Type/Id
Type/Id
Type/Id
3
Type/Id
Type/Id
Type/Id
Type/Id
16
Type/Id
Type/Id
Type/Id
Type/Id
EVENT, GROUP, group-number, bit-name or chan-name, …
Define an event sensor data (SDATA) report group.
Parameter
Description
GROUP
Group control event command.
group-
number
Group number to be set by this command. Valid range: 1 through 16.
bit-name or
chan-name
List of up to 16 discrete and/or analog input signal names to be included in the
group. The values of these signals form the contents of a sensor data (SDATA)
report. They are reported in the order specified in this command. Append a “/F” to
any name for floating point scaling. Append “(x.xx)” for decimal scaling as:
ADC1/F(0.1)
Example: EVENT, GROUP, 1, FPWR/F, ADC1, ADC2/F(1.123)
EVENT, GROUP, DEL, ALL
Delete all group definitions. Clears the group table.
EVENT, GROUP, DEL, group-number
Delete a specific group definition from the group table. This does NOT cause the other defined
groups to be renumbered.
Parameter
Description
GROUP
Group control event command.
DEL
Delete group table sub-command.
group-
number
Group number to be deleted by this command. Valid range: 1 through 16.