tests/linux/python_cwiid/plc.xml
author greg
Mon, 18 May 2009 07:47:24 +0200
changeset 344 25b7b7f854bc
parent 306 d73d30b1095f
permissions -rw-r--r--
Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.

Store working directory to globals copy, in order to be used in runtime.py.
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"
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    11
                 modificationDateTime="2009-01-19 09:02:00">
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>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    61
            <variable name="pollX">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    62
              <type>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    63
                <derived name="python_poll"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    64
              </type>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    65
            </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    66
            <variable name="pollY">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    67
              <type>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    68
                <derived name="python_poll"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    69
              </type>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    70
            </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    71
          </localVars>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    72
        </interface>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    73
        <body>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    74
          <FBD>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    75
            <inVariable localId="4" height="30" width="160">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    76
              <position x="25" y="285"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    77
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    78
                <relPosition x="160" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    79
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    80
              <expression>'last_point[0]'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    81
            </inVariable>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
    82
            <block localId="5" width="125" height="80" typeName="python_poll" instanceName="py2">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    83
              <position x="215" y="235"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    84
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    85
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    86
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    87
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    88
                    <connection refLocalId="25" formalParameter="OUT">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    89
                      <position x="215" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    90
                      <position x="200" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    91
                      <position x="200" y="205"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    92
                      <position x="875" y="205"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    93
                      <position x="875" y="155"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
    94
                      <position x="825" y="155"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    95
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    96
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    97
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    98
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
    99
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   100
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   101
                    <connection refLocalId="4">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   102
                      <position x="215" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   103
                      <position x="185" y="300"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   104
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   105
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   106
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   107
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   108
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   109
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   110
                <variable formalParameter="ACK">
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="35"/>
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
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   116
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   117
                    <relPosition x="125" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   118
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   119
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   120
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   121
            </block>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   122
            <block localId="8" width="125" height="80" typeName="python_poll" instanceName="py3">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   123
              <position x="215" y="480"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   124
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   125
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   126
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   127
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   128
                    <connection refLocalId="25" formalParameter="OUT">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   129
                      <position x="215" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   130
                      <position x="200" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   131
                      <position x="200" y="205"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   132
                      <position x="875" y="205"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   133
                      <position x="875" y="155"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   134
                      <position x="825" y="155"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   135
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   136
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   137
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   138
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   139
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   140
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   141
                    <connection refLocalId="9">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   142
                      <position x="215" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   143
                      <position x="185" y="545"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   144
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   145
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   146
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   147
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   148
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   149
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   150
                <variable formalParameter="ACK">
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="35"/>
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
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   156
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   157
                    <relPosition x="125" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   158
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   159
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   160
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   161
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   162
            <inVariable localId="9" height="30" width="160">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   163
              <position x="25" y="530"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   164
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   165
                <relPosition x="160" y="15"/>
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
              <expression>'last_point[1]'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   168
            </inVariable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   169
            <inVariable localId="11" height="30" width="100">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   170
              <position x="80" y="140"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   171
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   172
                <relPosition x="100" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   173
              </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   174
              <expression>'btA'</expression>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   175
            </inVariable>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   176
            <block localId="12" width="125" height="80" typeName="python_poll" instanceName="py1">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   177
              <position x="215" y="90"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   178
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   179
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   180
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   181
                    <relPosition x="0" y="35"/>
301
87c925eaaa3a Added support for wxglade GUIs.
etisserant
parents: 287
diff changeset
   182
                    <connection refLocalId="41">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   183
                      <position x="215" y="125"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   184
                      <position x="190" y="125"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   185
                      <position x="190" y="120"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   186
                      <position x="180" y="120"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   187
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   188
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   189
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   190
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   191
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   192
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   193
                    <connection refLocalId="11">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   194
                      <position x="215" y="155"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   195
                      <position x="180" y="155"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   196
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   197
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   198
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   199
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   200
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   201
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   202
                <variable formalParameter="ACK">
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="35"/>
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
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   208
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   209
                    <relPosition x="125" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   210
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   211
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   212
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   213
            </block>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   214
            <comment localId="16" height="40" width="1005">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   215
              <position x="15" y="25"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   216
              <content>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   217
<![CDATA[A simple test that reads Nunchuk stick position and put it in spinctrls, when A button is pressed.]]>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   218
              </content>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   219
            </comment>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   220
            <block localId="24" width="155" height="80" typeName="STRING_TO_UINT">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   221
              <position x="460" y="90"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   222
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   223
                <variable formalParameter="EN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   224
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   225
                    <relPosition x="0" y="35"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   226
                    <connection refLocalId="12" formalParameter="ACK">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   227
                      <position x="460" y="125"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   228
                      <position x="340" y="125"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   229
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   230
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   231
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   232
                <variable formalParameter="IN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   233
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   234
                    <relPosition x="0" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   235
                    <connection refLocalId="12" formalParameter="RESULT">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   236
                      <position x="460" y="155"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   237
                      <position x="340" y="155"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   238
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   239
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   240
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   241
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   242
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   243
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   244
                <variable formalParameter="ENO">
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="35"/>
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
                <variable formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   250
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   251
                    <relPosition x="155" y="65"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   252
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   253
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   254
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   255
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   256
            <block localId="25" width="135" height="45" typeName="UINT_TO_BOOL">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   257
              <position x="690" y="125"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   258
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   259
                <variable formalParameter="IN">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   260
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   261
                    <relPosition x="0" y="30"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   262
                    <connection refLocalId="24" formalParameter="OUT">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   263
                      <position x="690" y="155"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   264
                      <position x="615" y="155"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   265
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   266
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   267
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   268
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   269
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   270
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   271
                <variable formalParameter="OUT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   272
                  <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   273
                    <relPosition x="135" y="30"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   274
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   275
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   276
              </outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   277
            </block>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   278
            <inVariable localId="31" height="30" width="160">
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   279
              <position x="565" y="385"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   280
              <connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   281
                <relPosition x="160" y="15"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   282
              </connectionPointOut>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   283
              <expression>')'</expression>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   284
            </inVariable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   285
            <inVariable localId="35" height="30" width="340">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   286
              <position x="385" y="345"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   287
              <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   288
                <relPosition x="340" y="15"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   289
              </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   290
              <expression>'HMIFrame.spin_ctrl_X.SetValue('</expression>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   291
            </inVariable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   292
            <inVariable localId="41" height="30" width="100">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   293
              <position x="80" y="105"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   294
              <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   295
                <relPosition x="100" y="15"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   296
              </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   297
              <expression>BOOL#TRUE</expression>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   298
            </inVariable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   299
            <block localId="42" width="80" height="100" typeName="CONCAT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   300
              <position x="750" y="310"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   301
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   302
                <variable formalParameter="EN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   303
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   304
                    <relPosition x="0" y="30"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   305
                    <connection refLocalId="44" formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   306
                      <position x="750" y="340"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   307
                      <position x="740" y="340"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   308
                      <position x="740" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   309
                      <position x="715" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   310
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   311
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   312
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   313
                <variable formalParameter="IN1">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   314
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   315
                    <relPosition x="0" y="50"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   316
                    <connection refLocalId="35">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   317
                      <position x="750" y="360"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   318
                      <position x="725" y="360"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   319
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   320
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   321
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   322
                <variable formalParameter="IN2">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   323
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   324
                    <relPosition x="0" y="70"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   325
                    <connection refLocalId="44" formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   326
                      <position x="750" y="380"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   327
                      <position x="735" y="380"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   328
                      <position x="735" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   329
                      <position x="715" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   330
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   331
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   332
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   333
                <variable formalParameter="IN3">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   334
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   335
                    <relPosition x="0" y="90"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   336
                    <connection refLocalId="31">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   337
                      <position x="750" y="400"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   338
                      <position x="725" y="400"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   339
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   340
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   341
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   342
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   343
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   344
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   345
                <variable formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   346
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   347
                    <relPosition x="80" y="30"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   348
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   349
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   350
                <variable formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   351
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   352
                    <relPosition x="80" y="50"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   353
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   354
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   355
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   356
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   357
            <block localId="43" width="145" height="80" typeName="STRING_TO_INT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   358
              <position x="380" y="235"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   359
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   360
                <variable formalParameter="EN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   361
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   362
                    <relPosition x="0" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   363
                    <connection refLocalId="5" formalParameter="ACK">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   364
                      <position x="380" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   365
                      <position x="340" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   366
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   367
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   368
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   369
                <variable formalParameter="IN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   370
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   371
                    <relPosition x="0" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   372
                    <connection refLocalId="5" formalParameter="RESULT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   373
                      <position x="380" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   374
                      <position x="340" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   375
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   376
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   377
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   378
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   379
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   380
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   381
                <variable formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   382
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   383
                    <relPosition x="145" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   384
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   385
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   386
                <variable formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   387
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   388
                    <relPosition x="145" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   389
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   390
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   391
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   392
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   393
            <block localId="44" width="145" height="80" typeName="INT_TO_STRING">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   394
              <position x="570" y="235"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   395
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   396
                <variable formalParameter="EN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   397
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   398
                    <relPosition x="0" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   399
                    <connection refLocalId="43" formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   400
                      <position x="570" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   401
                      <position x="525" y="270"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   402
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   403
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   404
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   405
                <variable formalParameter="IN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   406
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   407
                    <relPosition x="0" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   408
                    <connection refLocalId="43" formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   409
                      <position x="570" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   410
                      <position x="525" y="300"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   411
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   412
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   413
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   414
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   415
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   416
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   417
                <variable formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   418
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   419
                    <relPosition x="145" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   420
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   421
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   422
                <variable formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   423
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   424
                    <relPosition x="145" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   425
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   426
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   427
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   428
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   429
            <inVariable localId="47" height="30" width="160">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   430
              <position x="565" y="630"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   431
              <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   432
                <relPosition x="160" y="15"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   433
              </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   434
              <expression>')'</expression>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   435
            </inVariable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   436
            <block localId="48" width="80" height="100" typeName="CONCAT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   437
              <position x="750" y="555"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   438
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   439
                <variable formalParameter="EN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   440
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   441
                    <relPosition x="0" y="30"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   442
                    <connection refLocalId="49" formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   443
                      <position x="750" y="585"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   444
                      <position x="740" y="585"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   445
                      <position x="740" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   446
                      <position x="715" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   447
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   448
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   449
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   450
                <variable formalParameter="IN1">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   451
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   452
                    <relPosition x="0" y="50"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   453
                    <connection refLocalId="51">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   454
                      <position x="750" y="605"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   455
                      <position x="725" y="605"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   456
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   457
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   458
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   459
                <variable formalParameter="IN2">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   460
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   461
                    <relPosition x="0" y="70"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   462
                    <connection refLocalId="49" formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   463
                      <position x="750" y="625"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   464
                      <position x="735" y="625"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   465
                      <position x="735" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   466
                      <position x="715" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   467
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   468
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   469
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   470
                <variable formalParameter="IN3">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   471
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   472
                    <relPosition x="0" y="90"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   473
                    <connection refLocalId="47">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   474
                      <position x="750" y="645"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   475
                      <position x="725" y="645"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   476
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   477
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   478
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   479
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   480
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   481
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   482
                <variable formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   483
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   484
                    <relPosition x="80" y="30"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   485
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   486
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   487
                <variable formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   488
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   489
                    <relPosition x="80" y="50"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   490
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   491
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   492
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   493
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   494
            <block localId="49" width="145" height="80" typeName="INT_TO_STRING">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   495
              <position x="570" y="480"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   496
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   497
                <variable formalParameter="EN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   498
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   499
                    <relPosition x="0" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   500
                    <connection refLocalId="50" formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   501
                      <position x="570" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   502
                      <position x="525" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   503
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   504
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   505
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   506
                <variable formalParameter="IN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   507
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   508
                    <relPosition x="0" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   509
                    <connection refLocalId="50" formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   510
                      <position x="570" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   511
                      <position x="525" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   512
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   513
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   514
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   515
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   516
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   517
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   518
                <variable formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   519
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   520
                    <relPosition x="145" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   521
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   522
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   523
                <variable formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   524
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   525
                    <relPosition x="145" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   526
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   527
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   528
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   529
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   530
            <block localId="50" width="145" height="80" typeName="STRING_TO_INT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   531
              <position x="380" y="480"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   532
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   533
                <variable formalParameter="EN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   534
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   535
                    <relPosition x="0" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   536
                    <connection refLocalId="8" formalParameter="ACK">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   537
                      <position x="380" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   538
                      <position x="340" y="515"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   539
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   540
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   541
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   542
                <variable formalParameter="IN">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   543
                  <connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   544
                    <relPosition x="0" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   545
                    <connection refLocalId="8" formalParameter="RESULT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   546
                      <position x="380" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   547
                      <position x="340" y="545"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   548
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   549
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   550
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   551
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   552
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   553
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   554
                <variable formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   555
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   556
                    <relPosition x="145" y="35"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   557
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   558
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   559
                <variable formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   560
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   561
                    <relPosition x="145" y="65"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   562
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   563
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   564
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   565
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   566
            <inVariable localId="51" height="30" width="340">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   567
              <position x="385" y="590"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   568
              <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   569
                <relPosition x="340" y="15"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   570
              </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   571
              <expression>'HMIFrame.spin_ctrl_Y.SetValue('</expression>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   572
            </inVariable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   573
            <block localId="52" width="125" height="65" typeName="python_poll" instanceName="pollX">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   574
              <position x="875" y="310"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   575
              <inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   576
                <variable formalParameter="TRIG">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   577
                  <connectionPointIn>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   578
                    <relPosition x="0" y="30"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   579
                    <connection refLocalId="42" formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   580
                      <position x="875" y="340"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   581
                      <position x="830" y="340"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   582
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   583
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   584
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   585
                <variable formalParameter="CODE">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   586
                  <connectionPointIn>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   587
                    <relPosition x="0" y="55"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   588
                    <connection refLocalId="42" formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   589
                      <position x="875" y="365"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   590
                      <position x="855" y="365"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   591
                      <position x="855" y="360"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   592
                      <position x="830" y="360"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   593
                    </connection>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   594
                  </connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   595
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   596
              </inputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   597
              <inOutVariables/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   598
              <outputVariables>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   599
                <variable formalParameter="ACK">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   600
                  <connectionPointOut>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   601
                    <relPosition x="125" y="30"/>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   602
                  </connectionPointOut>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   603
                </variable>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   604
                <variable formalParameter="RESULT">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   605
                  <connectionPointOut>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   606
                    <relPosition x="125" y="55"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   607
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   608
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   609
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   610
            </block>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   611
            <block localId="53" width="125" height="65" typeName="python_poll" instanceName="pollY">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   612
              <position x="875" y="555"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   613
              <inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   614
                <variable formalParameter="TRIG">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   615
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   616
                    <relPosition x="0" y="30"/>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   617
                    <connection refLocalId="48" formalParameter="ENO">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   618
                      <position x="875" y="585"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   619
                      <position x="830" y="585"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   620
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   621
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   622
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   623
                <variable formalParameter="CODE">
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   624
                  <connectionPointIn>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   625
                    <relPosition x="0" y="55"/>
306
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   626
                    <connection refLocalId="48" formalParameter="OUT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   627
                      <position x="875" y="610"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   628
                      <position x="857" y="610"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   629
                      <position x="857" y="605"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   630
                      <position x="830" y="605"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   631
                    </connection>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   632
                  </connectionPointIn>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   633
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   634
              </inputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   635
              <inOutVariables/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   636
              <outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   637
                <variable formalParameter="ACK">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   638
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   639
                    <relPosition x="125" y="30"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   640
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   641
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   642
                <variable formalParameter="RESULT">
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   643
                  <connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   644
                    <relPosition x="125" y="55"/>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   645
                  </connectionPointOut>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   646
                </variable>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   647
              </outputVariables>
d73d30b1095f Enahced python_cwiid test with a wxGlade GUI
etisserant
parents: 301
diff changeset
   648
            </block>
287
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   649
          </FBD>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   650
        </body>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   651
      </pou>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   652
    </pous>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   653
  </types>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   654
  <instances>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   655
    <configurations>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   656
      <configuration name="conf_pytest">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   657
        <resource name="res_pytest">
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   658
          <task name="pytest_task" interval="00:00:00.100000" priority="0"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   659
          <pouInstance name="pytest_instance" type="main_pytest"/>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   660
        </resource>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   661
      </configuration>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   662
    </configurations>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   663
  </instances>
5b3083695c8c The must-have test : using wiimote sensors !
etisserant
parents:
diff changeset
   664
</project>