Skip to main content
InSource Solutions

TN - 1035 How to show an industrial graphic in a particular pane in InTouch OMI

This guide provides an overview of product features and related technologies. In addition, it contains recommendations on best practices, tutorials for getting started, and troubleshooting information for common situations.

To show graphic in a particular pane…

  1. Place a button in a pane.
  2. Add the following script.
    clipboard_e5631114646404e4d7488903c19c79ff9.png

Dim contentInfo as aaContent.ContentInfo;
contentInfo.Content = "WaterHeater";  'name of Archestra Graphic
contentInfo.PaneName = "Pane4";  'name of Pane in the layout
ShowContent( contentInfo );
 

clipboard_e806cc29c56a9f010acec5fef02950fbf.png

  • Was this article helpful?