Program Example - HP 83206A User Manual

Cellular adapter
Table of Contents

Advertisement

Program Example

This section contains a program example using many of the most frequently
needed commands. Excerpts from this program have been used to make more
topic-specific program examples as used in
page
HP BASIC Program Example
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
61.
! re-save dcch_example
! This program shows how to perform some of the basic
! tasks of call processing for DCCH.
! System type is DCCH
COM Testsys
CLEAR SCREEN
Testsys=714
! Reset the Test System
OUTPUT Testsys;"*RST;*OPC?"
ENTER Testsys;Done
! Display the Call Processing Screens and select system
! type DCCH
OUTPUT Testsys;"DISP ACNT" !Displays analog call screen
OUTPUT Testsys;"CPR:CSYS 'DCCH'" !System type DCCH
! Make sure Test System is now in Active state
REPEAT
WAIT 3!Give Test System time to service other processes
OUTPUT Testsys;"STAT:CALLP:COND?"
ENTER Testsys;Active_status
UNTIL Active_status=1
PRINT "Test System is now emulating a DCCH base station."
PRINT "Active annunciator should be lit."
! Change control channel number to 333
OUTPUT Testsys;"CPR:DCCH:CCH 333"
! Make sure Test System is again in Active state
REPEAT
WAIT 2 !Give Test System time to service other processes
Chapter 5, Programming the Cellular Adapter
Chapter 3, "Processing Calls," on
Program Example
149

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tia/eia-13683206a

Table of Contents