tests/svghmi_v2/plc.xml
author Edouard Tisserant
Mon, 10 Aug 2020 13:58:55 +0200
branchsvghmi
changeset 3019 497aac6522a3
parent 3016 085a678715d0
child 3057 696301e869d5
permissions -rw-r--r--
SVGHMI: provide request_animate() to Widget authors so that they can register redraw code when events lead to redraw. Widget member animate() is called when it is time to update DOM.
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     2
<project xmlns:ns1="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     3
  <fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2019-08-06T14:23:42"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     4
  <contentHeader name="Unnamed" modificationDateTime="2020-07-30T12:04:22">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     5
    <coordinateInfo>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     6
      <fbd>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     7
        <scaling x="5" y="5"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     8
      </fbd>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     9
      <ld>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    10
        <scaling x="0" y="0"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    11
      </ld>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    12
      <sfc>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    13
        <scaling x="0" y="0"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    14
      </sfc>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    15
    </coordinateInfo>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    16
  </contentHeader>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    17
  <types>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    18
    <dataTypes/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    19
    <pous>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    20
      <pou name="MainStuff" pouType="program">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    21
        <interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    22
          <localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    23
            <variable name="TargetPressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    24
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    25
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    26
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    27
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    28
            <variable name="selection">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    29
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    30
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    31
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    32
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    33
            <variable name="Pump0">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    34
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    35
                <derived name="PumpControl"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    36
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    37
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    38
            <variable name="TestButton">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    39
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    40
                <derived name="HMI_BOOL"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    41
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    42
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    43
            <variable name="TestLocal">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    44
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    45
                <BOOL/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    46
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    47
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    48
            <variable name="Multistate">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    49
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    50
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    51
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    52
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    53
            <variable name="Radiostate">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    54
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    55
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    56
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    57
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    58
            <variable name="MultistateExt">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    59
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    60
                <INT/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    61
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    62
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    63
          </localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    64
        </interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    65
        <body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    66
          <FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    67
            <block localId="4" typeName="PumpControl" instanceName="Pump0" executionOrderId="0" height="40" width="127">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    68
              <position x="595" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    69
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    70
                <variable formalParameter="TargetPressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    71
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    72
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    73
                    <connection refLocalId="5">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    74
                      <position x="595" y="80"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    75
                      <position x="570" y="80"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    76
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    77
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    78
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    79
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    80
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    81
              <outputVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    82
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    83
            <inVariable localId="5" executionOrderId="0" height="30" width="125" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    84
              <position x="445" y="65"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    85
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    86
                <relPosition x="125" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    87
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    88
              <expression>TargetPressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    89
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    90
            <inVariable localId="6" executionOrderId="0" height="25" width="90" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    91
              <position x="155" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    92
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    93
                <relPosition x="90" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    94
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    95
              <expression>TestButton</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    96
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    97
            <outVariable localId="7" executionOrderId="0" height="25" width="85" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    98
              <position x="495" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    99
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   100
                <relPosition x="0" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   101
                <connection refLocalId="6">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   102
                  <position x="495" y="230"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   103
                  <position x="245" y="230"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   104
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   105
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   106
              <expression>TestLocal</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   107
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   108
            <inVariable localId="1" executionOrderId="0" height="25" width="115" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   109
              <position x="175" y="355"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   110
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   111
                <relPosition x="115" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   112
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   113
              <expression>Multistate</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   114
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   115
            <outVariable localId="8" executionOrderId="0" height="25" width="115" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   116
              <position x="495" y="355"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   117
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   118
                <relPosition x="0" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   119
                <connection refLocalId="1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   120
                  <position x="495" y="365"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   121
                  <position x="290" y="365"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   122
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   123
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   124
              <expression>MultistateExt</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   125
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   126
          </FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   127
        </body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   128
      </pou>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   129
      <pou name="PumpControl" pouType="functionBlock">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   130
        <interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   131
          <localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   132
            <variable name="Pump">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   133
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   134
                <derived name="HMI_NODE"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   135
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   136
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   137
            <variable name="Pressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   138
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   139
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   140
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   141
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   142
          </localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   143
          <inputVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   144
            <variable name="TargetPressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   145
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   146
                <INT/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   147
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   148
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   149
          </inputVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   150
          <localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   151
            <variable name="Sloth">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   152
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   153
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   154
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   155
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   156
            <variable name="boolout">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   157
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   158
                <derived name="HMI_BOOL"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   159
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   160
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   161
            <variable name="boolin">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   162
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   163
                <derived name="HMI_BOOL"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   164
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   165
              <initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   166
                <simpleValue value="True"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   167
              </initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   168
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   169
            <variable name="strout">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   170
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   171
                <derived name="HMI_STRING"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   172
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   173
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   174
            <variable name="strin">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   175
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   176
                <derived name="HMI_STRING"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   177
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   178
              <initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   179
                <simpleValue value="blup"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   180
              </initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   181
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   182
          </localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   183
        </interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   184
        <body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   185
          <FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   186
            <inVariable localId="5" executionOrderId="0" height="30" width="125" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   187
              <position x="150" y="100"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   188
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   189
                <relPosition x="125" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   190
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   191
              <expression>TargetPressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   192
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   193
            <inOutVariable localId="4" executionOrderId="0" height="30" width="60" negatedOut="false" negatedIn="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   194
              <position x="510" y="80"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   195
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   196
                <relPosition x="0" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   197
                <connection refLocalId="6" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   198
                  <position x="510" y="95"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   199
                  <position x="470" y="95"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   200
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   201
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   202
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   203
                <relPosition x="60" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   204
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   205
              <expression>Sloth</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   206
            </inOutVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   207
            <block localId="6" typeName="ADD" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   208
              <position x="405" y="65"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   209
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   210
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   211
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   212
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   213
                    <connection refLocalId="4">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   214
                      <position x="405" y="95"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   215
                      <position x="385" y="95"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   216
                      <position x="385" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   217
                      <position x="580" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   218
                      <position x="580" y="95"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   219
                      <position x="570" y="95"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   220
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   221
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   222
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   223
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   224
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   225
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   226
                    <connection refLocalId="7" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   227
                      <position x="405" y="115"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   228
                      <position x="360" y="115"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   229
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   230
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   231
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   232
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   233
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   234
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   235
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   236
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   237
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   238
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   239
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   240
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   241
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   242
            <inVariable localId="1" executionOrderId="0" height="30" width="75" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   243
              <position x="150" y="135"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   244
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   245
                <relPosition x="75" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   246
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   247
              <expression>Pressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   248
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   249
            <block localId="7" typeName="SUB" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   250
              <position x="295" y="85"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   251
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   252
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   253
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   254
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   255
                    <connection refLocalId="5">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   256
                      <position x="295" y="115"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   257
                      <position x="275" y="115"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   258
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   259
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   260
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   261
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   262
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   263
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   264
                    <connection refLocalId="1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   265
                      <position x="295" y="135"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   266
                      <position x="285" y="135"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   267
                      <position x="285" y="150"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   268
                      <position x="225" y="150"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   269
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   270
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   271
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   272
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   273
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   274
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   275
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   276
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   277
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   278
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   279
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   280
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   281
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   282
            <inVariable localId="2" executionOrderId="0" height="30" width="60" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   283
              <position x="240" y="190"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   284
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   285
                <relPosition x="60" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   286
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   287
              <expression>Sloth</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   288
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   289
            <outVariable localId="3" executionOrderId="0" height="30" width="75" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   290
              <position x="435" y="205"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   291
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   292
                <relPosition x="0" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   293
                <connection refLocalId="8" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   294
                  <position x="435" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   295
                  <position x="410" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   296
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   297
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   298
              <expression>Pressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   299
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   300
            <block localId="8" typeName="DIV" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   301
              <position x="345" y="190"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   302
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   303
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   304
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   305
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   306
                    <connection refLocalId="2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   307
                      <position x="345" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   308
                      <position x="335" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   309
                      <position x="335" y="205"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   310
                      <position x="300" y="205"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   311
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   312
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   313
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   314
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   315
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   316
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   317
                    <connection refLocalId="9">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   318
                      <position x="345" y="240"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   319
                      <position x="300" y="240"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   320
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   321
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   322
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   323
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   324
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   325
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   326
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   327
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   328
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   329
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   330
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   331
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   332
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   333
            <inVariable localId="9" executionOrderId="0" height="30" width="60" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   334
              <position x="240" y="225"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   335
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   336
                <relPosition x="60" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   337
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   338
              <expression>100</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   339
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   340
            <block localId="10" typeName="CONCAT" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   341
              <position x="360" y="345"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   342
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   343
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   344
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   345
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   346
                    <connection refLocalId="13" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   347
                      <position x="360" y="375"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   348
                      <position x="330" y="375"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   349
                      <position x="330" y="332"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   350
                      <position x="440" y="332"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   351
                      <position x="440" y="300"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   352
                      <position x="430" y="300"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   353
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   354
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   355
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   356
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   357
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   358
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   359
                    <connection refLocalId="14">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   360
                      <position x="360" y="395"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   361
                      <position x="322" y="395"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   362
                      <position x="322" y="400"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   363
                      <position x="285" y="400"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   364
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   365
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   366
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   367
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   368
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   369
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   370
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   371
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   372
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   373
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   374
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   375
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   376
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   377
            <outVariable localId="11" executionOrderId="0" height="30" width="58" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   378
              <position x="495" y="355"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   379
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   380
                <relPosition x="0" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   381
                <connection refLocalId="10" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   382
                  <position x="495" y="370"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   383
                  <position x="450" y="370"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   384
                  <position x="450" y="375"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   385
                  <position x="425" y="375"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   386
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   387
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   388
              <expression>strout</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   389
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   390
            <inVariable localId="12" executionOrderId="0" height="30" width="125" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   391
              <position x="145" y="285"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   392
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   393
                <relPosition x="125" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   394
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   395
              <expression>TargetPressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   396
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   397
            <block localId="13" typeName="INT_TO_STRING" executionOrderId="0" height="40" width="115">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   398
              <position x="315" y="270"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   399
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   400
                <variable formalParameter="IN">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   401
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   402
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   403
                    <connection refLocalId="12">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   404
                      <position x="315" y="300"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   405
                      <position x="270" y="300"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   406
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   407
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   408
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   409
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   410
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   411
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   412
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   413
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   414
                    <relPosition x="115" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   415
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   416
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   417
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   418
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   419
            <inVariable localId="14" executionOrderId="0" height="30" width="50" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   420
              <position x="235" y="385"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   421
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   422
                <relPosition x="50" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   423
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   424
              <expression>strin</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   425
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   426
            <inVariable localId="15" executionOrderId="0" height="30" width="60" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   427
              <position x="690" y="210"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   428
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   429
                <relPosition x="60" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   430
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   431
              <expression>boolin</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   432
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   433
            <outVariable localId="16" executionOrderId="0" height="30" width="70" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   434
              <position x="915" y="240"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   435
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   436
                <relPosition x="0" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   437
                <connection refLocalId="17" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   438
                  <position x="915" y="255"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   439
                  <position x="880" y="255"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   440
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   441
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   442
              <expression>boolout</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   443
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   444
            <block localId="17" typeName="AND" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   445
              <position x="815" y="225"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   446
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   447
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   448
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   449
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   450
                    <connection refLocalId="15">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   451
                      <position x="815" y="255"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   452
                      <position x="762" y="255"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   453
                      <position x="762" y="225"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   454
                      <position x="750" y="225"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   455
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   456
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   457
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   458
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   459
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   460
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   461
                    <connection refLocalId="21" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   462
                      <position x="815" y="275"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   463
                      <position x="750" y="275"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   464
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   465
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   466
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   467
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   468
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   469
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   470
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   471
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   472
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   473
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   474
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   475
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   476
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   477
            <inVariable localId="18" executionOrderId="0" height="30" width="75" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   478
              <position x="455" y="260"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   479
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   480
                <relPosition x="75" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   481
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   482
              <expression>Pressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   483
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   484
            <block localId="19" typeName="MOD" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   485
              <position x="585" y="245"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   486
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   487
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   488
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   489
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   490
                    <connection refLocalId="18">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   491
                      <position x="585" y="275"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   492
                      <position x="530" y="275"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   493
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   494
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   495
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   496
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   497
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   498
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   499
                    <connection refLocalId="20">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   500
                      <position x="585" y="295"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   501
                      <position x="555" y="295"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   502
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   503
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   504
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   505
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   506
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   507
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   508
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   509
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   510
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   511
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   512
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   513
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   514
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   515
            <inVariable localId="20" executionOrderId="0" height="30" width="20" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   516
              <position x="535" y="280"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   517
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   518
                <relPosition x="20" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   519
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   520
              <expression>2</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   521
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   522
            <block localId="21" typeName="EQ" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   523
              <position x="685" y="245"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   524
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   525
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   526
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   527
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   528
                    <connection refLocalId="19" formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   529
                      <position x="685" y="275"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   530
                      <position x="650" y="275"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   531
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   532
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   533
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   534
                <variable formalParameter="IN2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   535
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   536
                    <relPosition x="0" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   537
                    <connection refLocalId="22">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   538
                      <position x="685" y="295"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   539
                      <position x="670" y="295"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   540
                      <position x="670" y="330"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   541
                      <position x="650" y="330"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   542
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   543
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   544
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   545
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   546
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   547
              <outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   548
                <variable formalParameter="OUT">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   549
                  <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   550
                    <relPosition x="65" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   551
                  </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   552
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   553
              </outputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   554
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   555
            <inVariable localId="22" executionOrderId="0" height="30" width="20" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   556
              <position x="630" y="315"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   557
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   558
                <relPosition x="20" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   559
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   560
              <expression>0</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   561
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   562
          </FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   563
        </body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   564
      </pou>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   565
    </pous>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   566
  </types>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   567
  <instances>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   568
    <configurations>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   569
      <configuration name="config">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   570
        <resource name="resource1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   571
          <task name="task0" priority="0" interval="T#20ms">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   572
            <pouInstance name="instance0" typeName="MainStuff"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   573
          </task>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   574
        </resource>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   575
      </configuration>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   576
    </configurations>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   577
  </instances>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   578
</project>