Create menu item for LiveView page
The following steps describe how to interact with the LiveView application via the runtime environment.
- In Power Operation Studio: click System > Menu Configuration.
- Add the new menu item that you want for each of your LiveView tables.
- In each of these menu items, in the Menu Command line, add the Cicode method that will display a LiveView tab. You can create your own custom method or use the default:
PLS_LiveViewDsp(STRING sIPAddress, STRING sViewName = "", STRING sTitle = "")
Example:
PLS_LiveViewDsp(“10.10.10.10", "BasicReadingsSummary”, "ShowConfiguration/MyConfiguration", “Basic Readings Summary”);
which opens a configured LiveView table view with the saved configuration name "MyConfiguration".