tests/svghmi_v2/plc.xml
author usveticic
Thu, 01 Oct 2020 14:23:27 +0200
branchsvghmi
changeset 3062 9ec338a99a18
parent 3059 e0db3f6a5f39
permissions -rw-r--r--
Button fix if no active or inactive state,
Widget animate changed to use anitmateTransform and added option to change rotation
Widget circular slider fixed so it is working on got and reprogramed so it similar to normal slider
Widget slider added support for changing size still need some changes to work properly
Added slider to svghmi test project
Changed svg in svhgmi_v2 project
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"/>
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
     4
  <contentHeader name="Unnamed" modificationDateTime="2020-09-30T13:04:27">
3016
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>
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    58
            <variable name="Toggle">
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    59
              <type>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    60
                <derived name="HMI_BOOL"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    61
              </type>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    62
            </variable>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    63
            <variable name="Toggle1">
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    64
              <type>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    65
                <derived name="HMI_BOOL"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    66
              </type>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    67
            </variable>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    68
            <variable name="Toggle2">
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    69
              <type>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    70
                <derived name="HMI_BOOL"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    71
              </type>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
    72
            </variable>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    73
            <variable name="MultistateExt">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    74
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    75
                <INT/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    76
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    77
            </variable>
3059
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3057
diff changeset
    78
            <variable name="Speed">
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3057
diff changeset
    79
              <type>
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
    80
                <derived name="HMI_INT"/>
3059
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3057
diff changeset
    81
              </type>
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3057
diff changeset
    82
            </variable>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    83
          </localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    84
        </interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    85
        <body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    86
          <FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    87
            <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
    88
              <position x="595" y="50"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    89
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    90
                <variable formalParameter="TargetPressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    91
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    92
                    <relPosition x="0" y="30"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    93
                    <connection refLocalId="5">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    94
                      <position x="595" y="80"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    95
                      <position x="570" y="80"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    96
                    </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    97
                  </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    98
                </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    99
              </inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   100
              <inOutVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   101
              <outputVariables/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   102
            </block>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   103
            <inVariable localId="5" executionOrderId="0" height="30" width="125" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   104
              <position x="445" y="65"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   105
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   106
                <relPosition x="125" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   107
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   108
              <expression>TargetPressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   109
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   110
            <inVariable localId="6" executionOrderId="0" height="25" width="90" negated="false">
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   111
              <position x="130" y="60"/>
3016
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
                <relPosition x="90" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   114
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   115
              <expression>TestButton</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   116
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   117
            <outVariable localId="7" executionOrderId="0" height="25" width="85" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   118
              <position x="495" y="220"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   119
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   120
                <relPosition x="0" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   121
                <connection refLocalId="6">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   122
                  <position x="495" y="230"/>
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   123
                  <position x="367" y="230"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   124
                  <position x="367" y="70"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   125
                  <position x="220" y="70"/>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   126
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   127
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   128
              <expression>TestLocal</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   129
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   130
            <inVariable localId="1" executionOrderId="0" height="25" width="115" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   131
              <position x="175" y="355"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   132
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   133
                <relPosition x="115" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   134
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   135
              <expression>Multistate</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   136
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   137
            <outVariable localId="8" executionOrderId="0" height="25" width="115" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   138
              <position x="495" y="355"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   139
              <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   140
                <relPosition x="0" y="10"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   141
                <connection refLocalId="1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   142
                  <position x="495" y="365"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   143
                  <position x="290" y="365"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   144
                </connection>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   145
              </connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   146
              <expression>MultistateExt</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   147
            </outVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   148
          </FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   149
        </body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   150
      </pou>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   151
      <pou name="PumpControl" pouType="functionBlock">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   152
        <interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   153
          <localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   154
            <variable name="Pump">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   155
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   156
                <derived name="HMI_NODE"/>
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
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   159
            <variable name="Pressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   160
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   161
                <derived name="HMI_INT"/>
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
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   164
          </localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   165
          <inputVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   166
            <variable name="TargetPressure">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   167
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   168
                <INT/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   169
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   170
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   171
          </inputVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   172
          <localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   173
            <variable name="Sloth">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   174
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   175
                <derived name="HMI_INT"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   176
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   177
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   178
            <variable name="boolout">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   179
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   180
                <derived name="HMI_BOOL"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   181
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   182
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   183
            <variable name="boolin">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   184
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   185
                <derived name="HMI_BOOL"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   186
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   187
              <initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   188
                <simpleValue value="True"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   189
              </initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   190
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   191
            <variable name="strout">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   192
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   193
                <derived name="HMI_STRING"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   194
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   195
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   196
            <variable name="strin">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   197
              <type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   198
                <derived name="HMI_STRING"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   199
              </type>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   200
              <initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   201
                <simpleValue value="blup"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   202
              </initialValue>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   203
            </variable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   204
          </localVars>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   205
        </interface>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   206
        <body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   207
          <FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   208
            <inVariable localId="5" executionOrderId="0" height="30" width="125" negated="false">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   209
              <position x="150" y="100"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   210
              <connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   211
                <relPosition x="125" y="15"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   212
              </connectionPointOut>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   213
              <expression>TargetPressure</expression>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   214
            </inVariable>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   215
            <block localId="6" typeName="ADD" executionOrderId="0" height="60" width="65">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   216
              <position x="405" y="65"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   217
              <inputVariables>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   218
                <variable formalParameter="IN1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   219
                  <connectionPointIn>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   220
                    <relPosition x="0" y="30"/>
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>
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   562
            <inVariable localId="4" executionOrderId="0" height="30" width="60" negated="false">
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   563
              <position x="510" y="80"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   564
              <connectionPointOut>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   565
                <relPosition x="60" y="15"/>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   566
              </connectionPointOut>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   567
              <expression>Sloth</expression>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3016
diff changeset
   568
            </inVariable>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   569
          </FBD>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   570
        </body>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   571
      </pou>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   572
    </pous>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   573
  </types>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   574
  <instances>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   575
    <configurations>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   576
      <configuration name="config">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   577
        <resource name="resource1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   578
          <task name="task0" priority="0" interval="T#20ms">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   579
            <pouInstance name="instance0" typeName="MainStuff"/>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   580
          </task>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   581
        </resource>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   582
      </configuration>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   583
    </configurations>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   584
  </instances>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   585
</project>