<< Click to Display Table of Contents >>
Adding Playback to E3 Demo |
This example shows how to add a playback functionality to the demonstration application installed with E3.
1.Create a new Screen, named "scrPlayback", and insert an E3Playback object, filling the whole Screen's background area.
Including an E3Playback on a Screen
2.Open the Properties list and configure E3Playback's DBServer property to point to a Database object that contains application's historical data.
Selecting a Database
3.Configure E3Playback's InitialScreen property to point to "FrameApp" Frame.
Selecting a Frame for InitialScreen property
4.Open the Screen's upper menu and insert a Stopwatch image on the upper right side (open the Gallery and select the Misc Symbols 1 category).
Screen's upper menu
5.Double-click the Stopwatch image, add an Open Screen Pick on the Click event to open the QuadroPlayback Screen on the _top Frame, and then configure it as in the next figures.
Open Screen Pick
Window style configurations
6.Execute the application, open the Sanitation Utilities Screen and click the Stopwatch icon. The playback Screen is then displayed.
Playback Screen
7.Click to enter Online mode. The first playback data is then loaded, and playback clock is placed on the center of available data.
Playback Screen in Online mode