tests/linux/python_cwiid/plc.xml
author etisserant
Sat, 17 Jan 2009 02:36:46 +0100
changeset 301 87c925eaaa3a
parent 287 5b3083695c8c
child 306 d73d30b1095f
permissions -rw-r--r--
Added support for wxglade GUIs.
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     3
         xmlns="http://www.plcopen.org/xml/tc6.xsd"
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     4
         xmlns:xhtml="http://www.w3.org/1999/xhtml"
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     5
         xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     6
  <fileHeader companyName="LOLITECH"
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     7
              productName="Beremiz"
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
     8
              productVersion="0.0"
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
     9
              creationDateTime="2008-12-14 16:21:19"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    10
  <contentHeader name="Beremiz Python Support Tests"
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    11
                 modificationDateTime="2009-01-16 21:51:43">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    12
    <coordinateInfo>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    13
      <pageSize x="1024" y="1024"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    14
      <fbd>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    15
        <scaling x="5" y="5"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    16
      </fbd>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    17
      <ld>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    18
        <scaling x="5" y="5"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    19
      </ld>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    20
      <sfc>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    21
        <scaling x="5" y="5"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    22
      </sfc>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    23
    </coordinateInfo>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    24
  </contentHeader>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    25
  <types>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    26
    <dataTypes/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    27
    <pous>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    28
      <pou name="main_pytest" pouType="program">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    29
        <interface>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    30
          <localVars>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    31
            <variable name="pytest_var1">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    32
              <type>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    33
                <string/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    34
              </type>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    35
            </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    36
            <variable name="pytest_var2">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    37
              <type>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    38
                <BOOL/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    39
              </type>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    40
            </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    41
            <variable name="py2">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    42
              <type>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    43
                <derived name="python_poll"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    44
              </type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    45
            </variable>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    46
            <variable name="py3">
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    47
              <type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    48
                <derived name="python_poll"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    49
              </type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    50
            </variable>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    51
            <variable name="py1">
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    52
              <type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    53
                <derived name="python_poll"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    54
              </type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    55
            </variable>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    56
            <variable name="pytest_var3">
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    57
              <type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    58
                <BOOL/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    59
              </type>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    60
            </variable>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    61
            <variable name="Block1">
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    62
              <type>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    63
                <derived name="python_eval"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    64
              </type>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    65
            </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    66
          </localVars>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    67
        </interface>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    68
        <body>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    69
          <FBD>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    70
            <inVariable localId="4" height="30" width="160">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    71
              <position x="70" y="600"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    72
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    73
                <relPosition x="160" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    74
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    75
              <expression>'last_point[0]'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    76
            </inVariable>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    77
            <block localId="5" width="125" height="80" typeName="python_poll" instanceName="py2">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    78
              <position x="260" y="550"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    79
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    80
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    81
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    82
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    83
                    <connection refLocalId="25" formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    84
                      <position x="260" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    85
                      <position x="245" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    86
                      <position x="245" y="520"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    87
                      <position x="920" y="520"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    88
                      <position x="920" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    89
                      <position x="870" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    90
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    91
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    92
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    93
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    94
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    95
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    96
                    <connection refLocalId="4">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    97
                      <position x="260" y="615"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    98
                      <position x="230" y="615"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    99
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   100
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   101
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   102
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   103
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   104
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   105
                <variable formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   106
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   107
                    <relPosition x="125" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   108
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   109
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   110
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   111
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   112
                    <relPosition x="125" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   113
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   114
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   115
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   116
            </block>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   117
            <block localId="8" width="125" height="80" typeName="python_poll" instanceName="py3">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   118
              <position x="260" y="660"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   119
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   120
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   121
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   122
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   123
                    <connection refLocalId="25" formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   124
                      <position x="260" y="695"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   125
                      <position x="245" y="695"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   126
                      <position x="245" y="520"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   127
                      <position x="920" y="520"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   128
                      <position x="920" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   129
                      <position x="870" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   130
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   131
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   132
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   133
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   134
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   135
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   136
                    <connection refLocalId="9">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   137
                      <position x="260" y="725"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   138
                      <position x="230" y="725"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   139
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   140
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   141
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   142
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   143
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   144
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   145
                <variable formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   146
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   147
                    <relPosition x="125" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   148
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   149
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   150
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   151
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   152
                    <relPosition x="125" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   153
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   154
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   155
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   156
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   157
            <inVariable localId="9" height="30" width="160">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   158
              <position x="70" y="710"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   159
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   160
                <relPosition x="160" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   161
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   162
              <expression>'last_point[1]'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   163
            </inVariable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   164
            <inVariable localId="11" height="30" width="100">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   165
              <position x="125" y="455"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   166
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   167
                <relPosition x="100" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   168
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   169
              <expression>'btA'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   170
            </inVariable>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   171
            <block localId="12" width="125" height="80" typeName="python_poll" instanceName="py1">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   172
              <position x="260" y="405"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   173
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   174
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   175
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   176
                    <relPosition x="0" y="35"/>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   177
                    <connection refLocalId="41">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   178
                      <position x="260" y="440"/>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   179
                      <position x="235" y="440"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   180
                      <position x="235" y="435"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   181
                      <position x="225" y="435"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   182
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   183
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   184
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   185
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   186
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   187
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   188
                    <connection refLocalId="11">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   189
                      <position x="260" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   190
                      <position x="225" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   191
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   192
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   193
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   194
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   195
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   196
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   197
                <variable formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   198
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   199
                    <relPosition x="125" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   200
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   201
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   202
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   203
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   204
                    <relPosition x="125" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   205
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   206
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   207
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   208
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   209
            <comment localId="16" height="90" width="680">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   210
              <position x="50" y="25"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   211
              <content>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   212
<![CDATA[This example test that, despite of 2T period clock stimulating TRIG pin of pyth_eval blocks, blocks keep executing one after the other, in respect of execution order.]]>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   213
              </content>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   214
            </comment>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   215
            <block localId="24" width="155" height="80" typeName="STRING_TO_UINT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   216
              <position x="505" y="405"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   217
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   218
                <variable formalParameter="EN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   219
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   220
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   221
                    <connection refLocalId="12" formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   222
                      <position x="505" y="440"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   223
                      <position x="385" y="440"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   224
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   225
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   226
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   227
                <variable formalParameter="IN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   228
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   229
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   230
                    <connection refLocalId="12" formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   231
                      <position x="505" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   232
                      <position x="385" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   233
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   234
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   235
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   236
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   237
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   238
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   239
                <variable formalParameter="ENO">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   240
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   241
                    <relPosition x="155" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   242
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   243
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   244
                <variable formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   245
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   246
                    <relPosition x="155" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   247
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   248
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   249
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   250
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   251
            <block localId="25" width="135" height="45" typeName="UINT_TO_BOOL">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   252
              <position x="735" y="440"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   253
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   254
                <variable formalParameter="IN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   255
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   256
                    <relPosition x="0" y="30"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   257
                    <connection refLocalId="24" formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   258
                      <position x="735" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   259
                      <position x="660" y="470"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   260
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   261
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   262
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   263
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   264
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   265
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   266
                <variable formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   267
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   268
                    <relPosition x="135" y="30"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   269
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   270
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   271
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   272
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   273
            <inVariable localId="31" height="30" width="160">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   274
              <position x="570" y="740"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   275
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   276
                <relPosition x="160" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   277
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   278
              <expression>'\n")'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   279
            </inVariable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   280
            <block localId="32" width="125" height="85" typeName="python_eval" instanceName="Block1">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   281
              <position x="960" y="550"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   282
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   283
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   284
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   285
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   286
                    <connection refLocalId="34" formalParameter="ENO">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   287
                      <position x="960" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   288
                      <position x="920" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   289
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   290
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   291
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   292
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   293
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   294
                    <relPosition x="0" y="70"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   295
                    <connection refLocalId="34" formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   296
                      <position x="960" y="620"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   297
                      <position x="920" y="620"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   298
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   299
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   300
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   301
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   302
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   303
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   304
                <variable formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   305
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   306
                    <relPosition x="125" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   307
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   308
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   309
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   310
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   311
                    <relPosition x="125" y="70"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   312
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   313
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   314
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   315
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   316
            <block localId="33" width="80" height="65" typeName="AND">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   317
              <position x="455" y="555"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   318
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   319
                <variable formalParameter="IN1">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   320
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   321
                    <relPosition x="0" y="30"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   322
                    <connection refLocalId="5" formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   323
                      <position x="455" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   324
                      <position x="385" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   325
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   326
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   327
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   328
                <variable formalParameter="IN2">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   329
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   330
                    <relPosition x="0" y="55"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   331
                    <connection refLocalId="8" formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   332
                      <position x="455" y="610"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   333
                      <position x="435" y="610"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   334
                      <position x="435" y="695"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   335
                      <position x="385" y="695"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   336
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   337
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   338
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   339
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   340
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   341
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   342
                <variable formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   343
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   344
                    <relPosition x="80" y="30"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   345
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   346
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   347
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   348
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   349
            <block localId="34" width="80" height="225" typeName="CONCAT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   350
              <position x="840" y="550"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   351
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   352
                <variable formalParameter="EN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   353
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   354
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   355
                    <connection refLocalId="33" formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   356
                      <position x="840" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   357
                      <position x="535" y="585"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   358
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   359
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   360
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   361
                <variable formalParameter="IN1">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   362
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   363
                    <relPosition x="0" y="70"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   364
                    <connection refLocalId="35">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   365
                      <position x="840" y="620"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   366
                      <position x="800" y="620"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   367
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   368
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   369
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   370
                <variable formalParameter="IN2">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   371
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   372
                    <relPosition x="0" y="105"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   373
                    <connection refLocalId="5" formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   374
                      <position x="840" y="655"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   375
                      <position x="415" y="655"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   376
                      <position x="415" y="615"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   377
                      <position x="385" y="615"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   378
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   379
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   380
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   381
                <variable formalParameter="IN3">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   382
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   383
                    <relPosition x="0" y="140"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   384
                    <connection refLocalId="36">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   385
                      <position x="840" y="690"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   386
                      <position x="640" y="690"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   387
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   388
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   389
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   390
                <variable formalParameter="IN4">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   391
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   392
                    <relPosition x="0" y="175"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   393
                    <connection refLocalId="8" formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   394
                      <position x="840" y="725"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   395
                      <position x="385" y="725"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   396
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   397
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   398
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   399
                <variable formalParameter="IN5">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   400
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   401
                    <relPosition x="0" y="205"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   402
                    <connection refLocalId="31">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   403
                      <position x="840" y="755"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   404
                      <position x="730" y="755"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   405
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   406
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   407
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   408
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   409
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   410
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   411
                <variable formalParameter="ENO">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   412
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   413
                    <relPosition x="80" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   414
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   415
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   416
                <variable formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   417
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   418
                    <relPosition x="80" y="70"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   419
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   420
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   421
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   422
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   423
            <inVariable localId="35" height="30" width="230">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   424
              <position x="570" y="605"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   425
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   426
                <relPosition x="230" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   427
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   428
              <expression>'sys.stdout.write("x:'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   429
            </inVariable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   430
            <inVariable localId="36" height="30" width="70">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   431
              <position x="570" y="675"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   432
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   433
                <relPosition x="70" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   434
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   435
              <expression>', y:'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   436
            </inVariable>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   437
            <inVariable localId="41" height="30" width="100">
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   438
              <position x="125" y="420"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   439
              <connectionPointOut>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   440
                <relPosition x="100" y="15"/>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   441
              </connectionPointOut>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   442
              <expression>BOOL#TRUE</expression>
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   443
            </inVariable>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   444
          </FBD>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   445
        </body>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   446
      </pou>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   447
    </pous>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   448
  </types>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   449
  <instances>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   450
    <configurations>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   451
      <configuration name="conf_pytest">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   452
        <resource name="res_pytest">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   453
          <task name="pytest_task" interval="00:00:00.100000" priority="0"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   454
          <pouInstance name="pytest_instance" type="main_pytest"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   455
        </resource>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   456
      </configuration>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   457
    </configurations>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   458
  </instances>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   459
</project>