TN - 1036 How to show an industrial graphic in a frame window in InTouch HMI
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 InTouch frame window…
- Create a symbol with a button.
- Add the following script.
Dim graphicInfo as aaGraphic.GraphicInfo;
graphicInfo.Identity = "InTouch:FrameWindowName"; 'name of the InTouch frame window
graphicInfo.GraphicName = "WaterHeater";
ShowGraphic( graphicInfo );