tests/STD_TEST.xml
author Edouard Tisserant
Tue, 09 Jul 2019 08:31:02 +0200
changeset 1088 9cb7c8bf7dbc
parent 215 15c98c40f6f4
permissions -rwxr-xr-x
Add a column to VARIABLES.CSV, containing variable (derived) type name, additionally to current last column contyaining base type name
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     3
         xmlns="http://www.plcopen.org/xml/tc6.xsd"
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     4
         xmlns:xhtml="http://www.w3.org/1999/xhtml"
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     5
         xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd http://www.plcopen.org/xml/tc6.xsd">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     6
  <fileHeader contentDescription="This tests as most as possible IEC standard library"
215
15c98c40f6f4 Wiped out references to Lolitech
edouard
parents: 102
diff changeset
     7
              companyName="Beremiz"
15c98c40f6f4 Wiped out references to Lolitech
edouard
parents: 102
diff changeset
     8
              companyURL="www.beremiz.org"
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     9
              productName="BREMIZ"
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    10
              productRelease="1"
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    11
              productVersion="1"
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    12
              creationDateTime="2007-07-07 11:58:26"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    13
  <contentHeader name="STD_TEST">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    14
    <coordinateInfo>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    15
      <fbd>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    16
        <scaling y="0" x="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    17
      </fbd>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    18
      <ld>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    19
        <scaling y="0" x="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    20
      </ld>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    21
      <sfc>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    22
        <scaling y="0" x="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    23
      </sfc>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    24
    </coordinateInfo>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    25
  </contentHeader>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    26
  <types>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    27
    <dataTypes/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    28
    <pous>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    29
      <pou name="TEST_FROM_STRINGS" pouType="functionBlock">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    30
        <interface>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    31
          <inputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    32
            <variable name="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    33
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
    34
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    35
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    36
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    37
            <variable name="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    38
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
    39
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    40
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    41
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    42
            <variable name="TESTNR">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    43
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    44
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    45
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    46
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    47
          </inputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    48
          <outputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    49
            <variable name="INTRES">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    50
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    51
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    52
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    53
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    54
            <variable name="NEXT_TEST">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    55
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    56
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    57
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    58
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    59
            <variable name="TEST_NAME">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    60
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
    61
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    62
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    63
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    64
          </outputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    65
        </interface>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    66
        <body>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    67
          <FBD>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    68
            <inVariable localId="6" width="59" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    69
              <position y="288" x="34"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    70
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    71
                <relPosition y="13" x="59"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    72
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    73
              <expression>TESTNR</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    74
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    75
            <outVariable localId="8" width="92" height="47">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    76
              <position y="370" x="826"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    77
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    78
                <relPosition y="23" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    79
                <connection refLocalId="16" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    80
                  <position y="393" x="826"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    81
                  <position y="393" x="809"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    82
                  <position y="400" x="809"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    83
                  <position y="400" x="792"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    84
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    85
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    86
              <expression>INTRES</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    87
            </outVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    88
            <block localId="11" height="114" width="115" instanceName="" typeName="LEN">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    89
              <position y="361" x="325"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    90
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    91
                <variable formalParameter="IN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    92
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    93
                    <relPosition y="67" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    94
                    <connection refLocalId="24">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    95
                      <position y="428" x="325"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    96
                      <position y="428" x="304"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    97
                      <position y="416" x="304"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
    98
                      <position y="416" x="283"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
    99
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   100
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   101
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   102
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   103
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   104
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   105
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   106
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   107
                    <relPosition y="67" x="115"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   108
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   109
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   110
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   111
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   112
            <block localId="16" height="240" width="107" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   113
              <position y="358" x="685"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   114
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   115
                <variable formalParameter="K">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   116
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   117
                    <relPosition y="42" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   118
                    <connection refLocalId="60" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   119
                      <position y="400" x="685"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   120
                      <position y="400" x="642"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   121
                      <position y="338" x="642"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   122
                      <position y="338" x="614"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   123
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   124
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   125
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   126
                <variable formalParameter="IN0">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   127
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   128
                    <relPosition y="86" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   129
                    <connection refLocalId="11" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   130
                      <position y="444" x="685"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   131
                      <position y="444" x="562"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   132
                      <position y="428" x="562"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   133
                      <position y="428" x="440"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   134
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   135
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   136
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   137
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   138
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   139
                    <relPosition y="130" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   140
                    <connection refLocalId="76" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   141
                      <position y="488" x="685"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   142
                      <position y="488" x="534"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   143
                      <position y="515" x="534"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   144
                      <position y="515" x="467"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   145
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   146
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   147
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   148
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   149
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   150
                    <relPosition y="174" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   151
                    <connection refLocalId="75" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   152
                      <position y="532" x="685"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   153
                      <position y="532" x="600"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   154
                      <position y="599" x="600"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   155
                      <position y="599" x="467"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   156
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   157
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   158
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   159
                <variable formalParameter="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   160
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   161
                    <relPosition y="218" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   162
                    <connection refLocalId="57" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   163
                      <position y="576" x="685"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   164
                      <position y="576" x="632"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   165
                      <position y="690" x="632"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   166
                      <position y="690" x="448"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   167
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   168
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   169
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   170
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   171
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   172
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   173
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   174
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   175
                    <relPosition y="42" x="107"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   176
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   177
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   178
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   179
            </block>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   180
            <inVariable localId="23" width="49" height="30">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   181
              <position y="508" x="270"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   182
              <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   183
                <relPosition y="15" x="49"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   184
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   185
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   186
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   187
            <inVariable localId="24" width="75" height="33">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   188
              <position y="400" x="208"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   189
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   190
                <relPosition y="16" x="75"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   191
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   192
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   193
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   194
            <inVariable localId="25" width="71" height="29">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   195
              <position y="562" x="248"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   196
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   197
                <relPosition y="14" x="71"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   198
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   199
              <expression>IN2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   200
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   201
            <block localId="57" height="60" width="63" instanceName="" typeName="FIND">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   202
              <position y="660" x="385"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   203
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   204
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   205
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   206
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   207
                    <connection refLocalId="58">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   208
                      <position y="690" x="385"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   209
                      <position y="690" x="371"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   210
                      <position y="678" x="371"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   211
                      <position y="678" x="347"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   212
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   213
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   214
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   215
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   216
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   217
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   218
                    <connection refLocalId="59">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   219
                      <position y="710" x="385"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   220
                      <position y="710" x="371"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   221
                      <position y="713" x="371"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   222
                      <position y="713" x="348"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   223
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   224
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   225
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   226
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   227
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   228
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   229
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   230
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   231
                    <relPosition y="30" x="63"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   232
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   233
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   234
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   235
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   236
            <inVariable localId="58" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   237
              <position y="665" x="316"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   238
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   239
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   240
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   241
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   242
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   243
            <inVariable localId="59" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   244
              <position y="700" x="317"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   245
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   246
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   247
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   248
              <expression>IN2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   249
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   250
            <block localId="60" height="80" width="63" instanceName="" typeName="LIMIT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   251
              <position y="308" x="551"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   252
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   253
                <variable formalParameter="MN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   254
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   255
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   256
                    <connection refLocalId="65">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   257
                      <position y="338" x="551"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   258
                      <position y="338" x="523"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   259
                      <position y="321" x="523"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   260
                      <position y="321" x="496"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   261
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   262
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   263
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   264
                <variable formalParameter="IN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   265
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   266
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   267
                    <connection refLocalId="6">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   268
                      <position y="358" x="551"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   269
                      <position y="358" x="462"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   270
                      <position y="301" x="462"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   271
                      <position y="301" x="93"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   272
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   273
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   274
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   275
                <variable formalParameter="MX">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   276
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   277
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   278
                    <connection refLocalId="62">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   279
                      <position y="378" x="551"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   280
                      <position y="378" x="532"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   281
                      <position y="390" x="532"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   282
                      <position y="390" x="513"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   283
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   284
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   285
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   286
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   287
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   288
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   289
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   290
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   291
                    <relPosition y="30" x="63"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   292
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   293
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   294
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   295
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   296
            <inVariable localId="62" width="38" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   297
              <position y="377" x="475"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   298
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   299
                <relPosition y="13" x="38"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   300
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   301
              <expression>3</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   302
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   303
            <comment localId="63" height="87" width="243">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   304
              <position y="46" x="48"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   305
              <content>The FROM STRING test machine</content>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   306
            </comment>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   307
            <inVariable localId="65" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   308
              <position y="308" x="478"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   309
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   310
                <relPosition y="13" x="18"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   311
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   312
              <expression>0</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   313
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   314
            <outVariable localId="66" width="83" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   315
              <position y="192" x="311"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   316
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   317
                <relPosition y="13" x="0"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   318
                <connection refLocalId="6">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   319
                  <position y="205" x="311"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   320
                  <position y="205" x="202"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   321
                  <position y="301" x="202"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   322
                  <position y="301" x="93"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   323
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   324
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   325
              <expression>NEXT_TEST</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   326
            </outVariable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   327
            <inVariable localId="69" width="41" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   328
              <position y="440" x="831"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   329
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   330
                <relPosition y="13" x="41"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   331
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   332
              <expression>'LEN'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   333
            </inVariable>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   334
            <inVariable localId="70" width="90" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   335
              <position y="490" x="833"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   336
              <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   337
                <relPosition y="13" x="90"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   338
              </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   339
              <expression>'EQ(IN1,IN2)'</expression>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   340
            </inVariable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   341
            <inVariable localId="71" width="90" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   342
              <position y="537" x="843"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   343
              <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   344
                <relPosition y="13" x="90"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   345
              </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   346
              <expression>'EQ(IN2,IN2)'</expression>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   347
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   348
            <inVariable localId="72" width="46" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   349
              <position y="585" x="823"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   350
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   351
                <relPosition y="13" x="46"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   352
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   353
              <expression>'FIND'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   354
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   355
            <block localId="73" height="274" width="69" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   356
              <position y="424" x="1065"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   357
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   358
                <variable formalParameter="K">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   359
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   360
                    <relPosition y="45" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   361
                    <connection refLocalId="60" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   362
                      <position y="469" x="1065"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   363
                      <position y="469" x="1039"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   364
                      <position y="338" x="1039"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   365
                      <position y="338" x="614"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   366
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   367
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   368
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   369
                <variable formalParameter="IN0">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   370
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   371
                    <relPosition y="95" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   372
                    <connection refLocalId="69">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   373
                      <position y="519" x="1065"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   374
                      <position y="519" x="1003"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   375
                      <position y="453" x="1003"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   376
                      <position y="453" x="872"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   377
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   378
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   379
                </variable>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   380
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   381
                  <connectionPointIn>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   382
                    <relPosition y="145" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   383
                    <connection refLocalId="70">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   384
                      <position y="569" x="1065"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   385
                      <position y="569" x="988"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   386
                      <position y="503" x="988"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   387
                      <position y="503" x="923"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   388
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   389
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   390
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   391
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   392
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   393
                    <relPosition y="195" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   394
                    <connection refLocalId="71">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   395
                      <position y="619" x="1065"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   396
                      <position y="619" x="973"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   397
                      <position y="550" x="973"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   398
                      <position y="550" x="933"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   399
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   400
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   401
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   402
                <variable formalParameter="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   403
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   404
                    <relPosition y="245" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   405
                    <connection refLocalId="72">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   406
                      <position y="669" x="1065"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   407
                      <position y="669" x="942"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   408
                      <position y="598" x="942"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   409
                      <position y="598" x="869"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   410
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   411
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   412
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   413
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   414
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   415
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   416
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   417
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   418
                    <relPosition y="45" x="69"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   419
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   420
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   421
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   422
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   423
            <outVariable localId="74" width="86" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   424
              <position y="444" x="1202"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   425
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   426
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   427
                <connection refLocalId="73" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   428
                  <position y="457" x="1202"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   429
                  <position y="457" x="1157"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   430
                  <position y="469" x="1157"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   431
                  <position y="469" x="1134"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   432
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   433
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   434
              <expression>TEST_NAME</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   435
            </outVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   436
            <block localId="75" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   437
              <position y="569" x="404"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   438
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   439
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   440
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   441
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   442
                    <connection refLocalId="25">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   443
                      <position y="599" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   444
                      <position y="599" x="379"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   445
                      <position y="576" x="379"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   446
                      <position y="576" x="319"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   447
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   448
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   449
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   450
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   451
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   452
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   453
                    <connection refLocalId="25">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   454
                      <position y="619" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   455
                      <position y="619" x="379"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   456
                      <position y="576" x="379"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   457
                      <position y="576" x="319"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   458
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   459
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   460
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   461
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   462
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   463
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   464
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   465
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   466
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   467
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   468
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   469
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   470
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   471
            <block localId="76" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   472
              <position y="485" x="404"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   473
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   474
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   475
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   476
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   477
                    <connection refLocalId="23">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   478
                      <position y="515" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   479
                      <position y="515" x="342"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   480
                      <position y="523" x="342"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   481
                      <position y="523" x="319"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   482
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   483
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   484
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   485
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   486
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   487
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   488
                    <connection refLocalId="25">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   489
                      <position y="535" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   490
                      <position y="535" x="379"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   491
                      <position y="576" x="379"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   492
                      <position y="576" x="319"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   493
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   494
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   495
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   496
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   497
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   498
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   499
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   500
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   501
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   502
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   503
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   504
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
   505
            </block>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   506
          </FBD>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   507
        </body>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   508
      </pou>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   509
      <pou name="TEST_STRINGS_OPS" pouType="functionBlock">
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   510
        <interface>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   511
          <inputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   512
            <variable name="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   513
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
   514
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   515
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   516
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   517
            <variable name="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   518
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
   519
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   520
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   521
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   522
            <variable name="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   523
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
   524
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   525
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   526
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   527
            <variable name="TESTNR">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   528
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   529
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   530
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   531
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   532
            <variable name="K">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   533
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   534
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   535
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   536
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   537
            <variable name="P">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   538
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   539
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   540
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   541
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   542
            <variable name="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   543
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   544
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   545
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   546
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   547
          </inputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   548
          <outputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   549
            <variable name="STRRES">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   550
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
   551
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   552
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   553
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   554
            <variable name="NEXT_TEST">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   555
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   556
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   557
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   558
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   559
            <variable name="TEST_NAME">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   560
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
   561
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   562
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   563
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   564
          </outputVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   565
        </interface>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   566
        <body>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   567
          <FBD>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   568
            <block localId="1" height="242" width="93" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   569
              <position y="242" x="702"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   570
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   571
                <variable formalParameter="K">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   572
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   573
                    <relPosition y="30" x="0"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
   574
                    <connection refLocalId="81" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   575
                      <position y="272" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   576
                      <position y="272" x="667"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   577
                      <position y="208" x="667"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   578
                      <position y="208" x="632"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   579
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   580
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   581
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   582
                <variable formalParameter="IN0">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   583
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   584
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   585
                    <connection refLocalId="20">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   586
                      <position y="292" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   587
                      <position y="292" x="450"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   588
                      <position y="302" x="450"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   589
                      <position y="302" x="264"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   590
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   591
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   592
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   593
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   594
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   595
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   596
                    <connection refLocalId="21">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   597
                      <position y="312" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   598
                      <position y="312" x="473"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   599
                      <position y="333" x="473"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   600
                      <position y="333" x="263"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   601
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   602
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   603
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   604
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   605
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   606
                    <relPosition y="90" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   607
                    <connection refLocalId="22">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   608
                      <position y="332" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   609
                      <position y="332" x="498"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   610
                      <position y="370" x="498"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   611
                      <position y="370" x="214"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   612
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   613
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   614
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   615
                <variable formalParameter="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   616
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   617
                    <relPosition y="110" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   618
                    <connection refLocalId="27" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   619
                      <position y="352" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   620
                      <position y="352" x="516"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   621
                      <position y="417" x="516"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   622
                      <position y="417" x="366"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   623
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   624
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   625
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   626
                <variable formalParameter="IN4">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   627
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   628
                    <relPosition y="130" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   629
                    <connection refLocalId="31" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   630
                      <position y="372" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   631
                      <position y="372" x="534"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   632
                      <position y="506" x="534"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   633
                      <position y="506" x="347"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   634
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   635
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   636
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   637
                <variable formalParameter="IN5">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   638
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   639
                    <relPosition y="150" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   640
                    <connection refLocalId="34" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   641
                      <position y="392" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   642
                      <position y="392" x="549"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   643
                      <position y="582" x="549"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   644
                      <position y="582" x="344"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   645
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   646
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   647
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   648
                <variable formalParameter="IN6">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   649
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   650
                    <relPosition y="170" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   651
                    <connection refLocalId="39" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   652
                      <position y="412" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   653
                      <position y="412" x="568"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   654
                      <position y="692" x="568"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   655
                      <position y="692" x="358"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   656
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   657
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   658
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   659
                <variable formalParameter="IN7">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   660
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   661
                    <relPosition y="190" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   662
                    <connection refLocalId="46" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   663
                      <position y="432" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   664
                      <position y="432" x="593"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   665
                      <position y="791" x="593"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   666
                      <position y="791" x="325"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   667
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   668
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   669
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   670
                <variable formalParameter="IN8">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   671
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   672
                    <relPosition y="210" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   673
                    <connection refLocalId="48" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   674
                      <position y="452" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   675
                      <position y="452" x="611"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   676
                      <position y="887" x="611"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   677
                      <position y="887" x="315"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   678
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   679
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   680
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   681
                <variable formalParameter="IN9">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   682
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   683
                    <relPosition y="230" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   684
                    <connection refLocalId="52" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   685
                      <position y="472" x="702"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   686
                      <position y="472" x="631"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   687
                      <position y="1042" x="631"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   688
                      <position y="1042" x="324"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   689
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   690
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   691
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   692
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   693
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   694
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   695
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   696
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   697
                    <relPosition y="30" x="93"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   698
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   699
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   700
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   701
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   702
            <outVariable localId="2" width="66" height="28">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   703
              <position y="244" x="845"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   704
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   705
                <relPosition y="14" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   706
                <connection refLocalId="1" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   707
                  <position y="258" x="845"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   708
                  <position y="258" x="813"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   709
                  <position y="272" x="813"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   710
                  <position y="272" x="795"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   711
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   712
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   713
              <expression>STRRES</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   714
            </outVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   715
            <inVariable localId="6" width="59" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   716
              <position y="205" x="234"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   717
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   718
                <relPosition y="13" x="59"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   719
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   720
              <expression>TESTNR</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   721
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   722
            <inVariable localId="20" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   723
              <position y="289" x="233"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   724
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   725
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   726
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   727
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   728
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   729
            <inVariable localId="21" width="32" height="29">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   730
              <position y="319" x="231"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   731
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   732
                <relPosition y="14" x="32"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   733
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   734
              <expression>IN2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   735
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   736
            <inVariable localId="22" width="48" height="29">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   737
              <position y="356" x="166"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   738
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   739
                <relPosition y="14" x="48"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   740
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   741
              <expression>IN3</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   742
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   743
            <block localId="27" height="61" width="75" instanceName="" typeName="LEFT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   744
              <position y="387" x="291"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   745
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   746
                <variable formalParameter="IN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   747
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   748
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   749
                    <connection refLocalId="28">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   750
                      <position y="417" x="291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   751
                      <position y="417" x="270"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   752
                      <position y="409" x="270"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   753
                      <position y="409" x="199"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   754
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   755
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   756
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   757
                <variable formalParameter="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   758
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   759
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   760
                    <connection refLocalId="29">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   761
                      <position y="437" x="291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   762
                      <position y="437" x="271"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   763
                      <position y="447" x="271"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   764
                      <position y="447" x="187"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   765
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   766
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   767
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   768
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   769
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   770
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   771
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   772
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   773
                    <relPosition y="30" x="75"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   774
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   775
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   776
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   777
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   778
            <inVariable localId="28" width="35" height="30">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   779
              <position y="394" x="164"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   780
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   781
                <relPosition y="15" x="35"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   782
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   783
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   784
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   785
            <inVariable localId="29" width="21" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   786
              <position y="434" x="166"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   787
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   788
                <relPosition y="13" x="21"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   789
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   790
              <expression>L</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   791
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   792
            <block localId="31" height="60" width="55" instanceName="" typeName="RIGHT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   793
              <position y="476" x="292"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   794
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   795
                <variable formalParameter="IN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   796
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   797
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   798
                    <connection refLocalId="32">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   799
                      <position y="506" x="292"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   800
                      <position y="506" x="267"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   801
                      <position y="491" x="267"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   802
                      <position y="491" x="243"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   803
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   804
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   805
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   806
                <variable formalParameter="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   807
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   808
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   809
                    <connection refLocalId="33">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   810
                      <position y="526" x="292"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   811
                      <position y="526" x="256"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   812
                      <position y="539" x="256"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   813
                      <position y="539" x="221"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   814
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   815
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   816
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   817
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   818
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   819
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   820
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   821
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   822
                    <relPosition y="30" x="55"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   823
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   824
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   825
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   826
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   827
            <inVariable localId="32" width="31" height="28">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   828
              <position y="477" x="212"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   829
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   830
                <relPosition y="14" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   831
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   832
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   833
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   834
            <inVariable localId="33" width="17" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   835
              <position y="526" x="204"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   836
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   837
                <relPosition y="13" x="17"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   838
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   839
              <expression>L</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   840
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   841
            <block localId="34" height="80" width="55" instanceName="" typeName="MID">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   842
              <position y="552" x="289"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   843
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   844
                <variable formalParameter="IN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   845
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   846
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   847
                    <connection refLocalId="35">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   848
                      <position y="582" x="289"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   849
                      <position y="582" x="264"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   850
                      <position y="578" x="264"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   851
                      <position y="578" x="240"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   852
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   853
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   854
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   855
                <variable formalParameter="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   856
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   857
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   858
                    <connection refLocalId="38">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   859
                      <position y="602" x="289"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   860
                      <position y="602" x="238"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   861
                      <position y="596" x="238"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   862
                      <position y="596" x="188"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   863
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   864
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   865
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   866
                <variable formalParameter="P">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   867
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   868
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   869
                    <connection refLocalId="37">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   870
                      <position y="622" x="289"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   871
                      <position y="622" x="261"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   872
                      <position y="618" x="261"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   873
                      <position y="618" x="233"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   874
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   875
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   876
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   877
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   878
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   879
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   880
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   881
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   882
                    <relPosition y="30" x="55"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   883
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   884
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   885
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   886
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   887
            <inVariable localId="35" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   888
              <position y="565" x="209"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   889
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   890
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   891
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   892
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   893
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   894
            <inVariable localId="37" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   895
              <position y="605" x="215"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   896
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   897
                <relPosition y="13" x="18"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   898
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   899
              <expression>P</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   900
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   901
            <inVariable localId="38" width="17" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   902
              <position y="583" x="171"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   903
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   904
                <relPosition y="13" x="17"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   905
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   906
              <expression>L</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   907
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   908
            <block localId="39" height="83" width="67" instanceName="" typeName="CONCAT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   909
              <position y="662" x="291"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   910
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   911
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   912
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   913
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   914
                    <connection refLocalId="40">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   915
                      <position y="692" x="291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   916
                      <position y="692" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   917
                      <position y="666" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   918
                      <position y="666" x="225"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   919
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   920
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   921
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   922
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   923
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   924
                    <relPosition y="51" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   925
                    <connection refLocalId="41">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   926
                      <position y="713" x="291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   927
                      <position y="713" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   928
                      <position y="704" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   929
                      <position y="704" x="226"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   930
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   931
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   932
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   933
                <variable formalParameter="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   934
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   935
                    <relPosition y="72" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   936
                    <connection refLocalId="42">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   937
                      <position y="734" x="291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   938
                      <position y="734" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   939
                      <position y="739" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   940
                      <position y="739" x="225"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   941
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   942
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   943
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   944
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   945
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   946
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   947
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   948
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   949
                    <relPosition y="30" x="67"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   950
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   951
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   952
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   953
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   954
            <inVariable localId="40" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   955
              <position y="653" x="194"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   956
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   957
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   958
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   959
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   960
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   961
            <inVariable localId="41" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   962
              <position y="691" x="195"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   963
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   964
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   965
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   966
              <expression>IN2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   967
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   968
            <inVariable localId="42" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   969
              <position y="726" x="194"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   970
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   971
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   972
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   973
              <expression>IN3</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   974
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   975
            <inVariable localId="44" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   976
              <position y="775" x="188"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   977
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   978
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   979
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   980
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   981
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   982
            <inVariable localId="45" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   983
              <position y="804" x="184"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   984
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   985
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   986
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   987
              <expression>IN2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   988
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   989
            <block localId="46" height="80" width="63" instanceName="" typeName="INSERT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   990
              <position y="761" x="262"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   991
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   992
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   993
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
   994
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   995
                    <connection refLocalId="44">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   996
                      <position y="791" x="262"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   997
                      <position y="791" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   998
                      <position y="788" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
   999
                      <position y="788" x="219"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1000
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1001
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1002
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1003
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1004
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1005
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1006
                    <connection refLocalId="45">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1007
                      <position y="811" x="262"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1008
                      <position y="811" x="238"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1009
                      <position y="817" x="238"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1010
                      <position y="817" x="215"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1011
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1012
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1013
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1014
                <variable formalParameter="P">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1015
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1016
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1017
                    <connection refLocalId="47">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1018
                      <position y="831" x="262"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1019
                      <position y="831" x="234"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1020
                      <position y="854" x="234"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1021
                      <position y="854" x="206"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1022
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1023
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1024
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1025
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1026
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1027
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1028
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1029
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1030
                    <relPosition y="30" x="63"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1031
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1032
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1033
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1034
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1035
            <inVariable localId="47" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1036
              <position y="841" x="188"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1037
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1038
                <relPosition y="13" x="18"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1039
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1040
              <expression>P</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1041
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1042
            <block localId="48" height="80" width="58" instanceName="" typeName="DELETE">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1043
              <position y="857" x="257"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1044
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1045
                <variable formalParameter="IN">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1046
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1047
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1048
                    <connection refLocalId="49">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1049
                      <position y="887" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1050
                      <position y="887" x="234"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1051
                      <position y="894" x="234"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1052
                      <position y="894" x="211"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1053
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1054
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1055
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1056
                <variable formalParameter="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1057
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1058
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1059
                    <connection refLocalId="50">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1060
                      <position y="907" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1061
                      <position y="907" x="232"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1062
                      <position y="929" x="232"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1063
                      <position y="929" x="208"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1064
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1065
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1066
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1067
                <variable formalParameter="P">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1068
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1069
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1070
                    <connection refLocalId="51">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1071
                      <position y="927" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1072
                      <position y="927" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1073
                      <position y="970" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1074
                      <position y="970" x="222"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1075
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1076
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1077
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1078
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1079
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1080
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1081
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1082
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1083
                    <relPosition y="30" x="58"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1084
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1085
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1086
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1087
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1088
            <inVariable localId="49" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1089
              <position y="881" x="180"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1090
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1091
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1092
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1093
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1094
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1095
            <inVariable localId="50" width="17" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1096
              <position y="916" x="191"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1097
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1098
                <relPosition y="13" x="17"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1099
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1100
              <expression>L</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1101
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1102
            <inVariable localId="51" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1103
              <position y="957" x="204"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1104
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1105
                <relPosition y="13" x="18"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1106
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1107
              <expression>P</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1108
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1109
            <block localId="52" height="100" width="67" instanceName="" typeName="REPLACE">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1110
              <position y="1012" x="257"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1111
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1112
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1113
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1114
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1115
                    <connection refLocalId="53">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1116
                      <position y="1042" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1117
                      <position y="1042" x="233"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1118
                      <position y="1027" x="233"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1119
                      <position y="1027" x="209"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1120
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1121
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1122
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1123
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1124
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1125
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1126
                    <connection refLocalId="54">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1127
                      <position y="1062" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1128
                      <position y="1062" x="226"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1129
                      <position y="1057" x="226"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1130
                      <position y="1057" x="196"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1131
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1132
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1133
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1134
                <variable formalParameter="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1135
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1136
                    <relPosition y="70" x="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1137
                    <connection refLocalId="55">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1138
                      <position y="1082" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1139
                      <position y="1082" x="230"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1140
                      <position y="1098" x="230"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1141
                      <position y="1098" x="203"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1142
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1143
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1144
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1145
                <variable formalParameter="P">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1146
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1147
                    <relPosition y="90" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1148
                    <connection refLocalId="56">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1149
                      <position y="1102" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1150
                      <position y="1102" x="225"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1151
                      <position y="1136" x="225"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1152
                      <position y="1136" x="193"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1153
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1154
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1155
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1156
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1157
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1158
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1159
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1160
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1161
                    <relPosition y="30" x="67"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1162
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1163
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1164
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1165
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1166
            <inVariable localId="53" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1167
              <position y="1014" x="178"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1168
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1169
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1170
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1171
              <expression>IN1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1172
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1173
            <inVariable localId="54" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1174
              <position y="1044" x="165"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1175
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1176
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1177
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1178
              <expression>IN2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1179
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1180
            <inVariable localId="55" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1181
              <position y="1085" x="172"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1182
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1183
                <relPosition y="13" x="31"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1184
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1185
              <expression>L</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1186
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1187
            <inVariable localId="56" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1188
              <position y="1123" x="175"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1189
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1190
                <relPosition y="13" x="18"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1191
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1192
              <expression>P</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1193
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1194
            <comment localId="63" height="87" width="209">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1195
              <position y="34" x="40"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1196
              <content>The TO STRING test machine</content>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1197
            </comment>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1198
            <outVariable localId="66" width="83" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1199
              <position y="79" x="547"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1200
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1201
                <relPosition y="13" x="0"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1202
                <connection refLocalId="6">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1203
                  <position y="92" x="547"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1204
                  <position y="92" x="420"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1205
                  <position y="218" x="420"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1206
                  <position y="218" x="293"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1207
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1208
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1209
              <expression>NEXT_TEST</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1210
            </outVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1211
            <inVariable localId="69" width="37" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1212
              <position y="322" x="837"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1213
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1214
                <relPosition y="13" x="37"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1215
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1216
              <expression>'IN1'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1217
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1218
            <inVariable localId="70" width="37" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1219
              <position y="351" x="841"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1220
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1221
                <relPosition y="13" x="37"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1222
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1223
              <expression>'IN2'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1224
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1225
            <inVariable localId="71" width="37" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1226
              <position y="385" x="841"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1227
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1228
                <relPosition y="13" x="37"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1229
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1230
              <expression>'IN3'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1231
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1232
            <inVariable localId="72" width="45" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1233
              <position y="447" x="849"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1234
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1235
                <relPosition y="13" x="45"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1236
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1237
              <expression>'LEFT'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1238
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1239
            <inVariable localId="73" width="54" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1240
              <position y="508" x="864"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1241
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1242
                <relPosition y="13" x="54"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1243
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1244
              <expression>'RIGHT'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1245
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1246
            <inVariable localId="74" width="40" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1247
              <position y="577" x="866"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1248
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1249
                <relPosition y="13" x="40"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1250
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1251
              <expression>'MID'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1252
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1253
            <inVariable localId="75" width="69" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1254
              <position y="669" x="871"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1255
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1256
                <relPosition y="13" x="69"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1257
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1258
              <expression>'CONCAT'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1259
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1260
            <inVariable localId="76" width="61" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1261
              <position y="757" x="881"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1262
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1263
                <relPosition y="13" x="61"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1264
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1265
              <expression>'INSERT'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1266
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1267
            <inVariable localId="77" width="64" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1268
              <position y="879" x="884"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1269
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1270
                <relPosition y="13" x="64"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1271
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1272
              <expression>'DELETE'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1273
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1274
            <inVariable localId="78" width="73" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1275
              <position y="1010" x="881"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1276
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1277
                <relPosition y="13" x="73"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1278
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1279
              <expression>'REPLACE'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1280
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1281
            <block localId="79" height="240" width="63" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1282
              <position y="243" x="1136"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1283
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1284
                <variable formalParameter="K">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1285
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1286
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1287
                    <connection refLocalId="81" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1288
                      <position y="273" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1289
                      <position y="273" x="997"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1290
                      <position y="208" x="997"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1291
                      <position y="208" x="632"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1292
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1293
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1294
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1295
                <variable formalParameter="IN0">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1296
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1297
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1298
                    <connection refLocalId="69">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1299
                      <position y="293" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1300
                      <position y="293" x="896"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1301
                      <position y="335" x="896"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1302
                      <position y="335" x="874"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1303
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1304
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1305
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1306
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1307
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1308
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1309
                    <connection refLocalId="70">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1310
                      <position y="313" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1311
                      <position y="313" x="917"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1312
                      <position y="364" x="917"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1313
                      <position y="364" x="878"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1314
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1315
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1316
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1317
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1318
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1319
                    <relPosition y="90" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1320
                    <connection refLocalId="71">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1321
                      <position y="333" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1322
                      <position y="333" x="935"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1323
                      <position y="398" x="935"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1324
                      <position y="398" x="878"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1325
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1326
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1327
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1328
                <variable formalParameter="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1329
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1330
                    <relPosition y="110" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1331
                    <connection refLocalId="72">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1332
                      <position y="353" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1333
                      <position y="353" x="961"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1334
                      <position y="460" x="961"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1335
                      <position y="460" x="894"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1336
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1337
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1338
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1339
                <variable formalParameter="IN4">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1340
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1341
                    <relPosition y="130" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1342
                    <connection refLocalId="73">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1343
                      <position y="373" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1344
                      <position y="373" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1345
                      <position y="521" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1346
                      <position y="521" x="918"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1347
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1348
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1349
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1350
                <variable formalParameter="IN5">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1351
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1352
                    <relPosition y="150" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1353
                    <connection refLocalId="74">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1354
                      <position y="393" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1355
                      <position y="393" x="1005"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1356
                      <position y="590" x="1005"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1357
                      <position y="590" x="906"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1358
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1359
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1360
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1361
                <variable formalParameter="IN6">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1362
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1363
                    <relPosition y="170" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1364
                    <connection refLocalId="75">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1365
                      <position y="413" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1366
                      <position y="413" x="1026"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1367
                      <position y="682" x="1026"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1368
                      <position y="682" x="940"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1369
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1370
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1371
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1372
                <variable formalParameter="IN7">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1373
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1374
                    <relPosition y="190" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1375
                    <connection refLocalId="76">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1376
                      <position y="433" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1377
                      <position y="433" x="1047"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1378
                      <position y="770" x="1047"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1379
                      <position y="770" x="942"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1380
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1381
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1382
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1383
                <variable formalParameter="IN8">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1384
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1385
                    <relPosition y="210" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1386
                    <connection refLocalId="77">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1387
                      <position y="453" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1388
                      <position y="453" x="1064"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1389
                      <position y="892" x="1064"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1390
                      <position y="892" x="948"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1391
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1392
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1393
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1394
                <variable formalParameter="IN9">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1395
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1396
                    <relPosition y="230" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1397
                    <connection refLocalId="78">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1398
                      <position y="473" x="1136"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1399
                      <position y="473" x="1087"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1400
                      <position y="1023" x="1087"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1401
                      <position y="1023" x="954"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1402
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1403
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1404
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1405
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1406
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1407
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1408
                <variable formalParameter="OUT">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1409
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1410
                    <relPosition y="30" x="63"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1411
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1412
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1413
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1414
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1415
            <outVariable localId="80" width="86" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1416
              <position y="309" x="1261"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1417
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1418
                <relPosition y="13" x="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1419
                <connection refLocalId="79" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1420
                  <position y="322" x="1261"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1421
                  <position y="322" x="1230"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1422
                  <position y="273" x="1230"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1423
                  <position y="273" x="1199"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1424
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1425
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1426
              <expression>TEST_NAME</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  1427
            </outVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1428
            <block localId="81" height="80" width="63" instanceName="" typeName="LIMIT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1429
              <position y="178" x="569"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1430
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1431
                <variable formalParameter="MN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1432
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1433
                    <relPosition y="30" x="0"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1434
                    <connection refLocalId="82">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1435
                      <position y="208" x="569"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1436
                      <position y="208" x="539"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1437
                      <position y="205" x="539"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1438
                      <position y="205" x="509"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1439
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1440
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1441
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1442
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1443
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1444
                    <relPosition y="50" x="0"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1445
                    <connection refLocalId="6">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1446
                      <position y="228" x="569"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1447
                      <position y="228" x="423"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1448
                      <position y="218" x="423"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1449
                      <position y="218" x="293"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1450
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1451
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1452
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1453
                <variable formalParameter="MX">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1454
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1455
                    <relPosition y="70" x="0"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1456
                    <connection refLocalId="83">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1457
                      <position y="248" x="569"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1458
                      <position y="248" x="539"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1459
                      <position y="250" x="539"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1460
                      <position y="250" x="509"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1461
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1462
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1463
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1464
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1465
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1466
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1467
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1468
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1469
                    <relPosition y="30" x="63"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1470
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1471
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1472
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1473
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1474
            <inVariable localId="82" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1475
              <position y="192" x="491"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1476
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1477
                <relPosition y="13" x="18"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1478
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1479
              <expression>0</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1480
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1481
            <inVariable localId="83" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1482
              <position y="237" x="491"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1483
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1484
                <relPosition y="13" x="18"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1485
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1486
              <expression>9</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1487
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1488
          </FBD>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1489
        </body>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1490
      </pou>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1491
      <pou name="TEST_TO_STRINGS" pouType="functionBlock">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1492
        <interface>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1493
          <inputVars>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1494
            <variable name="TESTNR">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1495
              <type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1496
                <INT/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1497
              </type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1498
            </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1499
          </inputVars>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1500
          <outputVars>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1501
            <variable name="RES_STR">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1502
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  1503
                <string/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1504
              </type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1505
            </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1506
            <variable name="NEXT_TEST">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1507
              <type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1508
                <INT/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1509
              </type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1510
            </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1511
            <variable name="TEST_NAME">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1512
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  1513
                <string/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1514
              </type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1515
            </variable>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  1516
            <variable name="RES_BOOL">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  1517
              <type>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  1518
                <BOOL/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  1519
              </type>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  1520
            </variable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1521
          </outputVars>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1522
        </interface>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1523
        <body>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1524
          <FBD>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1525
            <block localId="1" height="40" width="124" instanceName="" typeName="BOOL_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1526
              <position y="2093" x="248"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1527
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1528
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1529
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1530
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1531
                    <connection refLocalId="19">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1532
                      <position y="2123" x="248"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1533
                      <position y="2123" x="227"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1534
                      <position y="2121" x="227"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1535
                      <position y="2121" x="206"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1536
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1537
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1538
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1539
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1540
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1541
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1542
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1543
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1544
                    <relPosition y="30" x="124"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1545
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1546
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1547
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1548
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1549
            <block localId="2" height="40" width="117" instanceName="" typeName="SINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1550
              <position y="289" x="261"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1551
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1552
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1553
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1554
                    <relPosition y="30" x="0"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1555
                    <connection refLocalId="20">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1556
                      <position y="319" x="261"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1557
                      <position y="319" x="202"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1558
                      <position y="328" x="202"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1559
                      <position y="328" x="142"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1560
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1561
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1562
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1563
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1564
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1565
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1566
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1567
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1568
                    <relPosition y="30" x="117"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1569
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1570
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1571
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1572
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1573
            <block localId="3" height="40" width="108" instanceName="" typeName="INT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1574
              <position y="393" x="258"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1575
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1576
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1577
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1578
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1579
                    <connection refLocalId="21">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1580
                      <position y="423" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1581
                      <position y="423" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1582
                      <position y="433" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1583
                      <position y="433" x="184"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1584
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1585
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1586
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1587
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1588
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1589
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1590
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1591
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1592
                    <relPosition y="30" x="108"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1593
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1594
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1595
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1596
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1597
            <block localId="4" height="40" width="118" instanceName="" typeName="DINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1598
              <position y="492" x="257"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1599
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1600
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1601
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1602
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1603
                    <connection refLocalId="22">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1604
                      <position y="522" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1605
                      <position y="522" x="227"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1606
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1607
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1608
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1609
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1610
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1611
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1612
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1613
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1614
                    <relPosition y="30" x="118"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1615
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1616
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1617
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1618
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1619
            <block localId="5" height="40" width="115" instanceName="" typeName="LINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1620
              <position y="593" x="265"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1621
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1622
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1623
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1624
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1625
                    <connection refLocalId="23">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1626
                      <position y="623" x="265"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1627
                      <position y="623" x="233"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1628
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1629
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1630
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1631
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1632
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1633
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1634
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1635
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1636
                    <relPosition y="30" x="115"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1637
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1638
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1639
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1640
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1641
            <block localId="6" height="40" width="127" instanceName="" typeName="USINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1642
              <position y="693" x="256"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1643
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1644
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1645
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1646
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1647
                    <connection refLocalId="24">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1648
                      <position y="723" x="256"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1649
                      <position y="723" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1650
                      <position y="725" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1651
                      <position y="725" x="214"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1652
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1653
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1654
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1655
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1656
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1657
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1658
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1659
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1660
                    <relPosition y="30" x="127"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1661
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1662
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1663
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1664
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1665
            <block localId="7" height="40" width="118" instanceName="" typeName="UINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1666
              <position y="793" x="267"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1667
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1668
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1669
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1670
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1671
                    <connection refLocalId="25">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1672
                      <position y="823" x="267"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1673
                      <position y="823" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1674
                      <position y="825" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1675
                      <position y="825" x="227"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1676
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1677
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1678
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1679
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1680
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1681
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1682
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1683
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1684
                    <relPosition y="30" x="118"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1685
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1686
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1687
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1688
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1689
            <block localId="8" height="40" width="128" instanceName="" typeName="UDINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1690
              <position y="892" x="260"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1691
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1692
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1693
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1694
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1695
                    <connection refLocalId="26">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1696
                      <position y="922" x="260"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1697
                      <position y="922" x="244"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1698
                      <position y="923" x="244"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1699
                      <position y="923" x="229"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1700
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1701
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1702
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1703
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1704
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1705
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1706
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1707
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1708
                    <relPosition y="30" x="128"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1709
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1710
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1711
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1712
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1713
            <block localId="9" height="40" width="125" instanceName="" typeName="ULINT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1714
              <position y="994" x="258"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1715
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1716
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1717
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1718
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1719
                    <connection refLocalId="27">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1720
                      <position y="1024" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1721
                      <position y="1024" x="228"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1722
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1723
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1724
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1725
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1726
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1727
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1728
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1729
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1730
                    <relPosition y="30" x="125"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1731
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1732
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1733
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1734
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1735
            <block localId="10" height="40" width="120" instanceName="" typeName="REAL_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1736
              <position y="1093" x="258"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1737
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1738
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1739
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1740
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1741
                    <connection refLocalId="28">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1742
                      <position y="1123" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1743
                      <position y="1123" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1744
                      <position y="1122" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1745
                      <position y="1122" x="225"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1746
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1747
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1748
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1749
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1750
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1751
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1752
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1753
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1754
                    <relPosition y="30" x="120"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1755
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1756
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1757
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1758
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1759
            <block localId="11" height="40" width="127" instanceName="" typeName="LREAL_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1760
              <position y="1193" x="257"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1761
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1762
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1763
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1764
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1765
                    <connection refLocalId="29">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1766
                      <position y="1223" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1767
                      <position y="1223" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1768
                      <position y="1224" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1769
                      <position y="1224" x="224"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1770
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1771
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1772
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1773
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1774
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1775
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1776
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1777
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1778
                    <relPosition y="30" x="127"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1779
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1780
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1781
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1782
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1783
            <block localId="12" height="40" width="117" instanceName="" typeName="TIME_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1784
              <position y="1293" x="261"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1785
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1786
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1787
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1788
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1789
                    <connection refLocalId="30">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1790
                      <position y="1323" x="261"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1791
                      <position y="1323" x="251"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1792
                      <position y="1322" x="251"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1793
                      <position y="1322" x="225"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1794
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1795
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1796
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1797
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1798
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1799
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1800
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1801
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1802
                    <relPosition y="30" x="117"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1803
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1804
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1805
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1806
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1807
            <block localId="13" height="40" width="121" instanceName="" typeName="DATE_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1808
              <position y="1393" x="258"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1809
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1810
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1811
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1812
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1813
                    <connection refLocalId="31">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1814
                      <position y="1423" x="258"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1815
                      <position y="1423" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1816
                      <position y="1419" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1817
                      <position y="1419" x="223"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1818
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1819
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1820
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1821
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1822
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1823
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1824
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1825
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1826
                    <relPosition y="30" x="121"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1827
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1828
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1829
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1830
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1831
            <block localId="14" height="40" width="115" instanceName="" typeName="TOD_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1832
              <position y="1493" x="265"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1833
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1834
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1835
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1836
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1837
                    <connection refLocalId="32">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1838
                      <position y="1523" x="265"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1839
                      <position y="1523" x="249"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1840
                      <position y="1520" x="249"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1841
                      <position y="1520" x="234"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1842
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1843
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1844
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1845
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1846
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1847
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1848
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1849
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1850
                    <relPosition y="30" x="115"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1851
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1852
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1853
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1854
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1855
            <block localId="15" height="40" width="119" instanceName="" typeName="BYTE_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1856
              <position y="1690" x="265"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1857
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1858
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1859
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1860
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1861
                    <connection refLocalId="34">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1862
                      <position y="1720" x="265"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1863
                      <position y="1720" x="246"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1864
                      <position y="1716" x="246"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1865
                      <position y="1716" x="228"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1866
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1867
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1868
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1869
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1870
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1871
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1872
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1873
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1874
                    <relPosition y="30" x="119"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1875
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1876
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1877
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1878
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1879
            <block localId="16" height="40" width="127" instanceName="" typeName="WORD_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1880
              <position y="1792" x="257"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1881
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1882
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1883
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1884
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1885
                    <connection refLocalId="36">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1886
                      <position y="1822" x="257"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1887
                      <position y="1822" x="244"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1888
                      <position y="1817" x="244"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1889
                      <position y="1817" x="232"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1890
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1891
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1892
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1893
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1894
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1895
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1896
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1897
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1898
                    <relPosition y="30" x="127"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1899
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1900
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1901
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1902
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1903
            <block localId="17" height="40" width="137" instanceName="" typeName="DWORD_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1904
              <position y="1892" x="233"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1905
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1906
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1907
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1908
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1909
                    <connection refLocalId="37">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1910
                      <position y="1922" x="233"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1911
                      <position y="1922" x="216"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1912
                      <position y="1917" x="216"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1913
                      <position y="1917" x="199"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1914
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1915
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1916
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1917
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1918
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1919
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1920
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1921
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1922
                    <relPosition y="30" x="137"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1923
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1924
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1925
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1926
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1927
            <block localId="18" height="40" width="133" instanceName="" typeName="LWORD_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1928
              <position y="1994" x="239"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1929
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1930
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1931
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1932
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1933
                    <connection refLocalId="38">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1934
                      <position y="2024" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1935
                      <position y="2024" x="219"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1936
                      <position y="2021" x="219"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1937
                      <position y="2021" x="199"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1938
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1939
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1940
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1941
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1942
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1943
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1944
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1945
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1946
                    <relPosition y="30" x="133"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1947
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1948
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1949
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1950
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1951
            <inVariable localId="19" width="49" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1952
              <position y="2108" x="157"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1953
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1954
                <relPosition y="13" x="49"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1955
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1956
              <expression>FALSE</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1957
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1958
            <inVariable localId="20" width="31" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1959
              <position y="315" x="111"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1960
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1961
                <relPosition y="13" x="31"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1962
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1963
              <expression>-23</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1964
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1965
            <inVariable localId="21" width="47" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1966
              <position y="420" x="137"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1967
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1968
                <relPosition y="13" x="47"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1969
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1970
              <expression>-1678</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1971
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1972
            <inVariable localId="22" width="95" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1973
              <position y="509" x="132"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1974
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1975
                <relPosition y="13" x="95"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1976
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1977
              <expression>-1000000000</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1978
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1979
            <inVariable localId="23" width="111" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1980
              <position y="610" x="122"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1981
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1982
                <relPosition y="13" x="111"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1983
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1984
              <expression>-100000000000</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1985
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1986
            <inVariable localId="24" width="26" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1987
              <position y="712" x="188"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1988
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1989
                <relPosition y="13" x="26"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1990
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1991
              <expression>23</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1992
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1993
            <inVariable localId="25" width="42" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  1994
              <position y="812" x="185"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1995
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1996
                <relPosition y="13" x="42"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1997
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1998
              <expression>1678</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  1999
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2000
            <inVariable localId="26" width="90" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2001
              <position y="910" x="139"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2002
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2003
                <relPosition y="13" x="90"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2004
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2005
              <expression>1000000000</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2006
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2007
            <inVariable localId="27" width="106" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2008
              <position y="1011" x="122"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2009
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2010
                <relPosition y="13" x="106"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2011
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2012
              <expression>100000000000</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2013
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2014
            <inVariable localId="28" width="78" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2015
              <position y="1109" x="147"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2016
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2017
                <relPosition y="13" x="78"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2018
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2019
              <expression>1.2345678</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2020
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2021
            <inVariable localId="29" width="86" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2022
              <position y="1211" x="138"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2023
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2024
                <relPosition y="13" x="86"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2025
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2026
              <expression>1.23456789</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2027
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2028
            <inVariable localId="30" width="158" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2029
              <position y="1309" x="67"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2030
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2031
                <relPosition y="13" x="158"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2032
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2033
              <expression>t#5d14h12m18s3.5ms</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2034
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2035
            <inVariable localId="31" width="105" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2036
              <position y="1406" x="118"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2037
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2038
                <relPosition y="13" x="105"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2039
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2040
              <expression>D#1984-06-25</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2041
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2042
            <inVariable localId="32" width="124" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2043
              <position y="1507" x="110"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2044
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2045
                <relPosition y="13" x="124"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2046
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2047
              <expression>TOD#15:36:55.36</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2048
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2049
            <inVariable localId="33" width="193" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2050
              <position y="1599" x="36"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2051
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2052
                <relPosition y="13" x="193"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2053
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2054
              <expression>DT#1984-06-25-15:36:55.36</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2055
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2056
            <inVariable localId="34" width="69" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2057
              <position y="1703" x="159"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2058
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2059
                <relPosition y="13" x="69"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2060
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2061
              <expression>16#12</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2062
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2063
            <block localId="35" height="40" width="105" instanceName="" typeName="DT_TO_STRING">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2064
              <position y="1592" x="270"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2065
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2066
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2067
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2068
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2069
                    <connection refLocalId="33">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2070
                      <position y="1622" x="270"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2071
                      <position y="1622" x="249"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2072
                      <position y="1612" x="249"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2073
                      <position y="1612" x="229"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2074
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2075
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2076
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2077
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2078
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2079
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2080
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2081
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2082
                    <relPosition y="30" x="105"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2083
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2084
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2085
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2086
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2087
            <inVariable localId="36" width="108" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2088
              <position y="1804" x="124"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2089
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2090
                <relPosition y="13" x="108"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2091
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2092
              <expression>16#1234</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2093
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2094
            <inVariable localId="37" width="181" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2095
              <position y="1904" x="18"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2096
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2097
                <relPosition y="13" x="181"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2098
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2099
              <expression>16#1234_5678</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2100
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2101
            <inVariable localId="38" width="181" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2102
              <position y="2008" x="18"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2103
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2104
                <relPosition y="13" x="181"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2105
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2106
              <expression>16#1234_5678_9abc_def0</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2107
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2108
            <block localId="39" height="2020" width="71" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2109
              <position y="150" x="768"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2110
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2111
                <variable formalParameter="K">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2112
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2113
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2114
                    <connection refLocalId="41" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2115
                      <position y="220" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2116
                      <position y="220" x="546"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2117
                      <position y="115" x="546"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2118
                      <position y="115" x="536"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2119
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2120
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2121
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2122
                <variable formalParameter="IN0">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2123
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2124
                    <relPosition y="170" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2125
                    <connection refLocalId="2" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2126
                      <position y="320" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2127
                      <position y="320" x="573"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2128
                      <position y="319" x="573"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2129
                      <position y="319" x="378"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2130
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2131
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2132
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2133
                <variable formalParameter="IN1">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2134
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2135
                    <relPosition y="270" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2136
                    <connection refLocalId="3" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2137
                      <position y="420" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2138
                      <position y="420" x="452"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2139
                      <position y="423" x="452"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2140
                      <position y="423" x="366"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2141
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2142
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2143
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2144
                <variable formalParameter="IN2">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2145
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2146
                    <relPosition y="370" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2147
                    <connection refLocalId="4" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2148
                      <position y="520" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2149
                      <position y="520" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2150
                      <position y="522" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2151
                      <position y="522" x="375"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2152
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2153
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2154
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2155
                <variable formalParameter="IN3">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2156
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2157
                    <relPosition y="470" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2158
                    <connection refLocalId="5" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2159
                      <position y="620" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2160
                      <position y="620" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2161
                      <position y="623" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2162
                      <position y="623" x="380"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2163
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2164
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2165
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2166
                <variable formalParameter="IN4">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2167
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2168
                    <relPosition y="570" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2169
                    <connection refLocalId="6" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2170
                      <position y="720" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2171
                      <position y="720" x="461"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2172
                      <position y="723" x="461"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2173
                      <position y="723" x="383"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2174
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2175
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2176
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2177
                <variable formalParameter="IN5">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2178
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2179
                    <relPosition y="670" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2180
                    <connection refLocalId="7" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2181
                      <position y="820" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2182
                      <position y="820" x="462"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2183
                      <position y="823" x="462"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2184
                      <position y="823" x="385"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2185
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2186
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2187
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2188
                <variable formalParameter="IN6">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2189
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2190
                    <relPosition y="770" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2191
                    <connection refLocalId="8" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2192
                      <position y="920" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2193
                      <position y="920" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2194
                      <position y="922" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2195
                      <position y="922" x="388"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2196
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2197
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2198
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2199
                <variable formalParameter="IN7">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2200
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2201
                    <relPosition y="870" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2202
                    <connection refLocalId="9" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2203
                      <position y="1020" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2204
                      <position y="1020" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2205
                      <position y="1024" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2206
                      <position y="1024" x="383"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2207
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2208
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2209
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2210
                <variable formalParameter="IN8">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2211
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2212
                    <relPosition y="970" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2213
                    <connection refLocalId="10" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2214
                      <position y="1120" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2215
                      <position y="1120" x="458"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2216
                      <position y="1123" x="458"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2217
                      <position y="1123" x="378"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2218
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2219
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2220
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2221
                <variable formalParameter="IN9">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2222
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2223
                    <relPosition y="1070" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2224
                    <connection refLocalId="11" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2225
                      <position y="1220" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2226
                      <position y="1220" x="461"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2227
                      <position y="1223" x="461"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2228
                      <position y="1223" x="384"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2229
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2230
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2231
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2232
                <variable formalParameter="IN10">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2233
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2234
                    <relPosition y="1170" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2235
                    <connection refLocalId="12" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2236
                      <position y="1320" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2237
                      <position y="1320" x="458"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2238
                      <position y="1323" x="458"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2239
                      <position y="1323" x="378"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2240
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2241
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2242
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2243
                <variable formalParameter="IN11">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2244
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2245
                    <relPosition y="1270" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2246
                    <connection refLocalId="13" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2247
                      <position y="1420" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2248
                      <position y="1420" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2249
                      <position y="1423" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2250
                      <position y="1423" x="379"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2251
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2252
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2253
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2254
                <variable formalParameter="IN12">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2255
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2256
                    <relPosition y="1370" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2257
                    <connection refLocalId="14" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2258
                      <position y="1520" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2259
                      <position y="1520" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2260
                      <position y="1523" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2261
                      <position y="1523" x="380"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2262
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2263
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2264
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2265
                <variable formalParameter="IN13">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2266
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2267
                    <relPosition y="1470" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2268
                    <connection refLocalId="35" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2269
                      <position y="1620" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2270
                      <position y="1620" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2271
                      <position y="1622" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2272
                      <position y="1622" x="375"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2273
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2274
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2275
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2276
                <variable formalParameter="IN14">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2277
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2278
                    <relPosition y="1570" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2279
                    <connection refLocalId="15" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2280
                      <position y="1720" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2281
                      <position y="1720" x="384"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2282
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2283
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2284
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2285
                <variable formalParameter="IN15">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2286
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2287
                    <relPosition y="1670" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2288
                    <connection refLocalId="16" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2289
                      <position y="1820" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2290
                      <position y="1820" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2291
                      <position y="1822" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2292
                      <position y="1822" x="384"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2293
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2294
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2295
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2296
                <variable formalParameter="IN16">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2297
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2298
                    <relPosition y="1770" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2299
                    <connection refLocalId="17" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2300
                      <position y="1920" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2301
                      <position y="1920" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2302
                      <position y="1922" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2303
                      <position y="1922" x="370"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2304
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2305
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2306
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2307
                <variable formalParameter="IN17">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2308
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2309
                    <relPosition y="1870" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2310
                    <connection refLocalId="18" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2311
                      <position y="2020" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2312
                      <position y="2020" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2313
                      <position y="2024" x="468"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2314
                      <position y="2024" x="372"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2315
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2316
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2317
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2318
                <variable formalParameter="IN18">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2319
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2320
                    <relPosition y="1970" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2321
                    <connection refLocalId="1" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2322
                      <position y="2120" x="768"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2323
                      <position y="2120" x="455"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2324
                      <position y="2123" x="455"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2325
                      <position y="2123" x="372"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2326
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2327
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2328
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2329
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2330
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2331
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2332
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2333
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2334
                    <relPosition y="70" x="71"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2335
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2336
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2337
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2338
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2339
            <inVariable localId="40" width="59" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2340
              <position y="19" x="319"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2341
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2342
                <relPosition y="13" x="59"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2343
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2344
              <expression>TESTNR</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2345
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2346
            <block localId="41" height="80" width="63" instanceName="" typeName="LIMIT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2347
              <position y="85" x="473"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2348
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2349
                <variable formalParameter="MN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2350
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2351
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2352
                    <connection refLocalId="42">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2353
                      <position y="115" x="473"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2354
                      <position y="115" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2355
                      <position y="92" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2356
                      <position y="92" x="449"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2357
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2358
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2359
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2360
                <variable formalParameter="IN">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2361
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2362
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2363
                    <connection refLocalId="40">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2364
                      <position y="135" x="473"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2365
                      <position y="135" x="423"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2366
                      <position y="32" x="423"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2367
                      <position y="32" x="378"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2368
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2369
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2370
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2371
                <variable formalParameter="MX">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2372
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2373
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2374
                    <connection refLocalId="43">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2375
                      <position y="155" x="473"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2376
                      <position y="155" x="445"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2377
                      <position y="164" x="445"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2378
                      <position y="164" x="408"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2379
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2380
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2381
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2382
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2383
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2384
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2385
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2386
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2387
                    <relPosition y="30" x="63"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2388
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2389
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2390
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2391
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2392
            <inVariable localId="42" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2393
              <position y="79" x="431"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2394
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2395
                <relPosition y="13" x="18"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2396
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2397
              <expression>0</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2398
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2399
            <inVariable localId="43" width="26" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2400
              <position y="151" x="382"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2401
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2402
                <relPosition y="13" x="26"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2403
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2404
              <expression>18</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2405
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2406
            <outVariable localId="44" width="66" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2407
              <position y="205" x="868"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2408
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2409
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2410
                <connection refLocalId="39" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2411
                  <position y="218" x="868"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2412
                  <position y="218" x="849"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2413
                  <position y="220" x="849"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2414
                  <position y="220" x="839"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2415
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2416
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2417
              <expression>RES_STR</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2418
            </outVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2419
            <outVariable localId="45" width="83" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2420
              <position y="17" x="459"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2421
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2422
                <relPosition y="13" x="0"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2423
                <connection refLocalId="40">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2424
                  <position y="30" x="459"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2425
                  <position y="30" x="445"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2426
                  <position y="32" x="445"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2427
                  <position y="32" x="378"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2428
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2429
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2430
              <expression>NEXT_TEST</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2431
            </outVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2432
            <inVariable localId="46" width="130" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2433
              <position y="1068" x="1287"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2434
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2435
                <relPosition y="13" x="130"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2436
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2437
              <expression>'BOOL_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2438
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2439
            <inVariable localId="47" width="123" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2440
              <position y="226" x="1301"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2441
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2442
                <relPosition y="13" x="123"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2443
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2444
              <expression>'SINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2445
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2446
            <inVariable localId="48" width="114" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2447
              <position y="270" x="1298"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2448
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2449
                <relPosition y="13" x="114"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2450
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2451
              <expression>'INT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2452
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2453
            <inVariable localId="49" width="124" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2454
              <position y="321" x="1298"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2455
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2456
                <relPosition y="13" x="124"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2457
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2458
              <expression>'DINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2459
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2460
            <inVariable localId="50" width="121" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2461
              <position y="372" x="1298"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2462
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2463
                <relPosition y="13" x="121"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2464
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2465
              <expression>'LINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2466
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2467
            <inVariable localId="51" width="133" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2468
              <position y="421" x="1297"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2469
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2470
                <relPosition y="13" x="133"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2471
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2472
              <expression>'USINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2473
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2474
            <inVariable localId="52" width="124" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2475
              <position y="459" x="1296"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2476
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2477
                <relPosition y="13" x="124"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2478
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2479
              <expression>'UINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2480
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2481
            <inVariable localId="53" width="134" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2482
              <position y="509" x="1292"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2483
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2484
                <relPosition y="13" x="134"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2485
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2486
              <expression>'UDINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2487
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2488
            <inVariable localId="54" width="131" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2489
              <position y="561" x="1294"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2490
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2491
                <relPosition y="13" x="131"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2492
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2493
              <expression>'ULINT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2494
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2495
            <inVariable localId="55" width="126" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2496
              <position y="609" x="1293"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2497
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2498
                <relPosition y="13" x="126"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2499
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2500
              <expression>'REAL_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2501
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2502
            <inVariable localId="56" width="133" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2503
              <position y="654" x="1293"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2504
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2505
                <relPosition y="13" x="133"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2506
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2507
              <expression>'LREAL_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2508
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2509
            <inVariable localId="57" width="123" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2510
              <position y="699" x="1295"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2511
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2512
                <relPosition y="13" x="123"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2513
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2514
              <expression>'TIME_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2515
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2516
            <inVariable localId="58" width="127" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2517
              <position y="742" x="1295"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2518
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2519
                <relPosition y="13" x="127"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2520
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2521
              <expression>'DATE_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2522
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2523
            <inVariable localId="59" width="121" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2524
              <position y="791" x="1296"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2525
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2526
                <relPosition y="13" x="121"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2527
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2528
              <expression>'TOD_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2529
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2530
            <inVariable localId="60" width="111" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2531
              <position y="841" x="1293"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2532
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2533
                <relPosition y="13" x="111"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2534
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2535
              <expression>'DT_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2536
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2537
            <inVariable localId="61" width="125" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2538
              <position y="892" x="1290"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2539
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2540
                <relPosition y="13" x="125"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2541
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2542
              <expression>'BYTE_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2543
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2544
            <inVariable localId="62" width="133" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2545
              <position y="936" x="1291"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2546
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2547
                <relPosition y="13" x="133"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2548
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2549
              <expression>'WORD_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2550
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2551
            <inVariable localId="63" width="143" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2552
              <position y="981" x="1290"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2553
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2554
                <relPosition y="13" x="143"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2555
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2556
              <expression>'DWORD_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2557
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2558
            <inVariable localId="64" width="139" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2559
              <position y="1020" x="1288"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2560
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2561
                <relPosition y="13" x="139"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2562
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2563
              <expression>'LWORD_TO_STRING'</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2564
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2565
            <block localId="65" height="965" width="71" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2566
              <position y="151" x="1544"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2567
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2568
                <variable formalParameter="K">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2569
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2570
                    <relPosition y="43" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2571
                    <connection refLocalId="41" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2572
                      <position y="194" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2573
                      <position y="194" x="1226"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2574
                      <position y="115" x="1226"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2575
                      <position y="115" x="536"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2576
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2577
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2578
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2579
                <variable formalParameter="IN0">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2580
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2581
                    <relPosition y="90" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2582
                    <connection refLocalId="47">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2583
                      <position y="241" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2584
                      <position y="241" x="1484"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2585
                      <position y="239" x="1484"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2586
                      <position y="239" x="1424"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2587
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2588
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2589
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2590
                <variable formalParameter="IN1">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2591
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2592
                    <relPosition y="137" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2593
                    <connection refLocalId="48">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2594
                      <position y="288" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2595
                      <position y="288" x="1478"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2596
                      <position y="283" x="1478"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2597
                      <position y="283" x="1412"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2598
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2599
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2600
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2601
                <variable formalParameter="IN2">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2602
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2603
                    <relPosition y="184" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2604
                    <connection refLocalId="49">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2605
                      <position y="335" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2606
                      <position y="335" x="1483"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2607
                      <position y="334" x="1483"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2608
                      <position y="334" x="1422"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2609
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2610
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2611
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2612
                <variable formalParameter="IN3">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2613
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2614
                    <relPosition y="231" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2615
                    <connection refLocalId="50">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2616
                      <position y="382" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2617
                      <position y="382" x="1481"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2618
                      <position y="385" x="1481"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2619
                      <position y="385" x="1419"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2620
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2621
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2622
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2623
                <variable formalParameter="IN4">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2624
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2625
                    <relPosition y="278" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2626
                    <connection refLocalId="51">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2627
                      <position y="429" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2628
                      <position y="429" x="1487"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2629
                      <position y="434" x="1487"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2630
                      <position y="434" x="1430"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2631
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2632
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2633
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2634
                <variable formalParameter="IN5">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2635
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2636
                    <relPosition y="325" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2637
                    <connection refLocalId="52">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2638
                      <position y="476" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2639
                      <position y="476" x="1482"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2640
                      <position y="472" x="1482"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2641
                      <position y="472" x="1420"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2642
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2643
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2644
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2645
                <variable formalParameter="IN6">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2646
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2647
                    <relPosition y="372" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2648
                    <connection refLocalId="53">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2649
                      <position y="523" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2650
                      <position y="523" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2651
                      <position y="522" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2652
                      <position y="522" x="1426"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2653
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2654
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2655
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2656
                <variable formalParameter="IN7">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2657
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2658
                    <relPosition y="419" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2659
                    <connection refLocalId="54">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2660
                      <position y="570" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2661
                      <position y="570" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2662
                      <position y="574" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2663
                      <position y="574" x="1425"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2664
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2665
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2666
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2667
                <variable formalParameter="IN8">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2668
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2669
                    <relPosition y="466" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2670
                    <connection refLocalId="55">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2671
                      <position y="617" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2672
                      <position y="617" x="1482"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2673
                      <position y="622" x="1482"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2674
                      <position y="622" x="1419"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2675
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2676
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2677
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2678
                <variable formalParameter="IN9">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2679
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2680
                    <relPosition y="513" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2681
                    <connection refLocalId="56">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2682
                      <position y="664" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2683
                      <position y="664" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2684
                      <position y="667" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2685
                      <position y="667" x="1426"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2686
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2687
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2688
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2689
                <variable formalParameter="IN10">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2690
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2691
                    <relPosition y="560" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2692
                    <connection refLocalId="57">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2693
                      <position y="711" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2694
                      <position y="711" x="1481"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2695
                      <position y="712" x="1481"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2696
                      <position y="712" x="1418"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2697
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2698
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2699
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2700
                <variable formalParameter="IN11">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2701
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2702
                    <relPosition y="607" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2703
                    <connection refLocalId="58">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2704
                      <position y="758" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2705
                      <position y="758" x="1483"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2706
                      <position y="755" x="1483"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2707
                      <position y="755" x="1422"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2708
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2709
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2710
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2711
                <variable formalParameter="IN12">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2712
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2713
                    <relPosition y="654" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2714
                    <connection refLocalId="59">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2715
                      <position y="805" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2716
                      <position y="805" x="1480"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2717
                      <position y="804" x="1480"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2718
                      <position y="804" x="1417"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2719
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2720
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2721
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2722
                <variable formalParameter="IN13">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2723
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2724
                    <relPosition y="701" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2725
                    <connection refLocalId="60">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2726
                      <position y="852" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2727
                      <position y="852" x="1474"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2728
                      <position y="854" x="1474"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2729
                      <position y="854" x="1404"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2730
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2731
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2732
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2733
                <variable formalParameter="IN14">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2734
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2735
                    <relPosition y="748" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2736
                    <connection refLocalId="61">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2737
                      <position y="899" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2738
                      <position y="899" x="1479"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2739
                      <position y="905" x="1479"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2740
                      <position y="905" x="1415"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2741
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2742
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2743
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2744
                <variable formalParameter="IN15">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2745
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2746
                    <relPosition y="795" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2747
                    <connection refLocalId="62">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2748
                      <position y="946" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2749
                      <position y="946" x="1484"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2750
                      <position y="949" x="1484"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2751
                      <position y="949" x="1424"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2752
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2753
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2754
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2755
                <variable formalParameter="IN16">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2756
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2757
                    <relPosition y="842" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2758
                    <connection refLocalId="63">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2759
                      <position y="993" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2760
                      <position y="993" x="1488"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2761
                      <position y="994" x="1488"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2762
                      <position y="994" x="1433"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2763
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2764
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2765
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2766
                <variable formalParameter="IN17">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2767
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2768
                    <relPosition y="889" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2769
                    <connection refLocalId="64">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2770
                      <position y="1040" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2771
                      <position y="1040" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2772
                      <position y="1033" x="1485"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2773
                      <position y="1033" x="1427"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2774
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2775
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2776
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2777
                <variable formalParameter="IN18">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2778
                  <connectionPointIn>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2779
                    <relPosition y="936" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2780
                    <connection refLocalId="46">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2781
                      <position y="1087" x="1544"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2782
                      <position y="1087" x="1480"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2783
                      <position y="1081" x="1480"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2784
                      <position y="1081" x="1417"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2785
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2786
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2787
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2788
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2789
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2790
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2791
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2792
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2793
                    <relPosition y="43" x="71"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2794
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2795
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2796
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2797
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2798
            <outVariable localId="66" width="86" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2799
              <position y="548" x="1692"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2800
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2801
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2802
                <connection refLocalId="65" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2803
                  <position y="561" x="1692"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2804
                  <position y="561" x="1653"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2805
                  <position y="194" x="1653"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2806
                  <position y="194" x="1615"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2807
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2808
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2809
              <expression>TEST_NAME</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2810
            </outVariable>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2811
            <comment localId="67" height="142" width="277">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2812
              <position y="22" x="24"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2813
              <content>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2814
This POU tests:
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2815
- litterals for ANY types
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2816
- convertion from ANY types to STRING
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2817
- convertion from STRING to ANY types
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2818
- EQ test for ANY types
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2819
              </content>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  2820
            </comment>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2821
            <block localId="68" height="40" width="124" instanceName="" typeName="STRING_TO_BOOL">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2822
              <position y="2129" x="429"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2823
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2824
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2825
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2826
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2827
                    <connection refLocalId="1" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2828
                      <position y="2159" x="429"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2829
                      <position y="2159" x="400"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2830
                      <position y="2123" x="400"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2831
                      <position y="2123" x="372"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2832
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2833
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2834
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2835
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2836
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2837
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2838
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2839
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2840
                    <relPosition y="30" x="124"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2841
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2842
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2843
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2844
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2845
            <block localId="69" height="40" width="117" instanceName="" typeName="STRING_TO_SINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2846
              <position y="336" x="425"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2847
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2848
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2849
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2850
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2851
                    <connection refLocalId="2" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2852
                      <position y="366" x="425"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2853
                      <position y="366" x="412"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2854
                      <position y="319" x="412"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2855
                      <position y="319" x="378"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2856
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2857
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2858
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2859
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2860
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2861
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2862
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2863
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2864
                    <relPosition y="30" x="117"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2865
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2866
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2867
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2868
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2869
            <block localId="70" height="40" width="108" instanceName="" typeName="STRING_TO_INT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2870
              <position y="433" x="417"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2871
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2872
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2873
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2874
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2875
                    <connection refLocalId="3" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2876
                      <position y="463" x="417"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2877
                      <position y="463" x="398"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2878
                      <position y="423" x="398"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2879
                      <position y="423" x="366"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2880
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2881
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2882
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2883
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2884
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2885
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2886
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2887
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2888
                    <relPosition y="30" x="108"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2889
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2890
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2891
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2892
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2893
            <block localId="71" height="40" width="118" instanceName="" typeName="STRING_TO_DINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2894
              <position y="530" x="427"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2895
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2896
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2897
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2898
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2899
                    <connection refLocalId="4" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2900
                      <position y="560" x="427"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2901
                      <position y="560" x="401"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2902
                      <position y="522" x="401"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2903
                      <position y="522" x="375"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2904
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2905
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2906
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2907
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2908
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2909
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2910
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2911
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2912
                    <relPosition y="30" x="118"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2913
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2914
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2915
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2916
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2917
            <block localId="72" height="40" width="115" instanceName="" typeName="STRING_TO_LINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2918
              <position y="631" x="426"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2919
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2920
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2921
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2922
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2923
                    <connection refLocalId="5" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2924
                      <position y="661" x="426"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2925
                      <position y="661" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2926
                      <position y="623" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2927
                      <position y="623" x="380"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2928
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2929
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2930
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2931
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2932
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2933
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2934
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2935
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2936
                    <relPosition y="30" x="115"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2937
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2938
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2939
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2940
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2941
            <block localId="73" height="40" width="128" instanceName="" typeName="STRING_TO_UDINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2942
              <position y="929" x="421"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2943
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2944
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2945
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2946
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2947
                    <connection refLocalId="8" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2948
                      <position y="959" x="421"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2949
                      <position y="959" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2950
                      <position y="922" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2951
                      <position y="922" x="388"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2952
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2953
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2954
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2955
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2956
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2957
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2958
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2959
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2960
                    <relPosition y="30" x="128"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2961
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2962
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2963
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2964
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2965
            <block localId="74" height="40" width="125" instanceName="" typeName="STRING_TO_ULINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2966
              <position y="1036" x="425"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2967
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2968
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2969
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2970
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2971
                    <connection refLocalId="9" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2972
                      <position y="1066" x="425"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2973
                      <position y="1066" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2974
                      <position y="1024" x="404"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2975
                      <position y="1024" x="383"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2976
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2977
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2978
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2979
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2980
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2981
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2982
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2983
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2984
                    <relPosition y="30" x="125"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2985
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2986
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2987
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2988
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2989
            <block localId="75" height="40" width="120" instanceName="" typeName="STRING_TO_REAL">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2990
              <position y="1131" x="423"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2991
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2992
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2993
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2994
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  2995
                    <connection refLocalId="10" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2996
                      <position y="1161" x="423"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2997
                      <position y="1161" x="400"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2998
                      <position y="1123" x="400"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  2999
                      <position y="1123" x="378"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3000
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3001
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3002
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3003
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3004
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3005
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3006
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3007
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3008
                    <relPosition y="30" x="120"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3009
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3010
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3011
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3012
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3013
            <block localId="76" height="40" width="127" instanceName="" typeName="STRING_TO_LREAL">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3014
              <position y="1228" x="422"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3015
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3016
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3017
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3018
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3019
                    <connection refLocalId="11" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3020
                      <position y="1258" x="422"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3021
                      <position y="1258" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3022
                      <position y="1223" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3023
                      <position y="1223" x="384"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3024
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3025
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3026
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3027
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3028
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3029
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3030
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3031
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3032
                    <relPosition y="30" x="127"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3033
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3034
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3035
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3036
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3037
            <block localId="77" height="40" width="117" instanceName="" typeName="STRING_TO_TIME">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3038
              <position y="1329" x="428"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3039
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3040
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3041
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3042
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3043
                    <connection refLocalId="12" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3044
                      <position y="1359" x="428"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3045
                      <position y="1359" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3046
                      <position y="1323" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3047
                      <position y="1323" x="378"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3048
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3049
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3050
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3051
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3052
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3053
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3054
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3055
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3056
                    <relPosition y="30" x="117"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3057
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3058
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3059
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3060
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3061
            <block localId="78" height="40" width="121" instanceName="" typeName="STRING_TO_DATE">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3062
              <position y="1431" x="432"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3063
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3064
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3065
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3066
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3067
                    <connection refLocalId="13" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3068
                      <position y="1461" x="432"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3069
                      <position y="1461" x="405"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3070
                      <position y="1423" x="405"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3071
                      <position y="1423" x="379"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3072
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3073
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3074
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3075
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3076
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3077
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3078
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3079
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3080
                    <relPosition y="30" x="121"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3081
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3082
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3083
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3084
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3085
            <block localId="79" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3086
              <position y="336" x="587"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3087
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3088
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3089
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3090
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3091
                    <connection refLocalId="69" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3092
                      <position y="366" x="587"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3093
                      <position y="366" x="542"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3094
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3095
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3096
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3097
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3098
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3099
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3100
                    <connection refLocalId="20">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3101
                      <position y="386" x="587"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3102
                      <position y="386" x="233"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3103
                      <position y="328" x="233"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3104
                      <position y="328" x="142"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3105
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3106
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3107
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3108
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3109
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3110
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3111
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3112
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3113
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3114
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3115
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3116
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3117
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3118
            <block localId="80" height="40" width="127" instanceName="" typeName="STRING_TO_USINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3119
              <position y="733" x="422"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3120
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3121
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3122
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3123
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3124
                    <connection refLocalId="6" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3125
                      <position y="763" x="422"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3126
                      <position y="763" x="402"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3127
                      <position y="723" x="402"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3128
                      <position y="723" x="383"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3129
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3130
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3131
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3132
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3133
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3134
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3135
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3136
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3137
                    <relPosition y="30" x="127"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3138
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3139
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3140
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3141
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3142
            <block localId="81" height="40" width="118" instanceName="" typeName="STRING_TO_UINT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3143
              <position y="832" x="422"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3144
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3145
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3146
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3147
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3148
                    <connection refLocalId="7" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3149
                      <position y="862" x="422"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3150
                      <position y="862" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3151
                      <position y="823" x="403"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3152
                      <position y="823" x="385"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3153
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3154
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3155
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3156
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3157
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3158
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3159
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3160
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3161
                    <relPosition y="30" x="118"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3162
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3163
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3164
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3165
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3166
            <block localId="82" height="40" width="115" instanceName="" typeName="STRING_TO_TOD">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3167
              <position y="1533" x="432"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3168
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3169
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3170
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3171
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3172
                    <connection refLocalId="14" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3173
                      <position y="1563" x="432"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3174
                      <position y="1563" x="406"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3175
                      <position y="1523" x="406"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3176
                      <position y="1523" x="380"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3177
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3178
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3179
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3180
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3181
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3182
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3183
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3184
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3185
                    <relPosition y="30" x="115"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3186
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3187
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3188
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3189
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3190
            <block localId="83" height="40" width="105" instanceName="" typeName="STRING_TO_DT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3191
              <position y="1631" x="427"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3192
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3193
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3194
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3195
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3196
                    <connection refLocalId="35" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3197
                      <position y="1661" x="427"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3198
                      <position y="1661" x="401"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3199
                      <position y="1622" x="401"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3200
                      <position y="1622" x="375"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3201
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3202
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3203
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3204
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3205
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3206
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3207
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3208
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3209
                    <relPosition y="30" x="105"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3210
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3211
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3212
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3213
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3214
            <block localId="84" height="40" width="119" instanceName="" typeName="STRING_TO_BYTE">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3215
              <position y="1730" x="420"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3216
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3217
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3218
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3219
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3220
                    <connection refLocalId="15" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3221
                      <position y="1760" x="420"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3222
                      <position y="1760" x="402"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3223
                      <position y="1720" x="402"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3224
                      <position y="1720" x="384"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3225
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3226
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3227
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3228
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3229
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3230
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3231
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3232
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3233
                    <relPosition y="30" x="119"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3234
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3235
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3236
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3237
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3238
            <block localId="85" height="40" width="127" instanceName="" typeName="STRING_TO_WORD">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3239
              <position y="1830" x="415"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3240
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3241
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3242
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3243
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3244
                    <connection refLocalId="16" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3245
                      <position y="1860" x="415"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3246
                      <position y="1860" x="399"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3247
                      <position y="1822" x="399"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3248
                      <position y="1822" x="384"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3249
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3250
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3251
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3252
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3253
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3254
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3255
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3256
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3257
                    <relPosition y="30" x="127"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3258
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3259
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3260
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3261
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3262
            <block localId="86" height="40" width="137" instanceName="" typeName="STRING_TO_DWORD">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3263
              <position y="1934" x="419"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3264
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3265
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3266
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3267
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3268
                    <connection refLocalId="17" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3269
                      <position y="1964" x="419"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3270
                      <position y="1964" x="394"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3271
                      <position y="1922" x="394"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3272
                      <position y="1922" x="370"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3273
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3274
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3275
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3276
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3277
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3278
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3279
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3280
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3281
                    <relPosition y="30" x="137"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3282
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3283
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3284
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3285
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3286
            <block localId="87" height="40" width="133" instanceName="" typeName="STRING_TO_LWORD">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3287
              <position y="2031" x="422"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3288
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3289
                <variable formalParameter="IN">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3290
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3291
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3292
                    <connection refLocalId="18" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3293
                      <position y="2061" x="422"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3294
                      <position y="2061" x="397"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3295
                      <position y="2024" x="397"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3296
                      <position y="2024" x="372"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3297
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3298
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3299
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3300
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3301
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3302
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3303
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3304
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3305
                    <relPosition y="30" x="133"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3306
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3307
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3308
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3309
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3310
            <block localId="88" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3311
              <position y="434" x="601"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3312
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3313
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3314
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3315
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3316
                    <connection refLocalId="70" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3317
                      <position y="464" x="601"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3318
                      <position y="464" x="563"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3319
                      <position y="463" x="563"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3320
                      <position y="463" x="525"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3321
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3322
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3323
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3324
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3325
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3326
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3327
                    <connection refLocalId="21">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3328
                      <position y="484" x="601"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3329
                      <position y="484" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3330
                      <position y="433" x="240"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3331
                      <position y="433" x="184"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3332
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3333
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3334
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3335
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3336
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3337
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3338
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3339
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3340
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3341
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3342
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3343
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3344
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3345
            <block localId="89" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3346
              <position y="529" x="585"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3347
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3348
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3349
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3350
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3351
                    <connection refLocalId="71" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3352
                      <position y="559" x="585"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3353
                      <position y="559" x="565"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3354
                      <position y="560" x="565"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3355
                      <position y="560" x="545"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3356
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3357
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3358
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3359
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3360
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3361
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3362
                    <connection refLocalId="22">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3363
                      <position y="579" x="585"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3364
                      <position y="579" x="241"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3365
                      <position y="522" x="241"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3366
                      <position y="522" x="227"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3367
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3368
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3369
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3370
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3371
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3372
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3373
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3374
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3375
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3376
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3377
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3378
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3379
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3380
            <block localId="90" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3381
              <position y="637" x="588"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3382
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3383
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3384
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3385
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3386
                    <connection refLocalId="72" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3387
                      <position y="667" x="588"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3388
                      <position y="667" x="564"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3389
                      <position y="661" x="564"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3390
                      <position y="661" x="541"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3391
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3392
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3393
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3394
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3395
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3396
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3397
                    <connection refLocalId="23">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3398
                      <position y="687" x="588"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3399
                      <position y="687" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3400
                      <position y="623" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3401
                      <position y="623" x="233"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3402
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3403
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3404
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3405
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3406
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3407
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3408
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3409
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3410
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3411
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3412
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3413
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3414
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3415
            <block localId="91" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3416
              <position y="735" x="598"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3417
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3418
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3419
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3420
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3421
                    <connection refLocalId="80" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3422
                      <position y="765" x="598"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3423
                      <position y="765" x="573"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3424
                      <position y="763" x="573"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3425
                      <position y="763" x="549"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3426
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3427
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3428
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3429
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3430
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3431
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3432
                    <connection refLocalId="24">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3433
                      <position y="785" x="598"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3434
                      <position y="785" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3435
                      <position y="725" x="235"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3436
                      <position y="725" x="214"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3437
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3438
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3439
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3440
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3441
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3442
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3443
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3444
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3445
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3446
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3447
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3448
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3449
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3450
            <block localId="92" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3451
              <position y="832" x="590"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3452
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3453
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3454
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3455
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3456
                    <connection refLocalId="81" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3457
                      <position y="862" x="590"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3458
                      <position y="862" x="540"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3459
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3460
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3461
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3462
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3463
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3464
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3465
                    <connection refLocalId="25">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3466
                      <position y="882" x="590"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3467
                      <position y="882" x="245"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3468
                      <position y="825" x="245"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3469
                      <position y="825" x="227"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3470
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3471
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3472
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3473
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3474
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3475
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3476
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3477
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3478
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3479
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3480
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3481
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3482
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3483
            <block localId="93" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3484
              <position y="928" x="597"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3485
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3486
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3487
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3488
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3489
                    <connection refLocalId="73" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3490
                      <position y="958" x="597"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3491
                      <position y="958" x="573"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3492
                      <position y="959" x="573"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3493
                      <position y="959" x="549"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3494
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3495
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3496
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3497
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3498
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3499
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3500
                    <connection refLocalId="26">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3501
                      <position y="978" x="597"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3502
                      <position y="978" x="246"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3503
                      <position y="923" x="246"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3504
                      <position y="923" x="229"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3505
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3506
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3507
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3508
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3509
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3510
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3511
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3512
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3513
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3514
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3515
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3516
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3517
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3518
            <block localId="94" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3519
              <position y="1036" x="597"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3520
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3521
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3522
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3523
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3524
                    <connection refLocalId="74" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3525
                      <position y="1066" x="597"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3526
                      <position y="1066" x="550"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3527
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3528
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3529
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3530
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3531
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3532
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3533
                    <connection refLocalId="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3534
                      <position y="1086" x="597"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3535
                      <position y="1086" x="243"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3536
                      <position y="1024" x="243"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3537
                      <position y="1024" x="228"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3538
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3539
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3540
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3541
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3542
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3543
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3544
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3545
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3546
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3547
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3548
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3549
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3550
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3551
            <block localId="95" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3552
              <position y="1131" x="584"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3553
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3554
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3555
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3556
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3557
                    <connection refLocalId="75" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3558
                      <position y="1161" x="584"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3559
                      <position y="1161" x="543"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3560
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3561
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3562
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3563
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3564
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3565
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3566
                    <connection refLocalId="28">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3567
                      <position y="1181" x="584"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3568
                      <position y="1181" x="244"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3569
                      <position y="1122" x="244"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3570
                      <position y="1122" x="225"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3571
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3572
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3573
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3574
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3575
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3576
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3577
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3578
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3579
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3580
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3581
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3582
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3583
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3584
            <block localId="96" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3585
              <position y="1229" x="585"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3586
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3587
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3588
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3589
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3590
                    <connection refLocalId="76" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3591
                      <position y="1259" x="585"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3592
                      <position y="1259" x="567"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3593
                      <position y="1258" x="567"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3594
                      <position y="1258" x="549"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3595
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3596
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3597
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3598
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3599
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3600
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3601
                    <connection refLocalId="29">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3602
                      <position y="1279" x="585"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3603
                      <position y="1279" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3604
                      <position y="1224" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3605
                      <position y="1224" x="224"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3606
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3607
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3608
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3609
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3610
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3611
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3612
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3613
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3614
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3615
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3616
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3617
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3618
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3619
            <block localId="97" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3620
              <position y="1329" x="581"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3621
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3622
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3623
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3624
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3625
                    <connection refLocalId="77" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3626
                      <position y="1359" x="581"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3627
                      <position y="1359" x="545"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3628
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3629
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3630
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3631
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3632
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3633
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3634
                    <connection refLocalId="30">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3635
                      <position y="1379" x="581"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3636
                      <position y="1379" x="248"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3637
                      <position y="1322" x="248"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3638
                      <position y="1322" x="225"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3639
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3640
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3641
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3642
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3643
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3644
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3645
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3646
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3647
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3648
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3649
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3650
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3651
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3652
            <block localId="98" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3653
              <position y="1429" x="592"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3654
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3655
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3656
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3657
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3658
                    <connection refLocalId="78" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3659
                      <position y="1459" x="592"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3660
                      <position y="1459" x="572"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3661
                      <position y="1461" x="572"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3662
                      <position y="1461" x="553"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3663
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3664
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3665
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3666
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3667
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3668
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3669
                    <connection refLocalId="31">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3670
                      <position y="1479" x="592"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3671
                      <position y="1479" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3672
                      <position y="1419" x="239"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3673
                      <position y="1419" x="223"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3674
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3675
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3676
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3677
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3678
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3679
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3680
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3681
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3682
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3683
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3684
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3685
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3686
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3687
            <block localId="99" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3688
              <position y="1532" x="591"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3689
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3690
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3691
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3692
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3693
                    <connection refLocalId="82" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3694
                      <position y="1562" x="591"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3695
                      <position y="1562" x="569"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3696
                      <position y="1563" x="569"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3697
                      <position y="1563" x="547"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3698
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3699
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3700
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3701
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3702
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3703
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3704
                    <connection refLocalId="32">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3705
                      <position y="1582" x="591"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3706
                      <position y="1582" x="248"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3707
                      <position y="1520" x="248"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3708
                      <position y="1520" x="234"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3709
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3710
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3711
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3712
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3713
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3714
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3715
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3716
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3717
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3718
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3719
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3720
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3721
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3722
            <block localId="100" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3723
              <position y="1631" x="590"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3724
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3725
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3726
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3727
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3728
                    <connection refLocalId="83" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3729
                      <position y="1661" x="590"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3730
                      <position y="1661" x="532"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3731
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3732
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3733
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3734
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3735
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3736
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3737
                    <connection refLocalId="33">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3738
                      <position y="1681" x="590"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3739
                      <position y="1681" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3740
                      <position y="1612" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3741
                      <position y="1612" x="229"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3742
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3743
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3744
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3745
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3746
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3747
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3748
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3749
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3750
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3751
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3752
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3753
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3754
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3755
            <block localId="101" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3756
              <position y="1730" x="592"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3757
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3758
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3759
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3760
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3761
                    <connection refLocalId="84" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3762
                      <position y="1760" x="592"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3763
                      <position y="1760" x="539"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3764
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3765
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3766
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3767
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3768
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3769
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3770
                    <connection refLocalId="34">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3771
                      <position y="1780" x="592"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3772
                      <position y="1780" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3773
                      <position y="1716" x="247"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3774
                      <position y="1716" x="228"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3775
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3776
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3777
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3778
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3779
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3780
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3781
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3782
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3783
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3784
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3785
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3786
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3787
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3788
            <block localId="102" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3789
              <position y="1833" x="591"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3790
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3791
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3792
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3793
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3794
                    <connection refLocalId="85" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3795
                      <position y="1863" x="591"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3796
                      <position y="1863" x="566"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3797
                      <position y="1860" x="566"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3798
                      <position y="1860" x="542"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3799
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3800
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3801
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3802
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3803
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3804
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3805
                    <connection refLocalId="36">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3806
                      <position y="1883" x="591"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3807
                      <position y="1883" x="246"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3808
                      <position y="1817" x="246"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3809
                      <position y="1817" x="232"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3810
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3811
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3812
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3813
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3814
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3815
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3816
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3817
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3818
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3819
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3820
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3821
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3822
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3823
            <block localId="103" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3824
              <position y="1932" x="596"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3825
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3826
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3827
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3828
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3829
                    <connection refLocalId="86" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3830
                      <position y="1962" x="596"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3831
                      <position y="1962" x="576"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3832
                      <position y="1964" x="576"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3833
                      <position y="1964" x="556"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3834
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3835
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3836
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3837
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3838
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3839
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3840
                    <connection refLocalId="37">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3841
                      <position y="1982" x="596"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3842
                      <position y="1982" x="213"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3843
                      <position y="1917" x="213"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3844
                      <position y="1917" x="199"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3845
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3846
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3847
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3848
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3849
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3850
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3851
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3852
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3853
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3854
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3855
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3856
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3857
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3858
            <block localId="104" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3859
              <position y="2031" x="599"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3860
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3861
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3862
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3863
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3864
                    <connection refLocalId="87" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3865
                      <position y="2061" x="599"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3866
                      <position y="2061" x="555"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3867
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3868
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3869
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3870
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3871
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3872
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3873
                    <connection refLocalId="38">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3874
                      <position y="2081" x="599"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3875
                      <position y="2081" x="219"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3876
                      <position y="2021" x="219"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3877
                      <position y="2021" x="199"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3878
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3879
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3880
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3881
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3882
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3883
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3884
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3885
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3886
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3887
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3888
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3889
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3890
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3891
            <block localId="105" height="60" width="63" instanceName="" typeName="EQ">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3892
              <position y="2129" x="604"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3893
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3894
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3895
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3896
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3897
                    <connection refLocalId="68" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3898
                      <position y="2159" x="604"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3899
                      <position y="2159" x="553"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3900
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3901
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3902
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3903
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3904
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3905
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3906
                    <connection refLocalId="19">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3907
                      <position y="2179" x="604"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3908
                      <position y="2179" x="227"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3909
                      <position y="2121" x="227"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3910
                      <position y="2121" x="206"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3911
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3912
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3913
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3914
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3915
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3916
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3917
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3918
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3919
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3920
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3921
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3922
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3923
            </block>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3924
            <block localId="106" height="2032" width="71" instanceName="" typeName="MUX">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3925
              <position y="189" x="983"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3926
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3927
                <variable formalParameter="K">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3928
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3929
                    <relPosition y="70" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3930
                    <connection refLocalId="41" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3931
                      <position y="259" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3932
                      <position y="259" x="956"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3933
                      <position y="115" x="956"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3934
                      <position y="115" x="536"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3935
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3936
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3937
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3938
                <variable formalParameter="IN0">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3939
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3940
                    <relPosition y="170" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3941
                    <connection refLocalId="79" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3942
                      <position y="359" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3943
                      <position y="359" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3944
                      <position y="366" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3945
                      <position y="366" x="650"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3946
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3947
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3948
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3949
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3950
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3951
                    <relPosition y="270" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3952
                    <connection refLocalId="88" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3953
                      <position y="459" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3954
                      <position y="459" x="823"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3955
                      <position y="464" x="823"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3956
                      <position y="464" x="664"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3957
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3958
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3959
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3960
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3961
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3962
                    <relPosition y="370" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3963
                    <connection refLocalId="89" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3964
                      <position y="559" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3965
                      <position y="559" x="648"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3966
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3967
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3968
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3969
                <variable formalParameter="IN3">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3970
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3971
                    <relPosition y="470" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3972
                    <connection refLocalId="90" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3973
                      <position y="659" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3974
                      <position y="659" x="817"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3975
                      <position y="667" x="817"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3976
                      <position y="667" x="651"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3977
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3978
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3979
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3980
                <variable formalParameter="IN4">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3981
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3982
                    <relPosition y="570" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3983
                    <connection refLocalId="91" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3984
                      <position y="759" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3985
                      <position y="759" x="822"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3986
                      <position y="765" x="822"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3987
                      <position y="765" x="661"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3988
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3989
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3990
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3991
                <variable formalParameter="IN5">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3992
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3993
                    <relPosition y="670" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3994
                    <connection refLocalId="92" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3995
                      <position y="859" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3996
                      <position y="859" x="819"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3997
                      <position y="862" x="819"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  3998
                      <position y="862" x="653"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  3999
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4000
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4001
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4002
                <variable formalParameter="IN6">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4003
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4004
                    <relPosition y="770" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4005
                    <connection refLocalId="93" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4006
                      <position y="959" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4007
                      <position y="959" x="821"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4008
                      <position y="958" x="821"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4009
                      <position y="958" x="660"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4010
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4011
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4012
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4013
                <variable formalParameter="IN7">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4014
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4015
                    <relPosition y="870" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4016
                    <connection refLocalId="94" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4017
                      <position y="1059" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4018
                      <position y="1059" x="821"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4019
                      <position y="1066" x="821"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4020
                      <position y="1066" x="660"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4021
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4022
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4023
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4024
                <variable formalParameter="IN8">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4025
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4026
                    <relPosition y="970" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4027
                    <connection refLocalId="95" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4028
                      <position y="1159" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4029
                      <position y="1159" x="815"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4030
                      <position y="1161" x="815"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4031
                      <position y="1161" x="647"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4032
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4033
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4034
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4035
                <variable formalParameter="IN9">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4036
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4037
                    <relPosition y="1070" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4038
                    <connection refLocalId="96" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4039
                      <position y="1259" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4040
                      <position y="1259" x="648"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4041
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4042
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4043
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4044
                <variable formalParameter="IN10">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4045
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4046
                    <relPosition y="1170" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4047
                    <connection refLocalId="97" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4048
                      <position y="1359" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4049
                      <position y="1359" x="644"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4050
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4051
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4052
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4053
                <variable formalParameter="IN11">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4054
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4055
                    <relPosition y="1270" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4056
                    <connection refLocalId="98" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4057
                      <position y="1459" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4058
                      <position y="1459" x="655"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4059
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4060
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4061
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4062
                <variable formalParameter="IN12">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4063
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4064
                    <relPosition y="1370" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4065
                    <connection refLocalId="99" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4066
                      <position y="1559" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4067
                      <position y="1559" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4068
                      <position y="1562" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4069
                      <position y="1562" x="654"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4070
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4071
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4072
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4073
                <variable formalParameter="IN13">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4074
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4075
                    <relPosition y="1470" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4076
                    <connection refLocalId="100" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4077
                      <position y="1659" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4078
                      <position y="1659" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4079
                      <position y="1661" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4080
                      <position y="1661" x="653"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4081
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4082
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4083
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4084
                <variable formalParameter="IN14">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4085
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4086
                    <relPosition y="1570" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4087
                    <connection refLocalId="101" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4088
                      <position y="1759" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4089
                      <position y="1759" x="819"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4090
                      <position y="1760" x="819"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4091
                      <position y="1760" x="655"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4092
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4093
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4094
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4095
                <variable formalParameter="IN15">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4096
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4097
                    <relPosition y="1670" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4098
                    <connection refLocalId="102" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4099
                      <position y="1859" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4100
                      <position y="1859" x="822"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4101
                      <position y="1863" x="822"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4102
                      <position y="1863" x="654"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4103
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4104
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4105
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4106
                <variable formalParameter="IN16">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4107
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4108
                    <relPosition y="1770" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4109
                    <connection refLocalId="103" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4110
                      <position y="1959" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4111
                      <position y="1959" x="821"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4112
                      <position y="1962" x="821"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4113
                      <position y="1962" x="659"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4114
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4115
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4116
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4117
                <variable formalParameter="IN17">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4118
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4119
                    <relPosition y="1870" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4120
                    <connection refLocalId="104" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4121
                      <position y="2059" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4122
                      <position y="2059" x="822"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4123
                      <position y="2061" x="822"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4124
                      <position y="2061" x="662"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4125
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4126
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4127
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4128
                <variable formalParameter="IN18">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4129
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4130
                    <relPosition y="1970" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4131
                    <connection refLocalId="105" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4132
                      <position y="2159" x="983"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4133
                      <position y="2159" x="667"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4134
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4135
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4136
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4137
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4138
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4139
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4140
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4141
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4142
                    <relPosition y="70" x="71"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4143
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4144
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4145
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4146
            </block>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4147
            <outVariable localId="107" width="78" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4148
              <position y="244" x="1118"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4149
              <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4150
                <relPosition y="13" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4151
                <connection refLocalId="106" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4152
                  <position y="257" x="1118"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4153
                  <position y="257" x="1086"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4154
                  <position y="259" x="1086"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4155
                  <position y="259" x="1054"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4156
                </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4157
              </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4158
              <expression>RES_BOOL</expression>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4159
            </outVariable>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4160
          </FBD>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4161
        </body>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4162
      </pou>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4163
      <pou name="MAIN_TEST" pouType="program">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4164
        <interface>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4165
          <localVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4166
            <variable name="STR1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4167
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4168
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4169
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4170
              <initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4171
                <simpleValue value="3.456789"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4172
              </initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4173
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4174
            <variable name="INT1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4175
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4176
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4177
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4178
              <initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4179
                <simpleValue value="1"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4180
              </initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4181
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4182
          </localVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4183
          <localVars>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4184
            <variable name="RES_TO_STR" address="%QB0">
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4185
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4186
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4187
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4188
            </variable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4189
            <variable name="RES_FROM_STR" address="%QW1">
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4190
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4191
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4192
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4193
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4194
            <variable name="TEST_NB" address="%IW0">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4195
              <type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4196
                <INT/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4197
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4198
              <initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4199
                <simpleValue value="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4200
              </initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4201
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4202
          </localVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4203
          <externalVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4204
            <variable name="TO_STR_TEST_NAME">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4205
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4206
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4207
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4208
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4209
            <variable name="FROM_STR_TEST_NAME">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4210
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4211
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4212
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4213
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4214
          </externalVars>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4215
          <localVars>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4216
            <variable name="RES_STR_OPS" address="%QB3">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4217
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4218
                <string/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4219
              </type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4220
            </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4221
            <variable name="STR_OPS_TEST_NAME" address="%QB4">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4222
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4223
                <string/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4224
              </type>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4225
            </variable>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4226
            <variable name="RES_TO_STR_BOOL" address="%QX7">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4227
              <type>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4228
                <BOOL/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4229
              </type>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4230
            </variable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4231
          </localVars>
60
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4232
	  <localVars>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4233
		  <variable name="my_from_str_test">
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4234
			  <type>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4235
				  <derived name="TEST_FROM_STRINGS"/>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4236
			  </type>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4237
		  </variable>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4238
		  <variable name="my_string_ops">
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4239
			  <type>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4240
				  <derived name="TEST_STRINGS_OPS"/>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4241
			  </type>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4242
		  </variable>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4243
		  <variable name="my_to_str">
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4244
			  <type>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4245
				  <derived name="TEST_TO_STRINGS"/>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4246
			  </type>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4247
		  </variable>
6f489cf54897 Conform STD_TEST to standard, add FB declaration in localVars tag
etisserant
parents: 44
diff changeset
  4248
	  </localVars>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4249
        </interface>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4250
        <body>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4251
          <FBD>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4252
            <inVariable localId="2" width="42" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4253
              <position y="176" x="61"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4254
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4255
                <relPosition y="13" x="42"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4256
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4257
              <expression>STR1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4258
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4259
            <inVariable localId="3" width="60" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4260
              <position y="207" x="61"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4261
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4262
                <relPosition y="13" x="60"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4263
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4264
              <expression>'456'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4265
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4266
            <inVariable localId="4" width="75" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4267
              <position y="261" x="231"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4268
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4269
                <relPosition y="13" x="75"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4270
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4271
              <expression>'abcdefgh'</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4272
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4273
            <inVariable localId="5" width="38" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4274
              <position y="333" x="267"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4275
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4276
                <relPosition y="13" x="38"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4277
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4278
              <expression>INT1</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4279
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4280
            <inVariable localId="6" width="38" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4281
              <position y="365" x="263"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4282
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4283
                <relPosition y="13" x="38"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4284
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4285
              <expression>2</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4286
            </inVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4287
            <inVariable localId="7" width="38" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4288
              <position y="398" x="263"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4289
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4290
                <relPosition y="13" x="38"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4291
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4292
              <expression>3</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4293
            </inVariable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4294
            <outVariable localId="14" width="109" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4295
              <position y="375" x="747"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4296
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4297
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4298
                <connection refLocalId="21" formalParameter="INTRES">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4299
                  <position y="388" x="747"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4300
                  <position y="388" x="729"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4301
                  <position y="448" x="729"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4302
                  <position y="448" x="698"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4303
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4304
              </connectionPointIn>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4305
              <expression>RES_FROM_STR</expression>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4306
            </outVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4307
            <inVariable localId="17" width="67" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4308
              <position y="291" x="57"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4309
              <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4310
                <relPosition y="13" x="67"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4311
              </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4312
              <expression>TEST_NB</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4313
            </inVariable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4314
            <block localId="19" height="248" width="140" instanceName="my_string_ops" typeName="TEST_STRINGS_OPS">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4315
              <position y="177" x="351"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4316
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4317
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4318
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4319
                    <relPosition y="36" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4320
                    <connection refLocalId="2">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4321
                      <position y="213" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4322
                      <position y="213" x="227"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4323
                      <position y="189" x="227"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4324
                      <position y="189" x="103"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4325
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4326
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4327
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4328
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4329
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4330
                    <relPosition y="68" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4331
                    <connection refLocalId="3">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4332
                      <position y="245" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4333
                      <position y="245" x="236"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4334
                      <position y="220" x="236"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4335
                      <position y="220" x="121"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4336
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4337
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4338
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4339
                <variable formalParameter="IN3">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4340
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4341
                    <relPosition y="100" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4342
                    <connection refLocalId="4">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4343
                      <position y="277" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4344
                      <position y="277" x="328"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4345
                      <position y="274" x="328"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4346
                      <position y="274" x="306"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4347
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4348
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4349
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4350
                <variable formalParameter="TESTNR">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4351
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4352
                    <relPosition y="132" x="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4353
                    <connection refLocalId="17">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4354
                      <position y="309" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4355
                      <position y="309" x="237"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4356
                      <position y="304" x="237"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4357
                      <position y="304" x="124"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4358
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4359
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4360
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4361
                <variable formalParameter="K">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4362
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4363
                    <relPosition y="164" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4364
                    <connection refLocalId="5">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4365
                      <position y="341" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4366
                      <position y="341" x="328"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4367
                      <position y="346" x="328"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4368
                      <position y="346" x="305"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4369
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4370
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4371
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4372
                <variable formalParameter="P">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4373
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4374
                    <relPosition y="196" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4375
                    <connection refLocalId="6">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4376
                      <position y="373" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4377
                      <position y="373" x="326"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4378
                      <position y="378" x="326"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4379
                      <position y="378" x="301"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4380
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4381
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4382
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4383
                <variable formalParameter="L">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4384
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4385
                    <relPosition y="228" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4386
                    <connection refLocalId="7">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4387
                      <position y="405" x="351"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4388
                      <position y="405" x="326"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4389
                      <position y="411" x="326"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4390
                      <position y="411" x="301"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4391
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4392
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4393
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4394
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4395
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4396
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4397
                <variable formalParameter="STRRES">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4398
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4399
                    <relPosition y="36" x="140"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4400
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4401
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4402
                <variable formalParameter="NEXT_TEST">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4403
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4404
                    <relPosition y="68" x="140"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4405
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4406
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4407
                <variable formalParameter="TEST_NAME">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4408
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4409
                    <relPosition y="100" x="140"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4410
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4411
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4412
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4413
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4414
            <block localId="21" height="154" width="147" instanceName="my_from_str_test" typeName="TEST_FROM_STRINGS">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4415
              <position y="406" x="551"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4416
              <inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4417
                <variable formalParameter="IN1">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4418
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4419
                    <relPosition y="42" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4420
                    <connection refLocalId="2">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4421
                      <position y="448" x="551"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4422
                      <position y="448" x="186"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4423
                      <position y="189" x="186"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4424
                      <position y="189" x="103"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4425
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4426
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4427
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4428
                <variable formalParameter="IN2">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4429
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4430
                    <relPosition y="86" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4431
                    <connection refLocalId="3">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4432
                      <position y="492" x="551"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4433
                      <position y="492" x="165"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4434
                      <position y="220" x="165"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4435
                      <position y="220" x="121"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4436
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4437
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4438
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4439
                <variable formalParameter="TESTNR">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4440
                  <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4441
                    <relPosition y="130" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4442
                    <connection refLocalId="19" formalParameter="NEXT_TEST">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4443
                      <position y="536" x="551"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4444
                      <position y="536" x="517"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4445
                      <position y="245" x="517"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4446
                      <position y="245" x="491"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4447
                    </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4448
                  </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4449
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4450
              </inputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4451
              <inOutVariables/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4452
              <outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4453
                <variable formalParameter="INTRES">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4454
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4455
                    <relPosition y="42" x="147"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4456
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4457
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4458
                <variable formalParameter="NEXT_TEST">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4459
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4460
                    <relPosition y="86" x="147"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4461
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4462
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4463
                <variable formalParameter="TEST_NAME">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4464
                  <connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4465
                    <relPosition y="130" x="147"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4466
                  </connectionPointOut>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4467
                </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4468
              </outputVariables>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4469
            </block>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4470
            <outVariable localId="22" width="141" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4471
              <position y="517" x="1416"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4472
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4473
                <relPosition y="13" x="0"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4474
                <connection refLocalId="41" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4475
                  <position y="530" x="1416"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4476
                  <position y="530" x="1397"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4477
                  <position y="527" x="1397"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4478
                  <position y="527" x="1378"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4479
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4480
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4481
              <expression>TO_STR_TEST_NAME</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4482
            </outVariable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4483
            <outVariable localId="24" width="160" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4484
              <position y="633" x="1064"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4485
              <connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4486
                <relPosition y="13" x="0"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4487
                <connection refLocalId="37" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4488
                  <position y="646" x="1064"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4489
                  <position y="646" x="1049"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4490
                  <position y="641" x="1049"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4491
                  <position y="641" x="1034"/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4492
                </connection>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4493
              </connectionPointIn>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4494
              <expression>FROM_STR_TEST_NAME</expression>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4495
            </outVariable>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4496
            <comment localId="26" height="96" width="396">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4497
              <position y="29" x="35"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4498
              <content>Main program for testing standard lib funcs</content>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4499
            </comment>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4500
            <block localId="28" height="60" width="63" instanceName="" typeName="ADD">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4501
              <position y="443" x="1095"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4502
              <inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4503
                <variable formalParameter="IN1">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4504
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4505
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4506
                    <connection refLocalId="35" formalParameter="NEXT_TEST">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4507
                      <position y="473" x="1095"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4508
                      <position y="473" x="1007"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4509
                      <position y="487" x="1007"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4510
                      <position y="487" x="920"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4511
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4512
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4513
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4514
                <variable formalParameter="IN2">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4515
                  <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4516
                    <relPosition y="50" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4517
                    <connection refLocalId="30">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4518
                      <position y="493" x="1095"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4519
                      <position y="493" x="1071"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4520
                      <position y="501" x="1071"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4521
                      <position y="501" x="1047"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4522
                    </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4523
                  </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4524
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4525
              </inputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4526
              <inOutVariables/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4527
              <outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4528
                <variable formalParameter="OUT">
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4529
                  <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4530
                    <relPosition y="30" x="63"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4531
                  </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4532
                </variable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4533
              </outputVariables>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4534
            </block>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4535
            <outVariable localId="29" width="67" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4536
              <position y="460" x="1202"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4537
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4538
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4539
                <connection refLocalId="28" formalParameter="OUT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4540
                  <position y="473" x="1202"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4541
                  <position y="473" x="1158"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4542
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4543
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4544
              <expression>TEST_NB</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4545
            </outVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4546
            <inVariable localId="30" width="18" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4547
              <position y="488" x="1029"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4548
              <connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4549
                <relPosition y="13" x="18"/>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4550
              </connectionPointOut>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4551
              <expression>1</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4552
            </inVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4553
            <outVariable localId="32" width="90" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4554
              <position y="403" x="1014"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4555
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4556
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4557
                <connection refLocalId="35" formalParameter="RES_STR">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4558
                  <position y="416" x="1014"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4559
                  <position y="416" x="978"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4560
                  <position y="467" x="978"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4561
                  <position y="467" x="920"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4562
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4563
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4564
              <expression>RES_TO_STR</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4565
            </outVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4566
            <outVariable localId="33" width="151" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4567
              <position y="270" x="911"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4568
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4569
                <relPosition y="13" x="0"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4570
                <connection refLocalId="39" formalParameter="OUT">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4571
                  <position y="283" x="911"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4572
                  <position y="283" x="900"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4573
                  <position y="284" x="900"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4574
                  <position y="284" x="881"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4575
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4576
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4577
              <expression>STR_OPS_TEST_NAME</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4578
            </outVariable>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4579
            <outVariable localId="34" width="100" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4580
              <position y="203" x="578"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4581
              <connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4582
                <relPosition y="13" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4583
                <connection refLocalId="19" formalParameter="STRRES">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4584
                  <position y="216" x="578"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4585
                  <position y="216" x="534"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4586
                  <position y="213" x="534"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4587
                  <position y="213" x="491"/>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4588
                </connection>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4589
              </connectionPointIn>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4590
              <expression>RES_STR_OPS</expression>
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4591
            </outVariable>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4592
            <block localId="35" height="100" width="140" instanceName="my_to_str" typeName="TEST_TO_STRINGS">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4593
              <position y="437" x="780"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4594
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4595
                <variable formalParameter="TESTNR">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4596
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4597
                    <relPosition y="30" x="0"/>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4598
                    <connection refLocalId="21" formalParameter="NEXT_TEST">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4599
                      <position y="467" x="780"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4600
                      <position y="467" x="739"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4601
                      <position y="492" x="739"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4602
                      <position y="492" x="698"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4603
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4604
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4605
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4606
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4607
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4608
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4609
                <variable formalParameter="RES_STR">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4610
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4611
                    <relPosition y="30" x="140"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4612
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4613
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4614
                <variable formalParameter="NEXT_TEST">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4615
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4616
                    <relPosition y="50" x="140"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4617
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4618
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4619
                <variable formalParameter="TEST_NAME">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4620
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4621
                    <relPosition y="70" x="140"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4622
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4623
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4624
                <variable formalParameter="RES_BOOL">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4625
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4626
                    <relPosition y="90" x="140"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4627
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4628
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4629
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4630
            </block>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4631
            <outVariable localId="36" width="133" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4632
              <position y="573" x="974"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4633
              <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4634
                <relPosition y="13" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4635
                <connection refLocalId="35" formalParameter="RES_BOOL">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4636
                  <position y="586" x="974"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4637
                  <position y="586" x="954"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4638
                  <position y="527" x="954"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4639
                  <position y="527" x="920"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4640
                </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4641
              </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4642
              <expression>RES_TO_STR_BOOL</expression>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4643
            </outVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4644
            <block localId="37" height="60" width="63" instanceName="" typeName="CONCAT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4645
              <position y="611" x="971"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4646
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4647
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4648
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4649
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4650
                    <connection refLocalId="38">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4651
                      <position y="641" x="971"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4652
                      <position y="641" x="939"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4653
                      <position y="640" x="939"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4654
                      <position y="640" x="908"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4655
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4656
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4657
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4658
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4659
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4660
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4661
                    <connection refLocalId="21" formalParameter="TEST_NAME">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4662
                      <position y="661" x="971"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4663
                      <position y="661" x="726"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4664
                      <position y="536" x="726"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4665
                      <position y="536" x="698"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4666
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4667
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4668
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4669
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4670
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4671
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4672
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4673
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4674
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4675
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4676
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4677
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4678
            </block>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4679
            <inVariable localId="38" width="165" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4680
              <position y="627" x="743"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4681
              <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4682
                <relPosition y="13" x="165"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4683
              </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4684
              <expression>'TEST_FROM_STRINGS : '</expression>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4685
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4686
            <block localId="39" height="60" width="63" instanceName="" typeName="CONCAT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4687
              <position y="254" x="818"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4688
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4689
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4690
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4691
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4692
                    <connection refLocalId="40">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4693
                      <position y="284" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4694
                      <position y="284" x="790"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4695
                      <position y="283" x="790"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4696
                      <position y="283" x="775"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4697
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4698
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4699
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4700
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4701
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4702
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4703
                    <connection refLocalId="19" formalParameter="TEST_NAME">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4704
                      <position y="304" x="818"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4705
                      <position y="304" x="607"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4706
                      <position y="277" x="607"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4707
                      <position y="277" x="491"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4708
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4709
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4710
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4711
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4712
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4713
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4714
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4715
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4716
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4717
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4718
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4719
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4720
            </block>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4721
            <inVariable localId="40" width="147" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4722
              <position y="270" x="628"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4723
              <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4724
                <relPosition y="13" x="147"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4725
              </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4726
              <expression>'TEST_STRING_OPS : '</expression>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4727
            </inVariable>
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4728
            <block localId="41" height="60" width="63" instanceName="" typeName="CONCAT">
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4729
              <position y="497" x="1315"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4730
              <inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4731
                <variable formalParameter="IN1">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4732
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4733
                    <relPosition y="30" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4734
                    <connection refLocalId="42">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4735
                      <position y="527" x="1315"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4736
                      <position y="527" x="1291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4737
                      <position y="525" x="1291"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4738
                      <position y="525" x="1268"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4739
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4740
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4741
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4742
                <variable formalParameter="IN2">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4743
                  <connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4744
                    <relPosition y="50" x="0"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4745
                    <connection refLocalId="35" formalParameter="TEST_NAME">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4746
                      <position y="547" x="1315"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4747
                      <position y="547" x="971"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4748
                      <position y="507" x="971"/>
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4749
                      <position y="507" x="920"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4750
                    </connection>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4751
                  </connectionPointIn>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4752
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4753
              </inputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4754
              <inOutVariables/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4755
              <outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4756
                <variable formalParameter="OUT">
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4757
                  <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4758
                    <relPosition y="30" x="63"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4759
                  </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4760
                </variable>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4761
              </outputVariables>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4762
            </block>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4763
            <inVariable localId="42" width="146" height="27">
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 43
diff changeset
  4764
              <position y="512" x="1122"/>
43
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4765
              <connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4766
                <relPosition y="13" x="146"/>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4767
              </connectionPointOut>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4768
              <expression>'TEST_TO_STRINGS : '</expression>
37dd4e2fd2ec Test IEC_LIB and fix bugs (EQ, GT et all)
etisserant
parents: 42
diff changeset
  4769
            </inVariable>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4770
          </FBD>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4771
        </body>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4772
      </pou>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4773
    </pous>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4774
  </types>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4775
  <instances>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4776
    <configurations>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4777
      <configuration name="STD_CONF">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4778
        <resource name="STD_RESSOURCE">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4779
          <task interval="00:00:00.100000" name="STD_TASK" priority="0"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4780
          <globalVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4781
            <variable name="FROM_STR_TEST_NAME" address="%QB10">
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4782
              <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4783
                <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4784
              </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4785
            </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4786
          </globalVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4787
          <pouInstance type="MAIN_TEST" name="MAIN_INSTANCE"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4788
        </resource>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4789
        <globalVars>
42
b45c7f34dec1 IEC std lib test enhanced string ops, from string and to string conv.
etisserant
parents: 41
diff changeset
  4790
          <variable name="TO_STR_TEST_NAME" address="%QB2">
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4791
            <type>
102
51367da8dc4c Modifications for supporting String corrrections on PLCOpenEditor
lbessard
parents: 60
diff changeset
  4792
              <string/>
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4793
            </type>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4794
            <initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4795
              <simpleValue value="str test name"/>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4796
            </initialValue>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4797
          </variable>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4798
        </globalVars>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4799
      </configuration>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4800
    </configurations>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4801
  </instances>
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
  4802
</project>