3.6 The History File Viewer

The sat-nms M&C software provides a facility (a logical device) called File-Recorder which is capable to record arbitrary data like levels, antenna pointing etc. into a disc file. The History File Viewer is the user interface to inspect such files. The window can be accessed either from the File-Recorder's device window or can be used as a stand alone application as well (see below for details).

histviewer.png

The window shows a diagram of the recorded data, the fields and buttons in the tool bar permit to modify the appearance of the diagram as needed. Clicking into the diagram shows a marker which displays a readout of the value at the selected screen position.

Top Toolbar

Bottom Toolbars

Below the diagram, the History File Viewer provides four toolbars to modify the scaling of the up to four traces shown in the diagram.

Getting data directly from a M&C system

The history file viewer is capable to get the data to tisplay directly from a remote sat-nms M&C system. This feature can be used also if the viewer has been started as a stand alone application.

Clicking to the tb-connect.gif button in the tool bar opens the remote load dialog window. In this window, enter the IP address of the M&C computer you want to read from and click to the button right beside the entry field.

If the file recorder is not able to read from the remote M&C system, the 'connecting ...' notice remains visible permanently. In this case verify the IP address you entered, close the window and try again.

Live view mode

Beside for viewing stored log files, the History File Viewer can be used to display the logged data as it is acquired with an automated display update. By pressing the "live view" toggle button in the toolbar, the viewer changes to live view mode. In this mode the viewer shows up to 400 recent data points, automatically updated with an interval that is configurable separately from the standard interval at the File-Recorder device setup page.

Due to the automatic display update, the viewer and its autoscale functions behave slightly different in live view mode:

To leave live view mode, click the "live view" toolbar button again. The viewer re-reads the full history data and performs an autoscale.

Adapting the diagram properties

The tb-properties.gif in the tool bar opens the trace properties dialog window. This dialog lets you set the name of each trace, the unit which shall be displayed with the scaling information fo each trace and a diagram title. The latter is shown in the diagram window title bar and also above the plot in the printout.

hviewprops.png

If you select the 'save' option, the trace properties are written to file named like the data file, but with the suffix '.frv'. The file is written to the same place where the data file was loaded from. When you load this data file the next time, the saved trace properties are used automatically.

The Trace Properties dialog also lets you save and recall up to 8 scaling presets. These presets may help you recall certain settings of y/t scaling.

If you check the mark below the preset list before recalling a preset, the start time of the diagram is set relative to diagram end. This means, the start time stored in the preset is ignored, the start time is set to show the recent data in the diagram.

Zooming to the cursor position

When you zoom the time axis of the diagram using the ool bar buttons, the viewer tries to keep the start time of the diagram constant. If you want to have a more detailled look on a certain event, the event you want to zoom to will probably move out tof the visible part of the display. To zoom to certain position on the time axis, hold down the SHIFT key and click to the position you want to zoom to. Holding the CTRL key while clicking works the other way round, the plot gets zoomed out.

Starting the viewer as a stand alone application

Assuming your sat-nms client software is installed at 'c:\satnms', the command line to start the history viewer is for a windows based computer:

java -cp client.jar satnms3.gui.FiledRecordFrame

You may add this command as a start menu entry or as a desktop icon to your working environment.