38
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_synch_callstate.fm
Call Processing State Synchronization
220 !message.
230 OUTPUT 714;”*SRE 128” !Enable the service request enable register to
240 !generate an SRQ.
250 ON INTR 7,15 CALL Err !Define the interrupt-initiated branch wiht a
260 !priority of 15, the highest.
270 ENABLE INTR 7;2 !Enable interrupt on interface card 7 with a bit mask
280 !(for the interface’s interrupt-enable register) of 2.
290 PRINT “Make a call, type CONT when connected.” !Make a Mobile Station
300 !originated call.
310 PAUSE
320 PRINT “End the call from the mobile station and then type CONT.”
330 PAUSE
340 LOOP
350 OUTPUT 714;”STATUS:OPERATION:CALL:GSM:EVENT?” !Query the event register.
360 ENTER 714;Eve
370 IF Eve=0 THEN
380 PRINT “The call is still connected, press the end key.”
390 END IF
400 END LOOP
410 END
420 SUB Err
430 DISP “The call has ended.”
440 Clear_interrupt=SPOLL(714)
450 OUTPUT 714;”*CLS”
460 STOP
470 SUBEND
Related Topics
*******************************************************
“Call Processing Event Synchronization” on page 30
“CALL:STATus[:STATe]?” on page 283
“CALL:CONNected:ARM[:IMMediate]” on page 241
“CALL:CONNected:TIMeout” on page 241
“Instrument Status Area” on page 537
*******************************************************
Содержание 8960 Series 10
Страница 26: ...26 Contents ...
Страница 363: ...363 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual Chapters hpib_read fm READ ...
Страница 500: ...500 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual ch_gen_usage fm General Usage ...
Страница 574: ...574 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual ch_error_messages fm Error Messages ...