tests/linux/test_slave/plc.xml
author etisserant
Tue, 24 Jun 2008 19:02:57 +0200
changeset 167 648449a9d778
child 170 acc6a61c493c
permissions -rw-r--r--
Re-organized tests
167
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     3
         xmlns="http://www.plcopen.org/xml/tc6.xsd"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     4
         xmlns:xhtml="http://www.w3.org/1999/xhtml"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     5
         xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd http://www.plcopen.org/xml/tc6.xsd">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     6
  <fileHeader companyName="lolitech"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     7
              productName="beremiz"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     8
              productVersion="1"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     9
              creationDateTime="2008-06-24 18:44:00"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    10
  <contentHeader name="test_slave"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    11
                 modificationDateTime="2008-06-24 19:15:12"
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    12
                 language="en-US">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    13
    <coordinateInfo>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    14
      <fbd>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    15
        <scaling x="0" y="0"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    16
      </fbd>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    17
      <ld>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    18
        <scaling x="0" y="0"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    19
      </ld>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    20
      <sfc>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    21
        <scaling x="0" y="0"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    22
      </sfc>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    23
    </coordinateInfo>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    24
  </contentHeader>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    25
  <types>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    26
    <dataTypes/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    27
    <pous>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    28
      <pou name="test_main" pouType="program">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    29
        <interface>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    30
          <localVars>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    31
            <variable name="testvar">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    32
              <type>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    33
                <INT/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    34
              </type>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    35
            </variable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    36
          </localVars>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    37
        </interface>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    38
        <body>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    39
          <FBD>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    40
            <outVariable localId="1" height="29" width="80">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    41
              <position x="362" y="140"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    42
              <connectionPointIn>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    43
                <relPosition x="0" y="14"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    44
                <connection refLocalId="4" formalParameter="OUT">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    45
                  <position x="362" y="154"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    46
                  <position x="330" y="154"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    47
                  <position x="330" y="153"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    48
                  <position x="299" y="153"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    49
                </connection>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    50
              </connectionPointIn>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    51
              <expression>testvar</expression>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    52
            </outVariable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    53
            <inVariable localId="2" height="29" width="20">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    54
              <position x="123" y="110"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    55
              <connectionPointOut>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    56
                <relPosition x="20" y="14"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    57
              </connectionPointOut>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    58
              <expression>1</expression>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    59
            </inVariable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    60
            <inVariable localId="3" height="29" width="20">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    61
              <position x="122" y="173"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    62
              <connectionPointOut>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    63
                <relPosition x="20" y="14"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    64
              </connectionPointOut>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    65
              <expression>2</expression>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    66
            </inVariable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    67
            <block localId="4" width="75" height="60" typeName="ADD">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    68
              <position x="224" y="123"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    69
              <inputVariables>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    70
                <variable formalParameter="IN1">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    71
                  <connectionPointIn>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    72
                    <relPosition x="0" y="30"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    73
                    <connection refLocalId="2">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    74
                      <position x="224" y="153"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    75
                      <position x="183" y="153"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    76
                      <position x="183" y="124"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    77
                      <position x="143" y="124"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    78
                    </connection>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    79
                  </connectionPointIn>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    80
                </variable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    81
                <variable formalParameter="IN2">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    82
                  <connectionPointIn>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    83
                    <relPosition x="0" y="50"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    84
                    <connection refLocalId="3">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    85
                      <position x="224" y="173"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    86
                      <position x="183" y="173"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    87
                      <position x="183" y="187"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    88
                      <position x="142" y="187"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    89
                    </connection>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    90
                  </connectionPointIn>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    91
                </variable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    92
              </inputVariables>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    93
              <inOutVariables/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    94
              <outputVariables>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    95
                <variable formalParameter="OUT">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    96
                  <connectionPointOut>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    97
                    <relPosition x="75" y="30"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    98
                  </connectionPointOut>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
    99
                </variable>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   100
              </outputVariables>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   101
            </block>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   102
          </FBD>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   103
        </body>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   104
      </pou>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   105
    </pous>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   106
  </types>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   107
  <instances>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   108
    <configurations>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   109
      <configuration name="conf">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   110
        <resource name="res">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   111
          <task name="tache" interval="00:00:00.100000" priority="0">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   112
            <pouInstance name="toto" type="test_main"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   113
          </task>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   114
        </resource>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   115
      </configuration>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   116
    </configurations>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   117
  </instances>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
   118
</project>