Create menu item for LiveView page

The following steps describe how to interact with the LiveView application via the runtime environment.

  1. In Power Operation Studio: click System > Menu Configuration.
  2. Add the new menu item that you want for each of your LiveView tables.
  3. 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:
  4. 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".