340 ! no states until the trigger is found.
350 !
360 OUTPUT 70 7;":MACHINE1:STR IGGER:SEQUENCE 2 ,1"
370 OUTPUT 70 7;":MACHINE1:STR IGGER:TERM A,’SC OUNT’,’#HFF’"
380 OUTPUT 70 7;":MACHINE1:STR IGGER:STORE1 ’NO STATE’"
390 OUTPUT 707;":MENU 1,3"
400 !
410 ! ******************************************************************
420 ! Change the displayed me nu to the state listing and star t the state
430 ! analyzer in repetitive mode.
440 !
450 OUTPUT 707;":MENU 1,7"
460 OUTPUT 70 7;":RMODE REPETI TIVE"
470 OUTPUT 70 7;":START"
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 "Th e logic analyzer is now running in the repetitiv e mode"
540 PRINT "and will remain in repetitive until the STOP command is sent."
550 PRINT
560 PRINT "Press CONTINUE to send the STOP command."
570 PAUSE
580 !
590 !***********************************************************************
600 ! Stop th e acquisition & copy the acquire d data to the co mpare reference
610 ! listing.
620 !
630 OUTPUT 707;":STOP"
640 OUTPUT 707;":MENU 1,10"
650 OUTPUT 70 7;":MACHINE1:COM PARE:MENU REFERE NCE"
660 OUTPUT 70 7;":MACHINE1:COM PARE:COPY"
670 !
680 ! The logic analyzer acquisition is now stopped, the Compare menu
690 ! is disp layed, and the d ata is now in th e compare refere nce
700 ! listing.
710 !
720 !***********************************************************************
730 ! Display the last line o f the compare li sting and start the analyzer
740 ! in a re petitive mode. If your analyzer does not have e xtended memory,
741 ! setting the line to 61439 causes a warning but the listing still
742 ! moves to the last line.
750 !
Programming Examples
Making a State Compare Measurement
43–10