Perforce JViews Charts Sample: Real-time Supervision


Description

This sample simulates a real-time supervision system. Data is generated randomly by a sinusoidal value generator and added to the data sets each time a timer event occurs.

How to Use the Sample

How to Run the Sample as an Application

This sample can be run as an application. The installation directory contains an executable JAR file, realtime.jar, that allows you to execute the sample with a double click from a file browser. Note that if you are using Internet Explorer, you can open the installation directory and execute the JAR file from the browser. This technique may not work in other Web browsers.

Alternatively, you can run the sample application from the command line. First check that the Ant utility is properly configured. If not, see the instructions on how to configure Ant for Perforce JViews.

Then, go to the installation directory of the sample and type:

ant run

Topics Covered

Detailed Description

This sample shows multiple charts being updated at real-time with cyclic data sets and batching notification events. Data is generated randomly by a sinusoidal value generator and added to the data sets each time a timer event occurs. The number of updates per second is set according to the value of the "Updates" slider and the number of data points added during an update is set according to the value of the "New Points" slider.

To have the best performances, two main features available in the Charts package are used:

Finally, the moving average of time spent in drawing operations for this sample (as a percentage of the overall time spent) is displayed by a polyline renderer.

Installation Directory

The Real-time Supervision sample is installed here.

Classes Involved

Source Files

Copyright © 2021 Rogue Wave Software, Inc., a Perforce company. All rights reserved. Legal terms.