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

  1.     A/D Input Icon                              
  2.                                                 
  3.     Acquires a burst of data of up to 4096      
  4.     points per channel with a maximum of        
  5.     16384 points per burst. The data from       
  6.     channel 0 is automatically stored in M0,    
  7.     channel 1 in M1, etc.                       
  8.                                                 
  9.     D/A Output Icon                             
  10.                                                 
  11.     Outputs a burst of data of up to 4096       
  12.     points per channel with a maximum of        
  13.     16384 points per burst. Data from M0 is     
  14.     output to channel 0, M1 to channel 1,       
  15.     etc.                                        
  16.                                                 
  17.     Digital I/O Icon                            
  18.                                                 
  19.     Reads from or outputs to the DAS            
  20.     board's digital ports. All available        
  21.     digital I/O ports can be accessed.          
  22.                                                 
  23.                                                 
  24.                                                 
  25.     Strip Chart Recorder Icon                   
  26.                                                 
  27.     Acquires and displays up to 8 channels      
  28.     from the first 16 available A/D             
  29.     channels. Pressing [Enter] or clicking      
  30.     the left mouse button aborts the            
  31.     strip chart process.                        
  32.                                                 
  33.     Proportional Integral Derivative Icon       
  34.                                                 
  35.     Single-point PID allows for PID             
  36.     coefficients and setpoint values to be      
  37.     specified for each of the 16 input          
  38.     channels. PID tuner provides 8 channels     
  39.     of strip chart acquisition. Any 1 of the    
  40.     8 channels may be the PID input channel.    
  41.     High Speed A/D to Disk Icon                 
  42.                                                 
  43.     Acquires up to 16 channels of data and      
  44.     stores the data directly to disk. This      
  45.     is only available to boards that have       
  46.     DMA capability.                             
  47.                                                 
  48.                                                 
  49.     Fast Fourier Transform Icon                 
  50.                                                 
  51.     Performs a forward or inverse Fast          
  52.     Fourier Transform on the current            
  53.     memory. For an inverse transform the        
  54.     phase information must be in the TMP        
  55.     register. Results are stored in TMP.        
  56.                                                 
  57.     Peak Valley Detect Icon                     
  58.                                                 
  59.     Searches a wave for the specified           
  60.     number of peaks or valleys and returns      
  61.     the results in TMP.                         
  62.                                                 
  63.                                                 
  64.                                                 
  65.     Digital Filter Icon                         
  66.                                                 
  67.     Performs a low, high or band pass           
  68.     filter in the time domain using a           
  69.     Blackman window.                            
  70.                                                 
  71.     Results are stored in TMP.                  
  72.                                                 
  73.     Statistics Icon                             
  74.                                                 
  75.     Returns the selected statistics for the     
  76.     current memory location.                    
  77.                                                 
  78.     Results are stored in TMP.                  
  79.                                                 
  80.                                                 
  81.     Integrate Icon                              
  82.                                                 
  83.     Performs an integral using the 1/3          
  84.     Simpson's rule.                             
  85.     Results can be returned as a running        
  86.     integral or a total area.                   
  87.     Results are stored in TMP.                  
  88.                                                 
  89.     Differentiate Icon                          
  90.                                                 
  91.     Performs a first order derivative.          
  92.     Results are stored in TMP.                  
  93.                                                 
  94.                                                 
  95.                                                 
  96.                                                 
  97.     Curve Fit Icon                              
  98.                                                 
  99.     Performs a linear or polynomial curve       
  100.     fit.                                        
  101.     The fitted data is placed in TMP and the    
  102.     goodness of fit values is displayed in      
  103.     the user selected graph area.               
  104.                                                 
  105.     Arithmetic Operators Icon                   
  106.                                                 
  107.     Performs unary, binary, or array            
  108.     creation operation.                         
  109.     Binary operations use TMP as the second     
  110.     operand.                                    
  111.                                                 
  112.                                                 
  113.     Begin Loop Icon                             
  114.                                                 
  115.     Begins a programming loop. Only             
  116.     accessible when record is on.               
  117.                                                 
  118.                                                 
  119.                                                 
  120.                                                 
  121.     End Loop Icon                               
  122.                                                 
  123.     Ends a programming loop. Types of loops:    
  124.        Keystroke:loop until a key pressed.      
  125.        Count:loop a specified number of times.  
  126.        Conditional:loop until a condition is    
  127.                      met.                       
  128.     Only accessible when record is on.          
  129.     Comparison Operators Icon                   
  130.                                                 
  131.     Performs a comparison operation. If the     
  132.     comparison is true, the next sequence       
  133.     command will be executed. If the            
  134.     comparison is false, the next sequence      
  135.     command will be skipped.                    
  136.     Only accessible when record is on.          
  137.     Synchronize Loop Timing Icon                
  138.                                                 
  139.     Sets the loop timing so that the loop       
  140.     always executes in the same amount of       
  141.     time.                                       
  142.     The SYNC icon must be selected before       
  143.     the LOOP icon is selected.                  
  144.     Only accessible when record is on.          
  145.     Wait Icon                                   
  146.                                                 
  147.     Delays sequence playback a specified        
  148.     number of milliseconds or until a           
  149.     key is pressed.                             
  150.     Only accessible when record is on.          
  151.                                                 
  152.                                                 
  153.     Message Icon                                
  154.                                                 
  155.     Displays a message.  The message may        
  156.     contain 5 lines of text and 5 single        
  157.     values from the specified memory            
  158.     locations.                                  
  159.     Uses the current graph area.                
  160.                                                 
  161.     Clear Screen Icon                           
  162.                                                 
  163.     Clears the current graph area.              
  164.                                                 
  165.                                                 
  166.                                                 
  167.                                                 
  168.                                                 
  169.     Input Icon                                  
  170.                                                 
  171.     Places the specified value into the         
  172.     specified memory location.                  
  173.                                                 
  174.                                                 
  175.                                                 
  176.                                                 
  177.     Call Icon                                   
  178.                                                 
  179.     Calls to a previously recorded sequence     
  180.     file.                                       
  181.     Only accessible when record is on.          
  182.                                                 
  183.                                                 
  184.                                                 
  185.     Prompt for Y or N Input                     
  186.                                                 
  187.     Waits for a keyboard input of 'Y' or 'N'.   
  188.     If a 'Y' is entered the next sequence       
  189.     command is executed; if an 'N' is entered   
  190.     the next command is not executed. Only      
  191.     accessible when record is on.               
  192.                                                 
  193.     Print Icon                                  
  194.                                                 
  195.     Prints a screen dump.                       
  196.                                                 
  197.                                                 
  198.                                                 
  199.                                                 
  200.                                                 
  201.     HPGL Plot Output Icon                       
  202.                                                 
  203.     Generates plotter output (HPGL)             
  204.     commands. Output may be sent to the         
  205.     plotter or a file.                          
  206.                                                 
  207.                                                 
  208.                                                 
  209.     PCX File Input/Output Icon                  
  210.                                                 
  211.     Reads or writes pixel information from      
  212.     the screen to or from a PCX file.           
  213.                                                 
  214.                                                 
  215.                                                 
  216.                                                 
  217.     File I/O Icon                               
  218.                                                 
  219.     Reads from or writes to a data file,        
  220.     using memory locations M0 through M15.      
  221.     Also provides DOS file operations:          
  222.     directory, copy, rename, and delete,        
  223.     as well as ASCII import/export.             
  224.                                                 
  225.     Data Table Icon                             
  226.                                                 
  227.     Displays x and y data values from the       
  228.     current memory location (M0 - M15) in       
  229.     first and second columns, respectively.     
  230.     If TMP contains data, and current graph     
  231.     area is 1/2 or full screen, x and y data    
  232.     from TMP is displayed in columns 3 & 4.     
  233.     Text Labels Icon                            
  234.                                                 
  235.     Draws text labels on the central data       
  236.     display area. Use the color bar to          
  237.     select the label color before selecting     
  238.     the Text icon.                              
  239.                                                 
  240.                                                 
  241.     Zoom Icon                                   
  242.                                                 
  243.     Zooms in on last plotted data.              
  244.     Uses current graph area.                    
  245.     Stores the displayed segment in TMP.        
  246.                                                 
  247.                                                 
  248.                                                 
  249.     Scroll Disk Icon                            
  250.                                                 
  251.     Scrolls through a plot of the data in       
  252.     the specified file.                         
  253.     Uses the current graph area.                
  254.     Stores the displayed segment in TMP.        
  255.                                                 
  256.                                                 
  257.     Scroll Memory Icon                          
  258.                                                 
  259.     Scrolls through a plot of the data in       
  260.     the current memory location.                
  261.     Uses the current graph area.                
  262.     Stores the displayed segment in TMP.        
  263.                                                 
  264.                                                 
  265.     Waterfall Icon                              
  266.                                                 
  267.     Draws the number of selected memories       
  268.     as a waterfall plot.                        
  269.     The memories must contain arrays of         
  270.     the same size.                              
  271.     Uses the current graph area.                
  272.                                                 
  273.     Axis Plot Icon                              
  274.                                                 
  275.     Draws a set of axes as specified by the     
  276.     Style dialog box.                           
  277.     Specifies horizontal and vertical           
  278.     ranges.                                     
  279.     Uses the current graph area.                
  280.                                                 
  281.     XY Plot Icon                                
  282.                                                 
  283.     Draws a plot of the data in TMP vs the      
  284.     data in the current memory location, M0     
  285.     through M15. The current graph area is      
  286.     cleared and the axes are drawn.             
  287.                                                 
  288.                                                 
  289.     Overlay Plot Icon                           
  290.                                                 
  291.     Overlays a plot of the data in the          
  292.     current memory location vs its x values     
  293.     without redrawing the axes.                 
  294.                                                 
  295.                                                 
  296.                                                 
  297.     Data Plot Icon                              
  298.                                                 
  299.     Draws a plot of the data in the current     
  300.     memory location vs its x values. Also       
  301.     draws the axes.                             
  302.     Uses the current graph area.                
  303.                                                 
  304.                                                 
  305.     Record Icon                                 
  306.                                                 
  307.     Turns record operation on/off. When         
  308.     record is on, icon selections add           
  309.     commands to the sequence file.              
  310.     Record light is red when record is on,      
  311.     blue when record is off.                    
  312.                                                 
  313.     Playback Icon                               
  314.                                                 
  315.     Begins playback of a previously recorded    
  316.     sequence.                                   
  317.     Playback light is red when playback is      
  318.     on, blue when playback is off.              
  319.                                                 
  320.                                                 
  321.     View Icon                                   
  322.                                                 
  323.     Allows you to view the currently selected   
  324.     record sequence file. If the file is        
  325.     empty then nothing happens when the icon    
  326.     is selected. You can also delete lines      
  327.     from the sequence being viewed.             
  328.                                                 
  329.     Palette Icon                                
  330.                                                 
  331.     Allows you to select colors for the         
  332.     Easyest screen. The 'D' will reset that     
  333.     color to the default, or you can reset      
  334.     all colors to their defaults. A mono        
  335.     switch is also available.                   
  336.                                                 
  337.     TMP Icon                                    
  338.                                                 
  339.     Temporary memory location. All analysis,    
  340.     scroll, and zoom results are                
  341.     automatically stored in this memory         
  342.     location.                                   
  343.                                                 
  344.                                                 
  345.     M0 Icon                                     
  346.                                                 
  347.     Memory location number 0. Data read from    
  348.     channel 0 of your data acquisition board    
  349.     is automatically stored in this memory      
  350.     location.                                   
  351.                                                 
  352.                                                 
  353.     M1 Icon                                     
  354.                                                 
  355.     Memory location number 1. Data read from    
  356.     channel 1 of your data acquisition board    
  357.     is automatically stored in this memory      
  358.     location.                                   
  359.                                                 
  360.                                                 
  361.     M2 Icon                                     
  362.                                                 
  363.     Memory location number 2. Data read from    
  364.     channel 2 of your data acquisition board    
  365.     is automatically stored in this memory      
  366.     location.                                   
  367.                                                 
  368.                                                 
  369.     M3 Icon                                     
  370.                                                 
  371.     Memory location number 3. Data read from    
  372.     channel 3 of your data acquisition board    
  373.     is automatically stored in this memory      
  374.     location.                                   
  375.                                                 
  376.                                                 
  377.     M4 Icon                                     
  378.                                                 
  379.     Memory location number 4. Data read from    
  380.     channel 4 of your data acquisition board    
  381.     is automatically stored in this memory      
  382.     location.                                   
  383.                                                 
  384.                                                 
  385.     M5 Icon                                     
  386.                                                 
  387.     Memory location number 5. Data read from    
  388.     channel 5 of your data acquisition board    
  389.     is automatically stored in this memory      
  390.     location.                                   
  391.                                                 
  392.                                                 
  393.     M6 Icon                                     
  394.                                                 
  395.     Memory location number 6. Data read from    
  396.     channel 6 of your data acquisition board    
  397.     is automatically stored in this memory      
  398.     location.                                   
  399.                                                 
  400.                                                 
  401.     M7 Icon                                     
  402.                                                 
  403.     Memory location number 7. Data read from    
  404.     channel 7 of your data acquisition board    
  405.     is automatically stored in this memory      
  406.     location.                                   
  407.                                                 
  408.                                                 
  409.     M8 Icon                                     
  410.                                                 
  411.     Memory location number 8. Data read from    
  412.     channel 8 of your data acquisition board    
  413.     is automatically stored in this memory      
  414.     location.                                   
  415.                                                 
  416.                                                 
  417.     M9 Icon                                     
  418.                                                 
  419.     Memory location number 9. Data read from    
  420.     channel 9 of your data acquisition board    
  421.     is automatically stored in this memory      
  422.     location.                                   
  423.                                                 
  424.                                                 
  425.     M10 Icon                                    
  426.                                                 
  427.     Memory location number 10. Data read from   
  428.     channel 10 of your data acquisition board   
  429.     is automatically stored in this memory      
  430.     location.                                   
  431.                                                 
  432.                                                 
  433.     M11 Icon                                    
  434.                                                 
  435.     Memory location number 11. Data read from   
  436.     channel 11 of your data acquisition board   
  437.     is automatically stored in this memory      
  438.     location.                                   
  439.                                                 
  440.                                                 
  441.     M12 Icon                                    
  442.                                                 
  443.     Memory location number 12. Data read from   
  444.     channel 12 of your data acquisition board   
  445.     is automatically stored in this memory      
  446.     location.                                   
  447.                                                 
  448.                                                 
  449.     M13 Icon                                    
  450.                                                 
  451.     Memory location number 13. Data read from   
  452.     channel 13 of your data acquisition board   
  453.     is automatically stored in this memory      
  454.     location.                                   
  455.                                                 
  456.                                                 
  457.     M14 Icon                                    
  458.                                                 
  459.     Memory location number 14. Data read from   
  460.     channel 14 of your data acquisition board   
  461.     is automatically stored in this memory      
  462.     location.                                   
  463.                                                 
  464.                                                 
  465.     M15 Icon                                    
  466.                                                 
  467.     Memory location number 15. Data read from   
  468.     channel 15 of your data acquisition board   
  469.     is automatically stored in this memory      
  470.     location.                                   
  471.                                                 
  472.                                                 
  473.     Save Icon                                   
  474.                                                 
  475.     Saves the data from TMP to the current      
  476.     memory location.                            
  477.                                                 
  478.                                                 
  479.                                                 
  480.                                                 
  481.     To TMP Icon                                 
  482.                                                 
  483.     Copies the data from the current memory     
  484.     location (M0 - M15) to TMP.                 
  485.                                                 
  486.                                                 
  487.                                                 
  488.                                                 
  489.     X to Y Icon                                 
  490.                                                 
  491.     Copies the X data from the current memory   
  492.     location (M0 - M15) to TMP Y .              
  493.                                                 
  494.                                                 
  495.                                                 
  496.                                                 
  497.     Y to X Icon                                 
  498.                                                 
  499.     Copies the Y data from the current memory   
  500.     location (M0 - M15) to TMP X.               
  501.                                                 
  502.                                                 
  503.                                                 
  504.                                                 
  505.     CAT Icon                                    
  506.                                                 
  507.     Concatenates TMP onto the current memory    
  508.     location (M0 - M15) and places the          
  509.     result into the current memory.             
  510.                                                 
  511.                                                 
  512.                                                 
  513.     SUB Icon                                    
  514.                                                 
  515.     Takes a sub-section from the current        
  516.     memory location (M0 - M15) and places       
  517.     the result into TMP.                        
  518.                                                 
  519.                                                 
  520.                                                 
  521.     Clear Icon                                  
  522.                                                 
  523.     Clears the data from the current memory     
  524.     location (TMP - M15).                       
  525.                                                 
  526.                                                 
  527.                                                 
  528.                                                 
  529.     Clear All Icon                              
  530.                                                 
  531.     Clears the data from all memory             
  532.     locations (TMP - M15). A zero is            
  533.     then stored in all memory locations.        
  534.                                                 
  535.                                                 
  536.                                                 
  537.     Color Bar                                   
  538.                                                 
  539.     Selects the color of the data trace for     
  540.     subsequent plots.                           
  541.                                                 
  542.                                                 
  543.                                                 
  544.                                                 
  545.     Upper Left 1/4 Graph Area Icon              
  546.                                                 
  547.     Selects the upper left 1/4 of the           
  548.     central data display area to be the         
  549.     current graph area                          
  550.     Used for subsequent data display or         
  551.     screen output.                              
  552.                                                 
  553.     Upper Right 1/4 Graph Area Icon             
  554.                                                 
  555.     Selects the upper right 1/4 of the          
  556.     central data display area to be the         
  557.     current graph area                          
  558.     Used for subsequent data display or         
  559.     screen output.                              
  560.                                                 
  561.     Lower Right 1/4 Graph Area Icon             
  562.                                                 
  563.     Selects the lower right 1/4 of the          
  564.     central data display area to be the         
  565.     current graph area                          
  566.     Used for subsequent data display or         
  567.     screen output.                              
  568.                                                 
  569.     Lower Left 1/4 Graph Area Icon              
  570.                                                 
  571.     Selects the lower left 1/4 of the           
  572.     central data display area to be the         
  573.     current graph area                          
  574.     Used for subsequent data display or         
  575.     screen output.                              
  576.                                                 
  577.     Upper 1/2 Graph Area Icon                   
  578.                                                 
  579.     Selects the upper 1/2 of the central        
  580.     data display area to be the current         
  581.     graph area.                                 
  582.     Used for subsequent data display or         
  583.     screen output.                              
  584.                                                 
  585.     Lower 1/2 Graph Area Icon                   
  586.                                                 
  587.     Selects the lower 1/2 of the central        
  588.     data display area to be the current         
  589.     graph area.                                 
  590.     Used for subsequent data display or         
  591.     screen output.                              
  592.                                                 
  593.     Entire Graph Area Icon                      
  594.                                                 
  595.     Selects the entire central data display     
  596.     area to be the current graph area.          
  597.     Used for subsequent data display or         
  598.     screen output.                              
  599.                                                 
  600.                                                 
  601.     Devices Menu Item                           
  602.                                                 
  603.     Specifies voltage range and scaling for     
  604.     each of the A/D channels. The data is       
  605.     automatically scaled from digital values    
  606.     to volts. The user can then apply a linear  
  607.     or polynomial (up to 5th order) conversion. 
  608.                                                 
  609.     Printer Menu Item                           
  610.                                                 
  611.     Specifies the printer type and              
  612.     attributes.                                 
  613.                                                 
  614.                                                 
  615.                                                 
  616.                                                 
  617.     Plotter Menu Item                           
  618.                                                 
  619.     Specifies the plotter type and              
  620.     attributes.                                 
  621.                                                 
  622.                                                 
  623.                                                 
  624.                                                 
  625.     Board Menu Item                             
  626.                                                 
  627.     Displays the software configuration         
  628.     of your data acquisition board as           
  629.     supported by EASYEST.                       
  630.                                                 
  631.                                                 
  632.                                                 
  633.     Style Menu Item                             
  634.                                                 
  635.     Specifies parameters that affect the        
  636.     appearance of subsequent plots.             
  637.                                                 
  638.                                                 
  639.                                                 
  640.                                                 
  641.     Edit Menu Item                              
  642.                                                 
  643.     Allows you to edit a text file              
  644.     (including sequence files). Refer to the    
  645.     Menu Items chapter of your User's Guide     
  646.     for a description of the editor.            
  647.                                                 
  648.                                                 
  649.     Quit Menu Item                              
  650.                                                 
  651.     Exits to DOS.                               
  652.                                                 
  653.                                                 
  654.                                                 
  655.                                                 
  656.                                                 
  657.     Sequence Flow Diagram                       
  658.                                                 
  659.     Allows you to view the selected sequence    
  660.     in an icon flow diagram. The diagram can    
  661.     also be printed to the currently            
  662.     configured printer.                         
  663.                                                 
  664.                                                 
  665.     Double Axis Style                           
  666.                                                 
  667.     Allows you to have two different X and      
  668.     Y worlds on one graph area. The graphics    
  669.     worlds can be set using the AXIS icon or    
  670.     by the use of the normal plot icons.        
  671.                                                 
  672.                                                 
  673.     Double Axis Style                           
  674.                                                 
  675.     Allows you to have two different Y worlds   
  676.     on one graph area. The graphics worlds      
  677.     can be set using the AXIS icon or by the    
  678.     use of the normal plot icons. Once the      
  679.     world is set use the OVERLAY icon.          
  680.                                                 
  681.     Double Axis Style                           
  682.                                                 
  683.     Allows you to have two different Y worlds   
  684.     on one graph area. The graphics worlds      
  685.     can be set using the AXIS icon or by the    
  686.     use of the normal plot icons. Once the      
  687.     world is set use the OVERLAY icon.          
  688.                                                 
  689.     Axis Style                                  
  690.                                                 
  691.     All graphics plots will use this axis       
  692.     style once this icon is selected. If you    
  693.     are recording the axis style is remembered  
  694.     by each graphics command.                   
  695.                                                 
  696.                                                 
  697.     Axis Style                                  
  698.                                                 
  699.     All graphics plots will use this axis       
  700.     style once this icon is selected. If you    
  701.     are recording the axis style is remembered  
  702.     by each graphics command.                   
  703.                                                 
  704.                                                 
  705.     Axis Style                                  
  706.                                                 
  707.     All graphics plots will use this axis       
  708.     style once this icon is selected. If you    
  709.     are recording the axis style is remembered  
  710.     by each graphics command.                   
  711.                                                 
  712.                                                 
  713.     Axis Style                                  
  714.                                                 
  715.     All graphics plots will use this axis       
  716.     style once this icon is selected. If you    
  717.     are recording the axis style is remembered  
  718.     by each graphics command.                   
  719.                                                 
  720.                                                 
  721.     Wave Generator                              
  722.                                                 
  723.     Allows the generation of a number of        
  724.     different wave types. The waves can be      
  725.     placed into any of the memories with a      
  726.     maximum wave size of 4096 points.           
  727.                                                 
  728.                                                 
  729.     Name                                        
  730.                                                 
  731.     Allows the user to store a name for each    
  732.     of the 16 memories. The names are stored    
  733.     to disk and recalled each time Easyest      
  734.     is started.                                 
  735.                                                 
  736.                                                 
  737.                                                 
  738.