330 ! FF hex for the "a" term which will be the trigger term, and store
340 ! no states until the trigger is found.
350 !
360 OUTPU T 707;":MACH INE1:STRIGGE R:SEQUENCE 2 ,1"
370 OUTPU T 707;":MACH INE1:STRIGGE R:TERM A,SCOU NT,#HFF"
380 OUTPU T 707;":MACH INE1:STRIGGE R:STORE1 NOST ATE"
390 OUTPUT 707;":MENU 1,3"
400 !
410 ! ******************************************************************
420 ! Change the disp layed menu to the st ate listing and st art the state
430 ! analyzer in repetitive mode.
440 !
450 OUTPUT 707;":MENU 1,7"
460 OUTPUT 707;": RMODE REPETITI VE"
470 OUTPU T 707;":STAR T"
480 !
490 ! ******************************************************************
500 ! The logic analyzer is now running in the repetitive mode
510 ! and will remain in repetitive until the STOP command is sent.
520 !
530 PRINT "The logi c analyzer is now ru nning in the repet itive mode"
540 PRINT "and will remain in repetitive until the STOP command is sent."
550 PRINT
560 PRINT "Press CONTINUE"
570 PAUSE
580 !
590 !***********************************************************************
600 ! Stop the acquis ition and copy the acquired data to th e compare refere nce
610 ! listing.
620 !
630 OUTPUT 707;":STOP"
640 OUTPUT 707;":MENU 1,10"
650 OUTPUT 707;": MACHINE1:COM PARE:MENU REFE RENCE"
660 OUTPU T 707;":MACH INE1:COMPARE :COPY"
670 !
680 ! The logic analyzer acquistion is now stopped, the Compare menu
690 ! is displayed, a nd the data is now in th e compare re ference
700 ! listing.
710 !
720 !***********************************************************************
730 ! Display line 40 90 of the compare li sting and start th e analyzer
740 ! in a repetitive mode.
750 !
760 OUTPUT 707;": MACHINE1:COM PARE:LINE 4090 "
770 OUTPU T 707;":STAR T"
Programming Examples
Making a State Compare measurement
36–10