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

AVEVA™ InTouch HMI

ウィンドウオブジェクト

  • Last UpdatedSep 26, 2024
  • 1 minute read

ウィンドウ オブジェクトは、ObjectList 要素によって定義されたオブジェクト リスト内に配置されます。

例:

<?xml version="1.0" encoding="UTF-8"?>

<iw:InTouchWindow xmlns:iw="http://www.wonderware.com/InTouch/Window" xmlns:itc="http://www.wonderware.com/InTouch/Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wonderware.com/InTouch/Window.xsd" Version="1">

<Title>Window0001</Title>

<Comment>シンプルウィンドウを試す</Comment>

<Dimension>

<Left>10</Left>

<Top>10</Top>

<Width>400</Width>

<Height>400</Height>

</Dimension>

<BackgroundColor>

<R>255</R>

<G>0</G>

<B>255</B>

</BackgroundColor>

<WindowStyle>置換</WindowStyle>

<FrameStyle>倍</FrameStyle>

<TitleBar>表示</TitleBar>

<SizeControls>表示</SizeControls>

<ObjectList>

<Rectangle>

<Title>Rectangle1</Title>

<Pen>

<PenColor>

<Name>黒</Name>

</PenColor>

<PenWidth>4</PenWidth>

<PenStyle>塗りつぶし</PenStyle>

</Pen>

<Dimension>

<Left>100</Left> <Top>50</Top>

<Width>270</Width> <Height>80</Height>

</Dimension>

<FillColor>

<R>128</R> <G>128</G> <B>128</B>

</FillColor>

</Rectangle>

</ObjectList>

</iw:InTouchWindow>

各ウィンドウ オブジェクトにはアニメーション リンクを含めることができます。アニメーション リンクを含むウィンドウ オブジェクトには、1 つのアニメーション リンク要素が含まれます。

<AnimationLinks> </AnimationLinks>