Technical data

User’s and Service Guide 39
87050A Option K22 Example Programs
4290 CASE "9","PORT 9"
4300 Hswitch_code$="b2p9"
4310 Pswitch_code$="74"
4320 CASE "10","PORT 10"
4330 Hswitch_code$="b2p10"
4340 Pswitch_code$="75"
4350 CASE "11","PORT 11"
4360 Hswitch_code$="b2p11"
4370 Pswitch_code$="76"
4380 CASE "12","PORT 12"
4390 Hswitch_code$="b2p12"
4400 Pswitch_code$="77"
4410 CASE "13","PORT AUX 2"
4420 Hswitch_code$="b2aux"
4430 Pswitch_code$="78"
4440 CASE "0","TERMINATE","RESET"
4450 Hswitch_code$="bterm"
4460 Pswitch_code$="105"
4470 CASE ELSE
4480 DISP "Unrecognized Switched_port$ parameter;
"""&Switched_port$&""""
4490 STOP
4500 END SELECT
4510 CASE "3","B3"
4520 SELECT UPC$(TRIM$(Switched_port$))
4530 CASE "1","PORT 1"
4540 Hswitch_code$="b3p1"
4550 Pswitch_code$="79"
4560 CASE "2","PORT 2"
4570 Hswitch_code$="b3p2"
4580 Pswitch_code$="80"
4590 CASE "3","PORT 3"
4600 Hswitch_code$="b3p3"
4610 Pswitch_code$="81"
4620 CASE "4","PORT 4"
4630 Hswitch_code$="b3p4"