tests/projects/svghmi_xy/plc.xml
author Edouard Tisserant
Thu, 24 Nov 2022 11:47:56 +0100
changeset 3690 f41733be17a8
parent 3490 4f252e8d6759
permissions -rw-r--r--
SVGHMI: move declaration of "xmlns" javascript const so that widgets can use it.

This was broken in earlier commit, when changing initial execution order because of implementing websocket reconnect.
3490
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     2
<project xmlns:ns1="http://www.plcopen.org/xml/tc6.xsd" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     3
  <fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2022-05-06T11:12:02"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     4
  <contentHeader name="Unnamed" modificationDateTime="2022-05-09T09:09:01">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     5
    <coordinateInfo>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     6
      <fbd>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     7
        <scaling x="5" y="5"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     8
      </fbd>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
     9
      <ld>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    10
        <scaling x="0" y="0"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    11
      </ld>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    12
      <sfc>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    13
        <scaling x="0" y="0"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    14
      </sfc>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    15
    </coordinateInfo>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    16
  </contentHeader>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    17
  <types>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    18
    <dataTypes/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    19
    <pous>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    20
      <pou name="program0" pouType="program">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    21
        <interface>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    22
          <localVars>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    23
            <variable name="trendval0">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    24
              <type>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    25
                <derived name="HMI_REAL"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    26
              </type>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    27
            </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    28
            <variable name="trendval1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    29
              <type>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    30
                <derived name="HMI_REAL"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    31
              </type>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    32
            </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    33
            <variable name="counter">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    34
              <type>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    35
                <INT/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    36
              </type>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    37
            </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    38
          </localVars>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    39
        </interface>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    40
        <body>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    41
          <FBD>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    42
            <outVariable localId="2" executionOrderId="0" height="25" width="95" negated="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    43
              <position x="910" y="195"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    44
              <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    45
                <relPosition x="0" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    46
                <connection refLocalId="10" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    47
                  <position x="910" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    48
                  <position x="885" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    49
                </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    50
              </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    51
              <expression>trendval0</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    52
            </outVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    53
            <outVariable localId="3" executionOrderId="0" height="25" width="95" negated="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    54
              <position x="910" y="255"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    55
              <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    56
                <relPosition x="0" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    57
                <connection refLocalId="12" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    58
                  <position x="910" y="265"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    59
                  <position x="885" y="265"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    60
                </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    61
              </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    62
              <expression>trendval1</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    63
            </outVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    64
            <block localId="4" typeName="ADD" executionOrderId="0" height="75" width="63">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    65
              <position x="210" y="190"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    66
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    67
                <variable formalParameter="IN1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    68
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    69
                    <relPosition x="0" y="35"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    70
                    <connection refLocalId="1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    71
                      <position x="210" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    72
                      <position x="140" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    73
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    74
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    75
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    76
                <variable formalParameter="IN2">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    77
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    78
                    <relPosition x="0" y="60"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    79
                    <connection refLocalId="7">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    80
                      <position x="210" y="250"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    81
                      <position x="170" y="250"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    82
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    83
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    84
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    85
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    86
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    87
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    88
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    89
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    90
                    <relPosition x="63" y="35"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    91
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    92
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    93
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    94
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    95
            <block localId="5" typeName="SEL" executionOrderId="0" height="80" width="65">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    96
              <position x="485" y="175"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    97
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    98
                <variable formalParameter="G">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
    99
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   100
                    <relPosition x="0" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   101
                    <connection refLocalId="6" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   102
                      <position x="485" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   103
                      <position x="460" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   104
                      <position x="460" y="185"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   105
                      <position x="435" y="185"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   106
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   107
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   108
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   109
                <variable formalParameter="IN0">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   110
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   111
                    <relPosition x="0" y="50"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   112
                    <connection refLocalId="4" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   113
                      <position x="485" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   114
                      <position x="273" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   115
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   116
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   117
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   118
                <variable formalParameter="IN1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   119
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   120
                    <relPosition x="0" y="70"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   121
                    <connection refLocalId="8">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   122
                      <position x="485" y="245"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   123
                      <position x="445" y="245"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   124
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   125
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   126
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   127
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   128
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   129
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   130
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   131
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   132
                    <relPosition x="65" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   133
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   134
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   135
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   136
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   137
            <block localId="6" typeName="GE" executionOrderId="0" height="60" width="65">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   138
              <position x="370" y="155"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   139
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   140
                <variable formalParameter="IN1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   141
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   142
                    <relPosition x="0" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   143
                    <connection refLocalId="4" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   144
                      <position x="370" y="185"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   145
                      <position x="306" y="185"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   146
                      <position x="306" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   147
                      <position x="273" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   148
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   149
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   150
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   151
                <variable formalParameter="IN2">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   152
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   153
                    <relPosition x="0" y="50"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   154
                    <connection refLocalId="9">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   155
                      <position x="370" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   156
                      <position x="350" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   157
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   158
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   159
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   160
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   161
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   162
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   163
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   164
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   165
                    <relPosition x="65" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   166
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   167
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   168
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   169
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   170
            <inVariable localId="7" executionOrderId="0" height="25" width="20" negated="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   171
              <position x="150" y="240"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   172
              <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   173
                <relPosition x="20" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   174
              </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   175
              <expression>1</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   176
            </inVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   177
            <inVariable localId="8" executionOrderId="0" height="25" width="20" negated="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   178
              <position x="425" y="235"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   179
              <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   180
                <relPosition x="20" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   181
              </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   182
              <expression>0</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   183
            </inVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   184
            <inVariable localId="9" executionOrderId="0" height="25" width="35" negated="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   185
              <position x="315" y="195"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   186
              <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   187
                <relPosition x="35" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   188
              </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   189
              <expression>360</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   190
            </inVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   191
            <block localId="10" typeName="COS" executionOrderId="0" height="40" width="60">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   192
              <position x="825" y="175"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   193
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   194
                <variable formalParameter="IN">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   195
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   196
                    <relPosition x="0" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   197
                    <connection refLocalId="14" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   198
                      <position x="825" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   199
                      <position x="785" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   200
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   201
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   202
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   203
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   204
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   205
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   206
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   207
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   208
                    <relPosition x="60" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   209
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   210
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   211
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   212
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   213
            <block localId="11" typeName="INT_TO_REAL" executionOrderId="0" height="40" width="100">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   214
              <position x="585" y="175"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   215
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   216
                <variable formalParameter="IN">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   217
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   218
                    <relPosition x="0" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   219
                    <connection refLocalId="5" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   220
                      <position x="585" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   221
                      <position x="550" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   222
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   223
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   224
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   225
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   226
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   227
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   228
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   229
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   230
                    <relPosition x="100" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   231
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   232
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   233
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   234
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   235
            <block localId="12" typeName="SIN" executionOrderId="0" height="40" width="60">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   236
              <position x="825" y="235"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   237
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   238
                <variable formalParameter="IN">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   239
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   240
                    <relPosition x="0" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   241
                    <connection refLocalId="14" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   242
                      <position x="825" y="265"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   243
                      <position x="805" y="265"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   244
                      <position x="805" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   245
                      <position x="785" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   246
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   247
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   248
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   249
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   250
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   251
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   252
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   253
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   254
                    <relPosition x="60" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   255
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   256
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   257
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   258
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   259
            <inOutVariable localId="1" executionOrderId="0" height="25" width="70" negatedOut="false" negatedIn="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   260
              <position x="70" y="215"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   261
              <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   262
                <relPosition x="0" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   263
                <connection refLocalId="5" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   264
                  <position x="70" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   265
                  <position x="60" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   266
                  <position x="60" y="285"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   267
                  <position x="560" y="285"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   268
                  <position x="560" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   269
                  <position x="550" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   270
                </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   271
              </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   272
              <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   273
                <relPosition x="70" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   274
              </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   275
              <expression>counter</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   276
            </inOutVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   277
            <comment localId="13" height="110" width="285">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   278
              <position x="40" y="25"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   279
              <content>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   280
                <xhtml:p><![CDATA[Generate values for curves]]></xhtml:p>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   281
              </content>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   282
            </comment>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   283
            <block localId="14" typeName="DIV" executionOrderId="0" height="60" width="65">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   284
              <position x="720" y="175"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   285
              <inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   286
                <variable formalParameter="IN1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   287
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   288
                    <relPosition x="0" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   289
                    <connection refLocalId="11" formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   290
                      <position x="720" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   291
                      <position x="685" y="205"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   292
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   293
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   294
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   295
                <variable formalParameter="IN2">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   296
                  <connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   297
                    <relPosition x="0" y="50"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   298
                    <connection refLocalId="15">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   299
                      <position x="720" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   300
                      <position x="685" y="225"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   301
                    </connection>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   302
                  </connectionPointIn>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   303
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   304
              </inputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   305
              <inOutVariables/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   306
              <outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   307
                <variable formalParameter="OUT">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   308
                  <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   309
                    <relPosition x="65" y="30"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   310
                  </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   311
                </variable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   312
              </outputVariables>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   313
            </block>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   314
            <inVariable localId="15" executionOrderId="0" height="25" width="70" negated="false">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   315
              <position x="615" y="215"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   316
              <connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   317
                <relPosition x="70" y="10"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   318
              </connectionPointOut>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   319
              <expression>57.2958</expression>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   320
            </inVariable>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   321
          </FBD>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   322
        </body>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   323
      </pou>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   324
    </pous>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   325
  </types>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   326
  <instances>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   327
    <configurations>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   328
      <configuration name="config">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   329
        <resource name="resource1">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   330
          <task name="task0" priority="0" interval="T#20ms">
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   331
            <pouInstance name="instance0" typeName="program0"/>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   332
          </task>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   333
        </resource>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   334
      </configuration>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   335
    </configurations>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   336
  </instances>
4f252e8d6759 SVGHMI: more fixes for XY graph + add XY graph test.
Edouard Tisserant
parents:
diff changeset
   337
</project>