Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

多个图形情形 4

  • Last UpdatedSep 24, 2024
  • 1 minute read

您希望图形位于窗口的相对位置上。

为了实现该目的,您可以使用以下脚本:

Dim graphicInfo as aaGraphic.GraphicInfo;

graphicInfo.Identity = "i1";

graphicInfo.GraphicName = "S1";

graphicInfo.RelativeTo= aaGraphic.RelativeTo.Window;

ShowGraphic(graphicInfo);