home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / easylx.zip / EXAMPLE3.SEQ < prev    next >
Text File  |  1991-09-26  |  2KB  |  66 lines

  1. : EXAMPLE3
  2.     MESSAGE(   5   5   5   5   5
  3.               8  10
  4.             "  "
  5.             " analysis."
  6.             " will isolate a section of a waveform for further"
  7.             " graphic capabilities of Easyest LX. In this case we"
  8.             " This example sequence demonstrates some interactive" 0  )
  9.     TEXT(  308  294    0    0    0
  10.              12  1
  11.             " Press any key to continue ..." 0  )
  12.     WAIT(  1000  1  0  )
  13.     A/D(  1  1 10000.    0    0
  14.              .00  .00    0  128  1
  15.              1    0    0  1  1
  16.              0  )
  17.     CLR(   8  0  )
  18.     TEXT(  105  192    0    0
  19.            105  205    0    0
  20.            105  218    0    0
  21.            105  231    0    0
  22.            105  244    0    0
  23.            105  257    0    0
  24.            105  270    0    0
  25.            105  283    0    0
  26.            105  296    0    0
  27.            0  15   9
  28.             " The scroll icon lets us scroll through a data set."
  29.             " The red bar represents the whole data set. The yellow"
  30.             " arrows show which section we are looking at. Use the"
  31.             " mouse to select options; then select QUIT to exit."
  32.             "                    ARROWS to scroll right/left  --->"
  33.             " "
  34.             "                    ZOOM for greater resolution  --->"
  35.             " "
  36.             "                    QUIT to exit scroller        --->" 0  )
  37.     SCROLL(  26  10   5  0  )
  38.     MESSAGE(   5   5   5   5   5
  39.               9  14
  40.             "  "
  41.             " Easyest LX operation. We selected the STAT icon."
  42.             " now available for analysis, graphics, or any other"
  43.             " the wave subsection in the TEMP location. It is"
  44.             " When we exited the scroller, Easyest LX placed" 0  )
  45.     CLR(  10  0  )
  46.     PLOT(  28   7  14  10  1
  47.              1  1    0  1  1
  48.              1    0  1    0    0
  49.             " *" 0  )
  50.     STAT(  10  28   511  3  1
  51.              0  )
  52.     TEXT(  290  295    0    0    0 
  53.              12  1 
  54.             " Press any key to continue ..." 0  )
  55.     WAIT(  1000  1  0  )
  56.     MESSAGE(   5   5   5   5   5
  57.               8  10
  58.             "  "
  59.             "  "
  60.             " Press any key to continue...."
  61.             "  "
  62.             " Example Application Complete." 0  )
  63.     WAIT(  1000  1  0  )
  64.     CLR(   8  0  )
  65. ;
  66.