EScope8: Implementation of a Local Data Cache
EScope8 provides the same user interface of EScope7. The difference lies in the way data
are managed. While in the previous versions of EScope, every time a waveform was needed,
it was read via TCP/IP from the data server. When the server is not residing on the same
machine, this may cause a performance bottleneck, especially in the case the available
network bandwidth is limited. EScope8 provides a local caching of the signals: the first
time thay are accessed, they are also stored on a local file, and afterwards they are
accessed locally.
The number of panel is configurable via the property file EScope.properties, which must reside in the work directory of EScope (i.e. the directory containing the file EScope8.java). The syntax of the property file is the following:
Panels can be interactively resized by dragging the knobs displayed on the borders of every panel. Clicking the central mouse button over a vertical knob resizes all the columns to the same width. Clicking the central mouse button over a horizontal knob resizes all the panels of the same column to the same height.
Waveforms are added to the currently selected panel, indicated by a red border. To select a different panel it is necessary to click the right mouse button and click the popup option Select over the selected panel. Besides the select option, the popup menu provides the following options:
This application defines three panels. At the left side, when a database is open, the hierarchical structure is displayed and it is possible to navigate in the tree. When a node containing a valid signal is clicked, the corresponding waveform is displayed in the selected panel. To add more than one waveform to the current panel it is necessary to select more than one node in the tree on the left panel. This is achieved "a la Windows" by holding the <ctrl> key when selecting tree nodes. Alternatively, a whole range of node can be defined by holding the <Shift key> when selecting tree nodes. The top panel displays the current (X, Y) pair when the crosshair display option is defined.
The File Menu Bar option allows to:
The Graph Menu Bar option activates a pop-up panel which allows to
To exercise this program the following steps are required:
When the edam database is open, valid signals are listed in the SIGNALS.PB
subtree.