Operation History

Operation History

Description

Operation History shows the operation usage of a specific machine based on specific configurations. The configurations for this applications are obtained from the TINE system.

The configurations define how the operation history for a particular machine is calculated. The calculation results in the pie chart presented on the left side of the screen. At the same time the trend chart on the right side provide overview of the several preconfigured channels (obtained from the configuration).

The application also provide a special debug mode which allows user to inspect detailed information about the machine operation.

Start

Operation History can be started by running the java class:

de.desy.tine.apps.OperationHistory

This will start a plain Operation History, with the first available machine, and configuration selected or if a default ones are defined in the configuration file, that one will be used.

Run the Operation History with Java Webstart (only accessible from DESY internal network).

Start-up parameters

Operation History supports all start-up parameters defined in the common features section. In addition several others parameters can be supplied to preconfigure the application.

The list of start-up parameters tags
  • ohv.context - the context which will be selected (if it exists)
  • ohv.configuration - the name of the configuration that will be selected (if it exists)

    Example: we want to start the operation history viewer with selected context DESY2 and configuration DESY2-Overview. Because the configuration has nonstandard characters (dash -), we need to provide the quotation marks.

    java -Dohv.context=DESY2 -Dohv.configuration="DESY2-Overview" 
         -cp [classpath] de.desy.tine.apps.OperationHistoryViewer