PreEScope3: The Graph Point Diagnostic

This is a revision of PreEScope2 which adds a sliding crosshair over the signal plot. Clicking the mouse close to the displayed waveform, a crosshair centered on the waveform is displayed, and can be dragged over the entire waveform.

Menu items in the main frame allow a user to

To exercise this program the following steps are required:

  1. If not already running, start a MDSplus data server. On windows, click on start->programs->MDSplus->MDSDataserver. On Linux, run script start_mdsip.
  2. Change directory in  <source root>/preescopes/preescope3, where <source root> is the directory where you copied the source directory in the CD.
  3. Include the current directory in your CLASSPATH environmante variable. On Windows this can be done by changing the CLASSPATH definition in Control Panel/System setting, or by the command
        set CLASSPATH=.;%CLASSPATH%
    On Linux (bash shell) this can be done by the command
       export CLASSPATH=.:$CLASSPATH
  4. Compile  the java source files with the command
        javac *.java
  5. Run the program with no arguments.
        java PreEScope3

 

View Source