Skip to main content
InSource Solutions

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…

  1. Create a symbol with a button.
  2. Add the following script.
    clipboard_e8e21d7fc8e1ab07e1b05499c5ffbb46d.png

    Dim graphicInfo as aaGraphic.GraphicInfo;
    graphicInfo.Identity = "InTouch:FrameWindowName"; 'name of the InTouch frame window
    graphicInfo.GraphicName = "WaterHeater";
    ShowGraphic( graphicInfo );

    clipboard_ef6d4d46a2d10ec01f4b2e13ec9457d85.png
  • Was this article helpful?