TN 1035 How to show an industrial graphic in a particular pane in InTouch OMI
Last updated: March 5th, 2025Description
- Author: Brian Schneider
- Published: March 5th, 2025
Details:
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.
Guide listings
To show graphic in a particular pane…
- Place a button in a pane.
- Add the following script.
Dim contentInfo as aaContent.ContentInfo;
contentInfo.Content = "WaterHeater"; 'name of Archestra Graphic
contentInfo.PaneName = "Pane4"; 'name of Pane in the layout
ShowContent( contentInfo );