483
Chapter 8, Programming The Call Processing Subsystem
Programming The CALL CONTROL Screen
Display
The top right-hand portion of the CALL CONTROL screen is used to display:
• Decoded data messages received from the mobile station on the reverse control channel
or the reverse voice channel. If a decoding error occurs the raw data message bits
received from the mobile station are displayed in hexadecimal format.
• Modulation quality measurements made on the mobile station’s RF carrier while on a
voice channel.
The Display field is used to select the type of mobile station information to be
displayed.
• The :MODE command is used to Control the Display field for AMPS, TACS, and
JTACS system types
• The :NDMMode command is used to control the Display field for NAMPS system
type.
• The :MODE? query is used to determine the current Display field setting for AMPS,
TACS, and JTACS system types.
• The :NDMMode? query is used to determine the current Display field setting for
NAMPS system type.
Syntax
:MODE <’><DATA/MEAS><’>
:MODE?
:NDMMode <’><NDATA/NMEAS><’>
:NDMMode?
Example
OUTPUT 714;"CALLP:AMPS:MODE ’DATA’"
OUTPUT 714;"CALLP:AMPS:MODE?"
ENTER 714;Screen$
OUTPUT 714;"CALLP:NAMP:NDMMode ’NDATA’"
OUTPUT 714;"CALLP:NAMP:NDMMode?"
ENTER 714;Screen$