760 OUTPUT 70 7;":MACHINE1:COM PARE:LINE 61439"
770 OUTPUT 70 7;":START"
780 !
790 ! The last line of the listing is now displayed at center screen
800 ! in order to show the last four states acquired. In this
810 ! example, the last four states are stable. However, in some
820 ! cases, the end points o f the listing ma y vary thus caus ing
830 ! a false failure in compare. To eliminate this problem, a
840 ! partial compare can be specified to provide predictable end
850 ! points of the data.
860 !
870 PRINT "Press CONTINUE to send the STOP command."
880 PAUSE
890 OUTPUT 707;":STOP"
900 !
910 !************************************************************************
920 ! The end points of the compare can be fixed to prevent false failures.
930 ! In addi tion, you can us e partial compar e to compare onl y sections
940 ! of the state listing yo u are interested in comparing.
950 !
960 OUTPUT 70 7;":MACHINE1:COM PARE:RANGE PARTI AL, 0, 508"
970 !
980 ! The compare range is now from line 0 to +508
990 !
1000 !**********************************************************************
1010 ! Change the Glitch jumpe r settings on th e training board so that the
1020 ! data changes, reacquire the data & compare which states are different.
1030 PRINT "Change the glitch jumper settings on the training board so that "
1040 PRINT "the data changes, reacquire the data and compare which states are "
1041 PRINT "different."
1050 !
1060 PRINT "Press CONTINUE when you have finished changing the jumper."
1070 !
1080 PAUSE
1090 !
1100 !************************************************************************
1110 ! Start the logic analyzer to acquire new data then stop it to compare
1120 ! the data. When the acquisition is stopped, the Compare Listing Menu is
1130 ! displayed.
1140 !
1150 OUTPUT 70 7;":START"
1151 WAIT 2 ! Al low the analyzer to fill memory at least once
1160 OUTPUT 707;":STOP"
1170 OUTPUT 707;":MENU 1,10"
1180 !
Programming Examples
Making a State Compare Measurement
43–11