Adding Menu Items for LiveView Data Tables
Using the names of real-time data table views that you saved earlier (see Create Real-Time Data Views), you need to add a Menu Configuration item for each saved view.
In Power Operation Studio, click Visualization > Menu Configuration.
The following would save a view named "BasicReadingsSummary," with "localhost" used to indicate that LiveView is running on the Power Operation server. Use the PLS_LiveViewDsp
cicode function to display your saved view in the operator HMI.
- Level1: Applications
- Level 2: LiveView
- Level 3: Basic Readings
- Menu Command: PLS_LiveViewDsp("localhost", "BasicReadingsSummary", "BasicReadings")
- Symbol: PLS_Icons.Reports_16x16
Add the corresponding information for each saved real-time data table view you wish to see in the Power Operation Runtime.