py_ext/pous.xml
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 05 Dec 2024 16:45:37 +0100
changeset 4061 e0dfe8b8db4a
parent 4060 d2f5eb3c7d6e
child 4062 1994928ce3d2
permissions -rw-r--r--
py_ext: rework logic CSV reader FB output refresh logic.

Saving with CSV write FB now triggers CSV read FBs to refresh outputs immediately.
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
     2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xsi:schemaLocation="http://www.plcopen.org/xml/tc6_0201">
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
     3
  <fileHeader companyName="Beremiz" productName="Beremiz" productVersion="0.0" creationDateTime="2008-12-14T16:53:26"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
     4
  <contentHeader name="Beremiz non-standard POUs library" modificationDateTime="2024-12-05T16:40:43">
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
     5
    <coordinateInfo>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
     6
      <fbd>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
     7
        <scaling x="8" y="8"/>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
     8
      </fbd>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
     9
      <ld>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    10
        <scaling x="0" y="0"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    11
      </ld>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    12
      <sfc>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    13
        <scaling x="0" y="0"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    14
      </sfc>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    15
    </coordinateInfo>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    16
  </contentHeader>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    17
  <types>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    18
    <dataTypes/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
    19
    <pous>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    20
      <pou name="_csv_update" pouType="functionBlock">
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    21
        <interface>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    22
          <externalVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    23
            <variable name="pyext_csv_update">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    24
              <type>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    25
                <INT/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    26
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    27
            </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    28
          </externalVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    29
          <localVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    30
            <variable name="pyext_csv_update_tmp">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    31
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    32
                <INT/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    33
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    34
            </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    35
          </localVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    36
          <outputVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    37
            <variable name="TRIG">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    38
              <type>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    39
                <BOOL/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    40
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
    41
            </variable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    42
          </outputVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    43
        </interface>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    44
        <body>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    45
          <FBD>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    46
            <outVariable localId="2" executionOrderId="0" height="32" width="176" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    47
              <position x="696" y="200"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    48
              <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    49
                <relPosition x="0" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    50
                <connection refLocalId="12" formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    51
                  <position x="696" y="216"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    52
                  <position x="656" y="216"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    53
                </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    54
              </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    55
              <expression>pyext_csv_update_tmp</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    56
            </outVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    57
            <block localId="12" typeName="MOVE" executionOrderId="0" height="64" width="56">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    58
              <position x="600" y="160"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    59
              <inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    60
                <variable formalParameter="EN" edge="rising">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    61
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    62
                    <relPosition x="0" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    63
                    <connection refLocalId="18" formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    64
                      <position x="600" y="192"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    65
                      <position x="520" y="192"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    66
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    67
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    68
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    69
                <variable formalParameter="IN">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    70
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    71
                    <relPosition x="0" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    72
                    <connection refLocalId="17">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    73
                      <position x="600" y="216"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    74
                      <position x="568" y="216"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    75
                      <position x="568" y="240"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    76
                      <position x="408" y="240"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    77
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    78
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    79
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    80
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    81
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    82
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    83
                <variable formalParameter="ENO">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    84
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    85
                    <relPosition x="56" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    86
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    87
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    88
                <variable formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    89
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    90
                    <relPosition x="56" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    91
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    92
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    93
              </outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    94
            </block>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    95
            <inVariable localId="1" executionOrderId="0" width="176" height="32" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    96
              <position x="232" y="176"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    97
              <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    98
                <relPosition x="176" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
    99
              </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   100
              <expression>pyext_csv_update_tmp</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   101
            </inVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   102
            <outVariable localId="15" executionOrderId="0" width="48" height="32" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   103
              <position x="880" y="176"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   104
              <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   105
                <relPosition x="0" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   106
                <connection refLocalId="12" formalParameter="ENO">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   107
                  <position x="880" y="192"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   108
                  <position x="656" y="192"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   109
                </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   110
              </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   111
              <expression>TRIG</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   112
            </outVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   113
            <block localId="18" typeName="NE" executionOrderId="0" width="64" height="64">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   114
              <position x="456" y="160"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   115
              <inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   116
                <variable formalParameter="IN1">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   117
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   118
                    <relPosition x="0" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   119
                    <connection refLocalId="1">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   120
                      <position x="456" y="192"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   121
                      <position x="408" y="192"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   122
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   123
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   124
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   125
                <variable formalParameter="IN2">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   126
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   127
                    <relPosition x="0" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   128
                    <connection refLocalId="17">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   129
                      <position x="456" y="216"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   130
                      <position x="432" y="216"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   131
                      <position x="432" y="240"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   132
                      <position x="408" y="240"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   133
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   134
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   135
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   136
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   137
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   138
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   139
                <variable formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   140
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   141
                    <relPosition x="64" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   142
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   143
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   144
              </outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   145
            </block>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   146
            <inVariable localId="17" executionOrderId="0" width="176" height="32" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   147
              <position x="232" y="224"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   148
              <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   149
                <relPosition x="176" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   150
              </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   151
              <expression>pyext_csv_update</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   152
            </inVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   153
          </FBD>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   154
        </body>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   155
      </pou>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   156
      <pou name="csv_refresh" pouType="functionBlock">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   157
        <interface>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   158
          <externalVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   159
            <variable name="pyext_csv_update">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   160
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   161
                <INT/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   162
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   163
            </variable>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   164
          </externalVars>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   165
          <inputVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   166
            <variable name="TRIG">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   167
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   168
                <BOOL/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   169
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   170
            </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   171
          </inputVars>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   172
        </interface>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   173
        <body>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   174
          <FBD>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   175
            <outVariable localId="2" executionOrderId="0" height="32" width="146" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   176
              <position x="808" y="312"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   177
              <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   178
                <relPosition x="0" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   179
                <connection refLocalId="12" formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   180
                  <position x="808" y="328"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   181
                  <position x="760" y="328"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   182
                </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   183
              </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   184
              <expression>pyext_csv_update</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   185
            </outVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   186
            <block localId="12" typeName="MOVE" executionOrderId="0" height="64" width="56">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   187
              <position x="704" y="272"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   188
              <inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   189
                <variable formalParameter="EN">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   190
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   191
                    <relPosition x="0" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   192
                    <connection refLocalId="13" formalParameter="ENO">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   193
                      <position x="704" y="304"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   194
                      <position x="664" y="304"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   195
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   196
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   197
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   198
                <variable formalParameter="IN">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   199
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   200
                    <relPosition x="0" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   201
                    <connection refLocalId="13" formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   202
                      <position x="704" y="328"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   203
                      <position x="664" y="328"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   204
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   205
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   206
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   207
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   208
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   209
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   210
                <variable formalParameter="ENO">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   211
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   212
                    <relPosition x="56" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   213
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   214
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   215
                <variable formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   216
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   217
                    <relPosition x="56" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   218
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   219
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   220
              </outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   221
            </block>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   222
            <block localId="13" typeName="ADD" executionOrderId="0" width="64" height="96">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   223
              <position x="600" y="272"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   224
              <inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   225
                <variable formalParameter="EN" edge="rising">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   226
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   227
                    <relPosition x="0" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   228
                    <connection refLocalId="15">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   229
                      <position x="600" y="304"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   230
                      <position x="336" y="304"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   231
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   232
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   233
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   234
                <variable formalParameter="IN1">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   235
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   236
                    <relPosition x="0" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   237
                    <connection refLocalId="1">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   238
                      <position x="600" y="328"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   239
                      <position x="490" y="328"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   240
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   241
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   242
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   243
                <variable formalParameter="IN2">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   244
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   245
                    <relPosition x="0" y="80"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   246
                    <connection refLocalId="14">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   247
                      <position x="600" y="352"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   248
                      <position x="528" y="352"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   249
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   250
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   251
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   252
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   253
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   254
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   255
                <variable formalParameter="ENO">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   256
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   257
                    <relPosition x="64" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   258
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   259
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   260
                <variable formalParameter="OUT">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   261
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   262
                    <relPosition x="64" y="56"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   263
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   264
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   265
              </outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   266
            </block>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   267
            <inVariable localId="1" executionOrderId="0" width="146" height="32" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   268
              <position x="344" y="312"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   269
              <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   270
                <relPosition x="146" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   271
              </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   272
              <expression>pyext_csv_update</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   273
            </inVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   274
            <inVariable localId="14" executionOrderId="0" width="24" height="32" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   275
              <position x="504" y="336"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   276
              <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   277
                <relPosition x="24" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   278
              </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   279
              <expression>1</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   280
            </inVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   281
            <inVariable localId="15" executionOrderId="0" width="48" height="32" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   282
              <position x="288" y="288"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   283
              <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   284
                <relPosition x="48" y="16"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   285
              </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   286
              <expression>TRIG</expression>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   287
            </inVariable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   288
          </FBD>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   289
        </body>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   290
        <documentation>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   291
          <xhtml:p><![CDATA[Triggers CSV read FB to refresh output, without reloading CSV files]]></xhtml:p>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   292
        </documentation>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   293
      </pou>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   294
      <pou name="csv_read_by_string" pouType="functionBlock">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   295
        <interface>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   296
          <outputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   297
            <variable name="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   298
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   299
                <BOOL/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   300
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   301
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   302
            <variable name="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   303
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   304
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   305
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   306
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   307
          </outputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   308
          <inputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   309
            <variable name="FILE_NAME">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   310
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   311
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   312
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   313
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   314
            <variable name="ROW">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   315
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   316
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   317
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   318
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   319
            <variable name="COLUMN">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   320
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   321
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   322
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   323
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   324
          </inputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   325
          <localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   326
            <variable name="OLDCODE">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   327
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   328
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   329
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   330
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   331
            <variable name="py_eval">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   332
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   333
                <derived name="python_eval"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   334
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   335
            </variable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   336
            <variable name="R_TRIG1">
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   337
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   338
                <derived name="R_TRIG"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   339
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   340
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   341
            <variable name="SR0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   342
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   343
                <derived name="SR"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   344
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   345
            </variable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   346
            <variable name="_csv_update0">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   347
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   348
                <derived name="_csv_update"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   349
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   350
            </variable>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   351
          </localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   352
        </interface>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   353
        <body>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   354
          <FBD>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   355
            <block localId="7" typeName="CONCAT" executionOrderId="0" height="192" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   356
              <position x="360" y="112"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   357
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   358
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   359
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   360
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   361
                    <connection refLocalId="8">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   362
                      <position x="360" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   363
                      <position x="320" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   364
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   365
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   366
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   367
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   368
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   369
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   370
                    <connection refLocalId="9">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   371
                      <position x="360" y="168"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   372
                      <position x="152" y="168"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   373
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   374
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   375
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   376
                <variable formalParameter="IN3">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   377
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   378
                    <relPosition x="0" y="80"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   379
                    <connection refLocalId="10">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   380
                      <position x="360" y="192"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   381
                      <position x="320" y="192"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   382
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   383
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   384
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   385
                <variable formalParameter="IN4">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   386
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   387
                    <relPosition x="0" y="104"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   388
                    <connection refLocalId="11">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   389
                      <position x="360" y="216"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   390
                      <position x="152" y="216"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   391
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   392
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   393
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   394
                <variable formalParameter="IN5">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   395
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   396
                    <relPosition x="0" y="128"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   397
                    <connection refLocalId="12">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   398
                      <position x="360" y="240"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   399
                      <position x="320" y="240"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   400
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   401
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   402
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   403
                <variable formalParameter="IN6">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   404
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   405
                    <relPosition x="0" y="152"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   406
                    <connection refLocalId="13">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   407
                      <position x="360" y="264"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   408
                      <position x="152" y="264"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   409
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   410
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   411
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   412
                <variable formalParameter="IN7">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   413
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   414
                    <relPosition x="0" y="176"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   415
                    <connection refLocalId="14">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   416
                      <position x="360" y="288"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   417
                      <position x="320" y="288"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   418
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   419
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   420
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   421
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   422
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   423
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   424
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   425
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   426
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   427
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   428
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   429
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   430
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   431
            <inVariable localId="8" executionOrderId="0" height="24" width="160" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   432
              <position x="160" y="128"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   433
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   434
                <relPosition x="160" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   435
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   436
              <expression>'CSVRdStr("'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   437
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   438
            <inVariable localId="9" executionOrderId="0" height="32" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   439
              <position x="40" y="152"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   440
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   441
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   442
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   443
              <expression>FILE_NAME</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   444
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   445
            <inVariable localId="10" executionOrderId="0" height="24" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   446
              <position x="208" y="184"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   447
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   448
                <relPosition x="112" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   449
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   450
              <expression>'","'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   451
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   452
            <inVariable localId="11" executionOrderId="0" height="32" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   453
              <position x="40" y="200"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   454
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   455
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   456
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   457
              <expression>ROW</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   458
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   459
            <inVariable localId="12" executionOrderId="0" height="24" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   460
              <position x="208" y="224"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   461
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   462
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   463
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   464
              <expression>'","'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   465
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   466
            <inVariable localId="13" executionOrderId="0" height="32" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   467
              <position x="40" y="248"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   468
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   469
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   470
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   471
              <expression>COLUMN</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   472
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   473
            <inVariable localId="14" executionOrderId="0" height="24" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   474
              <position x="208" y="272"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   475
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   476
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   477
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   478
              <expression>'")'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   479
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   480
            <block localId="16" typeName="NE" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   481
              <position x="208" y="408"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   482
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   483
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   484
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   485
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   486
                    <connection refLocalId="22">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   487
                      <position x="208" y="440"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   488
                      <position x="168" y="440"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   489
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   490
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   491
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   492
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   493
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   494
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   495
                    <connection refLocalId="21">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   496
                      <position x="208" y="464"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   497
                      <position x="168" y="464"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   498
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   499
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   500
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   501
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   502
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   503
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   504
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   505
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   506
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   507
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   508
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   509
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   510
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   511
            <block localId="18" typeName="SEL" executionOrderId="0" height="96" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   512
              <position x="680" y="376"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   513
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   514
                <variable formalParameter="G">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   515
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   516
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   517
                    <connection refLocalId="25">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   518
                      <position x="680" y="408"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   519
                      <position x="624" y="408"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   520
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   521
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   522
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   523
                <variable formalParameter="IN0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   524
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   525
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   526
                    <connection refLocalId="20">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   527
                      <position x="680" y="432"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   528
                      <position x="632" y="432"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   529
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   530
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   531
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   532
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   533
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   534
                    <relPosition x="0" y="80"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   535
                    <connection refLocalId="4">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   536
                      <position x="680" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   537
                      <position x="632" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   538
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   539
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   540
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   541
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   542
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   543
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   544
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   545
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   546
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   547
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   548
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   549
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   550
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   551
            <connector name="Code" localId="19" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   552
              <position x="480" y="136"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   553
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   554
                <relPosition x="0" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   555
                <connection refLocalId="7" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   556
                  <position x="480" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   557
                  <position x="424" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   558
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   559
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   560
            </connector>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   561
            <outVariable localId="17" executionOrderId="0" height="32" width="66" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   562
              <position x="784" y="392"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   563
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   564
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   565
                <connection refLocalId="18" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   566
                  <position x="784" y="408"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   567
                  <position x="744" y="408"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   568
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   569
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   570
              <expression>OLDCODE</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   571
            </outVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   572
            <inVariable localId="20" executionOrderId="0" height="32" width="72" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   573
              <position x="560" y="416"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   574
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   575
                <relPosition x="72" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   576
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   577
              <expression>OLDCODE</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   578
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   579
            <inVariable localId="21" executionOrderId="0" height="32" width="72" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   580
              <position x="96" y="448"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   581
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   582
                <relPosition x="72" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   583
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   584
              <expression>OLDCODE</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   585
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   586
            <continuation name="Code" localId="4" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   587
              <position x="504" y="448"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   588
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   589
                <relPosition x="128" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   590
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   591
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   592
            <continuation name="Code" localId="22" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   593
              <position x="40" y="424"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   594
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   595
                <relPosition x="128" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   596
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   597
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   598
            <connector name="CodeChange" localId="23" height="24" width="120">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   599
              <position x="328" y="432"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   600
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   601
                <relPosition x="0" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   602
                <connection refLocalId="16" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   603
                  <position x="328" y="440"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   604
                  <position x="272" y="440"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   605
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   606
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   607
            </connector>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   608
            <continuation name="CodeChange" localId="25" height="24" width="120">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   609
              <position x="504" y="392"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   610
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   611
                <relPosition x="120" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   612
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   613
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   614
            <comment localId="26" height="40" width="232">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   615
              <position x="48" y="40"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   616
              <content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   617
                <xhtml:p><![CDATA[Generate python code line]]></xhtml:p>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   618
              </content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   619
            </comment>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   620
            <comment localId="27" height="48" width="312">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   621
              <position x="40" y="328"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   622
              <content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   623
                <xhtml:p><![CDATA[Detect changes in generated code line]]></xhtml:p>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   624
              </content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   625
            </comment>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   626
            <comment localId="28" height="48" width="520">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   627
              <position x="48" y="512"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   628
              <content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   629
                <xhtml:p><![CDATA[Execute python code on change or globally when CSV is updated]]></xhtml:p>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   630
              </content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   631
            </comment>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   632
            <block localId="1" width="104" height="80" typeName="python_eval" instanceName="py_eval" executionOrderId="0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   633
              <position x="552" y="600"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   634
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   635
                <variable formalParameter="TRIG">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   636
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   637
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   638
                    <connection refLocalId="15" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   639
                      <position x="552" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   640
                      <position x="360" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   641
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   642
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   643
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   644
                <variable formalParameter="CODE">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   645
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   646
                    <relPosition x="0" y="64"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   647
                    <connection refLocalId="2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   648
                      <position x="552" y="664"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   649
                      <position x="540" y="664"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   650
                      <position x="540" y="656"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   651
                      <position x="528" y="656"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   652
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   653
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   654
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   655
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   656
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   657
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   658
                <variable formalParameter="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   659
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   660
                    <relPosition x="104" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   661
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   662
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   663
                <variable formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   664
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   665
                    <relPosition x="104" y="64"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   666
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   667
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   668
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   669
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   670
            <outVariable localId="5" height="24" width="40" executionOrderId="0" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   671
              <position x="1216" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   672
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   673
                <relPosition x="0" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   674
                <connection refLocalId="38" formalParameter="Q1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   675
                  <position x="1216" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   676
                  <position x="1168" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   677
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   678
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   679
              <expression>ACK</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   680
            </outVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   681
            <outVariable localId="6" height="24" width="64" executionOrderId="0" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   682
              <position x="688" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   683
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   684
                <relPosition x="0" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   685
                <connection refLocalId="1" formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   686
                  <position x="688" y="712"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   687
                  <position x="672" y="712"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   688
                  <position x="672" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   689
                  <position x="656" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   690
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   691
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   692
              <expression>RESULT</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   693
            </outVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   694
            <continuation name="Code" localId="2" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   695
              <position x="400" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   696
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   697
                <relPosition x="128" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   698
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   699
            </continuation>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   700
            <continuation name="CodeChange" localId="24" height="32" width="120">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   701
              <position x="24" y="640"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   702
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   703
                <relPosition x="120" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   704
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   705
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   706
            <block localId="15" typeName="OR" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   707
              <position x="296" y="600"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   708
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   709
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   710
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   711
                    <relPosition x="0" y="32"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   712
                    <connection refLocalId="40" formalParameter="TRIG">
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   713
                      <position x="296" y="632"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   714
                      <position x="264" y="632"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   715
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   716
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   717
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   718
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   719
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   720
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   721
                    <connection refLocalId="24">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   722
                      <position x="296" y="656"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   723
                      <position x="144" y="656"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   724
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   725
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   726
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   727
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   728
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   729
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   730
                <variable formalParameter="OUT">
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   731
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   732
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   733
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   734
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   735
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   736
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   737
            <block localId="33" typeName="LEFT" executionOrderId="0" height="64" width="56">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   738
              <position x="736" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   739
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   740
                <variable formalParameter="IN">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   741
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   742
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   743
                    <connection refLocalId="1" formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   744
                      <position x="736" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   745
                      <position x="656" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   746
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   747
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   748
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   749
                <variable formalParameter="L">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   750
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   751
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   752
                    <connection refLocalId="35">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   753
                      <position x="736" y="688"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   754
                      <position x="712" y="688"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   755
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   756
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   757
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   758
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   759
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   760
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   761
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   762
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   763
                    <relPosition x="56" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   764
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   765
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   766
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   767
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   768
            <block localId="34" typeName="NE" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   769
              <position x="880" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   770
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   771
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   772
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   773
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   774
                    <connection refLocalId="33" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   775
                      <position x="880" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   776
                      <position x="792" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   777
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   778
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   779
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   780
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   781
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   782
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   783
                    <connection refLocalId="36">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   784
                      <position x="880" y="688"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   785
                      <position x="856" y="688"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   786
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   787
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   788
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   789
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   790
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   791
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   792
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   793
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   794
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   795
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   796
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   797
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   798
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   799
            <inVariable localId="35" executionOrderId="0" height="24" width="24" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   800
              <position x="688" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   801
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   802
                <relPosition x="24" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   803
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   804
              <expression>1</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   805
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   806
            <inVariable localId="36" executionOrderId="0" height="24" width="40" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   807
              <position x="816" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   808
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   809
                <relPosition x="40" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   810
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   811
              <expression>'#'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   812
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   813
            <block localId="37" typeName="R_TRIG" instanceName="R_TRIG1" executionOrderId="0" height="48" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   814
              <position x="880" y="576"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   815
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   816
                <variable formalParameter="CLK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   817
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   818
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   819
                    <connection refLocalId="1" formalParameter="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   820
                      <position x="880" y="608"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   821
                      <position x="688" y="608"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   822
                      <position x="688" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   823
                      <position x="656" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   824
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   825
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   826
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   827
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   828
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   829
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   830
                <variable formalParameter="Q">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   831
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   832
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   833
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   834
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   835
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   836
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   837
            <block localId="38" typeName="SR" instanceName="SR0" executionOrderId="0" height="64" width="48">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   838
              <position x="1120" y="608"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   839
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   840
                <variable formalParameter="S1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   841
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   842
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   843
                    <connection refLocalId="39" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   844
                      <position x="1120" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   845
                      <position x="1056" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   846
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   847
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   848
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   849
                <variable formalParameter="R" edge="rising">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   850
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   851
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   852
                    <connection refLocalId="15" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   853
                      <position x="1120" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   854
                      <position x="1088" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   855
                      <position x="1088" y="736"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   856
                      <position x="376" y="736"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   857
                      <position x="376" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   858
                      <position x="360" y="632"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   859
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   860
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   861
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   862
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   863
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   864
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   865
                <variable formalParameter="Q1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   866
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   867
                    <relPosition x="48" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   868
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   869
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   870
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   871
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   872
            <block localId="39" typeName="AND" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   873
              <position x="992" y="608"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   874
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   875
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   876
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   877
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   878
                    <connection refLocalId="37" formalParameter="Q">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   879
                      <position x="992" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   880
                      <position x="976" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   881
                      <position x="976" y="608"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   882
                      <position x="944" y="608"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   883
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   884
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   885
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   886
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   887
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   888
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   889
                    <connection refLocalId="34" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   890
                      <position x="992" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   891
                      <position x="944" y="664"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   892
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   893
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   894
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   895
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   896
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   897
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   898
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   899
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   900
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   901
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   902
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   903
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   904
            </block>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   905
            <block localId="40" typeName="_csv_update" instanceName="_csv_update0" executionOrderId="0" width="104" height="48">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   906
              <position x="160" y="600"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   907
              <inputVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   908
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   909
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   910
                <variable formalParameter="TRIG">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   911
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   912
                    <relPosition x="104" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   913
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   914
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   915
              </outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   916
            </block>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   917
          </FBD>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   918
        </body>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   919
      </pou>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   920
      <pou name="csv_reload" pouType="functionBlock">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   921
        <interface>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   922
          <outputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   923
            <variable name="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   924
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   925
                <BOOL/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   926
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   927
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   928
            <variable name="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   929
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   930
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   931
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   932
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   933
          </outputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   934
          <localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   935
            <variable name="py_eval">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   936
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   937
                <derived name="python_eval"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   938
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   939
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   940
          </localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   941
          <inputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   942
            <variable name="TRIG">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   943
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   944
                <BOOL/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   945
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   946
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   947
          </inputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   948
          <localVars>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   949
            <variable name="csv_refresh0">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   950
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   951
                <derived name="csv_refresh"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   952
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   953
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   954
          </localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   955
        </interface>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   956
        <body>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   957
          <FBD>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   958
            <block localId="1" width="104" height="80" typeName="python_eval" instanceName="py_eval" executionOrderId="0">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   959
              <position x="336" y="96"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   960
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   961
                <variable formalParameter="TRIG">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   962
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   963
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   964
                    <connection refLocalId="3">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   965
                      <position x="336" y="128"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   966
                      <position x="326" y="128"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   967
                      <position x="326" y="128"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   968
                      <position x="304" y="128"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   969
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   970
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   971
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   972
                <variable formalParameter="CODE">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   973
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   974
                    <relPosition x="0" y="64"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   975
                    <connection refLocalId="8">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   976
                      <position x="336" y="160"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   977
                      <position x="224" y="160"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   978
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   979
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   980
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   981
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   982
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   983
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   984
                <variable formalParameter="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   985
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   986
                    <relPosition x="104" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   987
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   988
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   989
                <variable formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   990
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   991
                    <relPosition x="104" y="64"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   992
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   993
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   994
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
   995
            </block>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   996
            <inVariable localId="3" height="32" width="56" executionOrderId="0" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   997
              <position x="248" y="112"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   998
              <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
   999
                <relPosition x="56" y="16"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1000
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1001
              <expression>TRIG</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1002
            </inVariable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1003
            <outVariable localId="5" height="32" width="40" executionOrderId="0" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1004
              <position x="568" y="112"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1005
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1006
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1007
                <connection refLocalId="1" formalParameter="ACK">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1008
                  <position x="568" y="128"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1009
                  <position x="440" y="128"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1010
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1011
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1012
              <expression>ACK</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1013
            </outVariable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1014
            <outVariable localId="6" height="32" width="64" executionOrderId="0" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1015
              <position x="488" y="144"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1016
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1017
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1018
                <connection refLocalId="1" formalParameter="RESULT">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1019
                  <position x="488" y="160"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1020
                  <position x="440" y="160"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1021
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1022
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1023
              <expression>RESULT</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1024
            </outVariable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1025
            <inVariable localId="8" executionOrderId="0" height="32" width="176" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1026
              <position x="48" y="144"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1027
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1028
                <relPosition x="176" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1029
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1030
              <expression>'pyext_csv_reload()'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1031
            </inVariable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1032
            <block localId="15" typeName="csv_refresh" instanceName="csv_refresh0" executionOrderId="0" width="104" height="64">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1033
              <position x="568" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1034
              <inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1035
                <variable formalParameter="TRIG">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1036
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1037
                    <relPosition x="0" y="40"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1038
                    <connection refLocalId="1" formalParameter="ACK">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1039
                      <position x="568" y="72"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1040
                      <position x="472" y="72"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1041
                      <position x="472" y="128"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1042
                      <position x="440" y="128"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1043
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1044
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1045
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1046
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1047
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1048
              <outputVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1049
            </block>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1050
          </FBD>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1051
        </body>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1052
        <documentation>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1053
          <xhtml:p><![CDATA[Purge CSV files cache and refresh CSV read FBs outputs, consequently reloading CSV files]]></xhtml:p>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1054
        </documentation>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1055
      </pou>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1056
      <pou name="csv_read_by_int" pouType="functionBlock">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1057
        <interface>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1058
          <outputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1059
            <variable name="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1060
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1061
                <BOOL/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1062
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1063
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1064
            <variable name="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1065
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1066
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1067
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1068
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1069
          </outputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1070
          <inputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1071
            <variable name="FILE_NAME">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1072
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1073
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1074
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1075
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1076
            <variable name="ROW">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1077
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1078
                <INT/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1079
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1080
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1081
            <variable name="COLUMN">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1082
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1083
                <INT/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1084
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1085
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1086
          </inputVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1087
          <localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1088
            <variable name="OLDCODE">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1089
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1090
                <string/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1091
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1092
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1093
            <variable name="py_eval0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1094
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1095
                <derived name="python_eval"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1096
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1097
            </variable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1098
            <variable name="R_TRIG2">
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1099
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1100
                <derived name="R_TRIG"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1101
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1102
            </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1103
            <variable name="SR0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1104
              <type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1105
                <derived name="SR"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1106
              </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1107
            </variable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1108
            <variable name="_csv_update0">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1109
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1110
                <derived name="_csv_update"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1111
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1112
            </variable>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1113
          </localVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1114
        </interface>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1115
        <body>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1116
          <FBD>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1117
            <block localId="7" typeName="CONCAT" executionOrderId="0" height="192" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1118
              <position x="520" y="112"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1119
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1120
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1121
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1122
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1123
                    <connection refLocalId="8">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1124
                      <position x="520" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1125
                      <position x="480" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1126
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1127
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1128
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1129
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1130
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1131
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1132
                    <connection refLocalId="9">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1133
                      <position x="520" y="168"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1134
                      <position x="312" y="168"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1135
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1136
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1137
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1138
                <variable formalParameter="IN3">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1139
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1140
                    <relPosition x="0" y="80"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1141
                    <connection refLocalId="10">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1142
                      <position x="520" y="192"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1143
                      <position x="480" y="192"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1144
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1145
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1146
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1147
                <variable formalParameter="IN4">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1148
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1149
                    <relPosition x="0" y="104"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1150
                    <connection refLocalId="31" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1151
                      <position x="520" y="216"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1152
                      <position x="320" y="216"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1153
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1154
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1155
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1156
                <variable formalParameter="IN5">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1157
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1158
                    <relPosition x="0" y="128"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1159
                    <connection refLocalId="12">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1160
                      <position x="520" y="240"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1161
                      <position x="480" y="240"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1162
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1163
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1164
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1165
                <variable formalParameter="IN6">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1166
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1167
                    <relPosition x="0" y="152"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1168
                    <connection refLocalId="2" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1169
                      <position x="520" y="264"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1170
                      <position x="320" y="264"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1171
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1172
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1173
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1174
                <variable formalParameter="IN7">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1175
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1176
                    <relPosition x="0" y="176"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1177
                    <connection refLocalId="14">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1178
                      <position x="520" y="288"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1179
                      <position x="480" y="288"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1180
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1181
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1182
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1183
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1184
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1185
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1186
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1187
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1188
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1189
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1190
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1191
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1192
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1193
            <inVariable localId="8" executionOrderId="0" height="24" width="160" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1194
              <position x="320" y="128"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1195
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1196
                <relPosition x="160" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1197
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1198
              <expression>'CSVRdInt("'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1199
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1200
            <inVariable localId="9" executionOrderId="0" height="32" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1201
              <position x="200" y="152"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1202
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1203
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1204
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1205
              <expression>FILE_NAME</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1206
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1207
            <inVariable localId="10" executionOrderId="0" height="24" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1208
              <position x="368" y="184"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1209
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1210
                <relPosition x="112" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1211
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1212
              <expression>'",'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1213
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1214
            <inVariable localId="11" executionOrderId="0" height="32" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1215
              <position x="40" y="200"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1216
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1217
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1218
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1219
              <expression>ROW</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1220
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1221
            <inVariable localId="12" executionOrderId="0" height="24" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1222
              <position x="368" y="224"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1223
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1224
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1225
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1226
              <expression>','</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1227
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1228
            <inVariable localId="13" executionOrderId="0" height="32" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1229
              <position x="40" y="248"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1230
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1231
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1232
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1233
              <expression>COLUMN</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1234
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1235
            <inVariable localId="14" executionOrderId="0" height="24" width="112" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1236
              <position x="368" y="272"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1237
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1238
                <relPosition x="112" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1239
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1240
              <expression>')'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1241
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1242
            <continuation name="Code" localId="4" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1243
              <position x="504" y="496"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1244
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1245
                <relPosition x="128" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1246
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1247
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1248
            <block localId="16" typeName="NE" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1249
              <position x="208" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1250
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1251
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1252
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1253
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1254
                    <connection refLocalId="22">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1255
                      <position x="208" y="488"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1256
                      <position x="188" y="488"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1257
                      <position x="188" y="480"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1258
                      <position x="168" y="480"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1259
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1260
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1261
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1262
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1263
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1264
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1265
                    <connection refLocalId="21">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1266
                      <position x="208" y="512"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1267
                      <position x="168" y="512"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1268
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1269
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1270
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1271
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1272
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1273
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1274
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1275
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1276
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1277
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1278
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1279
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1280
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1281
            <outVariable localId="17" executionOrderId="0" height="32" width="66" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1282
              <position x="784" y="440"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1283
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1284
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1285
                <connection refLocalId="18" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1286
                  <position x="784" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1287
                  <position x="744" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1288
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1289
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1290
              <expression>OLDCODE</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1291
            </outVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1292
            <block localId="18" typeName="SEL" executionOrderId="0" height="96" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1293
              <position x="680" y="424"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1294
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1295
                <variable formalParameter="G">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1296
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1297
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1298
                    <connection refLocalId="25">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1299
                      <position x="680" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1300
                      <position x="652" y="456"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1301
                      <position x="652" y="448"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1302
                      <position x="624" y="448"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1303
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1304
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1305
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1306
                <variable formalParameter="IN0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1307
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1308
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1309
                    <connection refLocalId="20">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1310
                      <position x="680" y="480"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1311
                      <position x="632" y="480"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1312
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1313
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1314
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1315
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1316
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1317
                    <relPosition x="0" y="80"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1318
                    <connection refLocalId="4">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1319
                      <position x="680" y="504"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1320
                      <position x="656" y="504"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1321
                      <position x="656" y="512"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1322
                      <position x="632" y="512"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1323
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1324
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1325
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1326
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1327
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1328
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1329
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1330
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1331
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1332
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1333
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1334
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1335
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1336
            <inVariable localId="20" executionOrderId="0" height="32" width="72" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1337
              <position x="560" y="464"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1338
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1339
                <relPosition x="72" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1340
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1341
              <expression>OLDCODE</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1342
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1343
            <inVariable localId="21" executionOrderId="0" height="32" width="72" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1344
              <position x="96" y="496"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1345
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1346
                <relPosition x="72" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1347
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1348
              <expression>OLDCODE</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1349
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1350
            <continuation name="Code" localId="22" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1351
              <position x="40" y="472"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1352
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1353
                <relPosition x="128" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1354
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1355
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1356
            <connector name="CodeChange" localId="23" height="24" width="120">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1357
              <position x="328" y="480"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1358
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1359
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1360
                <connection refLocalId="16" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1361
                  <position x="328" y="496"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1362
                  <position x="300" y="496"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1363
                  <position x="300" y="488"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1364
                  <position x="272" y="488"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1365
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1366
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1367
            </connector>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1368
            <continuation name="CodeChange" localId="25" height="24" width="120">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1369
              <position x="504" y="440"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1370
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1371
                <relPosition x="120" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1372
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1373
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1374
            <comment localId="27" height="48" width="312">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1375
              <position x="40" y="376"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1376
              <content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1377
                <xhtml:p><![CDATA[Detect changes in generated code line]]></xhtml:p>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1378
              </content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1379
            </comment>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1380
            <comment localId="28" height="48" width="520">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1381
              <position x="48" y="560"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1382
              <content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1383
                <xhtml:p><![CDATA[Execute python code on change or globally when CSV is updated]]></xhtml:p>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1384
              </content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1385
            </comment>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1386
            <comment localId="29" height="40" width="232">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1387
              <position x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1388
              <content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1389
                <xhtml:p><![CDATA[Generate python code line]]></xhtml:p>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1390
              </content>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1391
            </comment>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1392
            <connector name="Code" localId="30" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1393
              <position x="632" y="128"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1394
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1395
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1396
                <connection refLocalId="7" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1397
                  <position x="632" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1398
                  <position x="584" y="144"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1399
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1400
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1401
            </connector>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1402
            <block localId="31" typeName="INT_TO_STRING" executionOrderId="0" height="48" width="120">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1403
              <position x="200" y="184"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1404
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1405
                <variable formalParameter="IN">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1406
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1407
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1408
                    <connection refLocalId="11">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1409
                      <position x="200" y="216"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1410
                      <position x="152" y="216"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1411
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1412
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1413
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1414
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1415
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1416
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1417
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1418
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1419
                    <relPosition x="120" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1420
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1421
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1422
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1423
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1424
            <block localId="2" typeName="INT_TO_STRING" executionOrderId="0" height="48" width="120">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1425
              <position x="200" y="232"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1426
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1427
                <variable formalParameter="IN">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1428
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1429
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1430
                    <connection refLocalId="13">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1431
                      <position x="200" y="264"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1432
                      <position x="152" y="264"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1433
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1434
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1435
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1436
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1437
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1438
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1439
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1440
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1441
                    <relPosition x="120" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1442
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1443
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1444
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1445
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1446
            <block localId="40" width="104" height="80" typeName="python_eval" instanceName="py_eval0" executionOrderId="0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1447
              <position x="552" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1448
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1449
                <variable formalParameter="TRIG">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1450
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1451
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1452
                    <connection refLocalId="15" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1453
                      <position x="552" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1454
                      <position x="360" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1455
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1456
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1457
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1458
                <variable formalParameter="CODE">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1459
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1460
                    <relPosition x="0" y="64"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1461
                    <connection refLocalId="41">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1462
                      <position x="552" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1463
                      <position x="528" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1464
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1465
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1466
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1467
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1468
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1469
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1470
                <variable formalParameter="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1471
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1472
                    <relPosition x="104" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1473
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1474
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1475
                <variable formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1476
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1477
                    <relPosition x="104" y="64"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1478
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1479
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1480
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1481
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1482
            <continuation name="Code" localId="41" height="24" width="128">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1483
              <position x="400" y="688"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1484
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1485
                <relPosition x="128" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1486
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1487
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1488
            <outVariable localId="43" height="24" width="40" executionOrderId="0" negated="false">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1489
              <position x="1216" y="664"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1490
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1491
                <relPosition x="0" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1492
                <connection refLocalId="38" formalParameter="Q1">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1493
                  <position x="1216" y="680"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1494
                  <position x="1168" y="680"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1495
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1496
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1497
              <expression>ACK</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1498
            </outVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1499
            <outVariable localId="44" height="24" width="64" executionOrderId="0" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1500
              <position x="688" y="744"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1501
              <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1502
                <relPosition x="0" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1503
                <connection refLocalId="40" formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1504
                  <position x="688" y="752"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1505
                  <position x="672" y="752"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1506
                  <position x="672" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1507
                  <position x="656" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1508
                </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1509
              </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1510
              <expression>RESULT</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1511
            </outVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1512
            <block localId="15" typeName="OR" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1513
              <position x="296" y="640"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1514
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1515
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1516
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1517
                    <relPosition x="0" y="32"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1518
                    <connection refLocalId="1" formalParameter="TRIG">
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1519
                      <position x="296" y="672"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1520
                      <position x="264" y="672"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1521
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1522
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1523
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1524
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1525
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1526
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1527
                    <connection refLocalId="45">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1528
                      <position x="296" y="696"/>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1529
                      <position x="144" y="696"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1530
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1531
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1532
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1533
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1534
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1535
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1536
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1537
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1538
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1539
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1540
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1541
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1542
            </block>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1543
            <continuation name="CodeChange" localId="45" height="32" width="120">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1544
              <position x="24" y="680"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1545
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1546
                <relPosition x="120" y="16"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1547
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1548
            </continuation>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1549
            <block localId="33" typeName="LEFT" executionOrderId="0" height="64" width="56">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1550
              <position x="736" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1551
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1552
                <variable formalParameter="IN">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1553
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1554
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1555
                    <connection refLocalId="40" formalParameter="RESULT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1556
                      <position x="736" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1557
                      <position x="656" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1558
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1559
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1560
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1561
                <variable formalParameter="L">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1562
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1563
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1564
                    <connection refLocalId="35">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1565
                      <position x="736" y="728"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1566
                      <position x="724" y="728"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1567
                      <position x="724" y="720"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1568
                      <position x="712" y="720"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1569
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1570
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1571
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1572
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1573
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1574
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1575
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1576
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1577
                    <relPosition x="56" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1578
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1579
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1580
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1581
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1582
            <block localId="34" typeName="NE" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1583
              <position x="880" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1584
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1585
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1586
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1587
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1588
                    <connection refLocalId="33" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1589
                      <position x="880" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1590
                      <position x="792" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1591
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1592
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1593
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1594
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1595
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1596
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1597
                    <connection refLocalId="36">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1598
                      <position x="880" y="728"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1599
                      <position x="868" y="728"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1600
                      <position x="868" y="720"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1601
                      <position x="856" y="720"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1602
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1603
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1604
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1605
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1606
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1607
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1608
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1609
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1610
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1611
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1612
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1613
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1614
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1615
            <inVariable localId="35" executionOrderId="0" height="24" width="24" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1616
              <position x="688" y="712"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1617
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1618
                <relPosition x="24" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1619
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1620
              <expression>1</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1621
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1622
            <inVariable localId="36" executionOrderId="0" height="24" width="40" negated="false">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1623
              <position x="816" y="712"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1624
              <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1625
                <relPosition x="40" y="8"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1626
              </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1627
              <expression>'#'</expression>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1628
            </inVariable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1629
            <block localId="37" typeName="R_TRIG" instanceName="R_TRIG2" executionOrderId="0" height="48" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1630
              <position x="880" y="616"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1631
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1632
                <variable formalParameter="CLK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1633
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1634
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1635
                    <connection refLocalId="40" formalParameter="ACK">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1636
                      <position x="880" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1637
                      <position x="688" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1638
                      <position x="688" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1639
                      <position x="656" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1640
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1641
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1642
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1643
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1644
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1645
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1646
                <variable formalParameter="Q">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1647
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1648
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1649
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1650
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1651
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1652
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1653
            <block localId="38" typeName="SR" instanceName="SR0" executionOrderId="0" height="64" width="48">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1654
              <position x="1120" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1655
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1656
                <variable formalParameter="S1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1657
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1658
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1659
                    <connection refLocalId="39" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1660
                      <position x="1120" y="680"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1661
                      <position x="1056" y="680"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1662
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1663
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1664
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1665
                <variable formalParameter="R" edge="rising">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1666
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1667
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1668
                    <connection refLocalId="15" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1669
                      <position x="1120" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1670
                      <position x="1088" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1671
                      <position x="1088" y="776"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1672
                      <position x="376" y="776"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1673
                      <position x="376" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1674
                      <position x="360" y="672"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1675
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1676
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1677
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1678
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1679
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1680
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1681
                <variable formalParameter="Q1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1682
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1683
                    <relPosition x="48" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1684
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1685
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1686
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1687
            </block>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1688
            <block localId="39" typeName="AND" executionOrderId="0" height="64" width="64">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1689
              <position x="992" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1690
              <inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1691
                <variable formalParameter="IN1">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1692
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1693
                    <relPosition x="0" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1694
                    <connection refLocalId="37" formalParameter="Q">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1695
                      <position x="992" y="680"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1696
                      <position x="976" y="680"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1697
                      <position x="976" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1698
                      <position x="944" y="648"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1699
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1700
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1701
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1702
                <variable formalParameter="IN2">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1703
                  <connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1704
                    <relPosition x="0" y="56"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1705
                    <connection refLocalId="34" formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1706
                      <position x="992" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1707
                      <position x="944" y="704"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1708
                    </connection>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1709
                  </connectionPointIn>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1710
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1711
              </inputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1712
              <inOutVariables/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1713
              <outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1714
                <variable formalParameter="OUT">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1715
                  <connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1716
                    <relPosition x="64" y="32"/>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1717
                  </connectionPointOut>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1718
                </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1719
              </outputVariables>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1720
            </block>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1721
            <block localId="1" typeName="_csv_update" instanceName="_csv_update0" executionOrderId="0" width="104" height="48">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1722
              <position x="160" y="640"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1723
              <inputVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1724
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1725
              <outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1726
                <variable formalParameter="TRIG">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1727
                  <connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1728
                    <relPosition x="104" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1729
                  </connectionPointOut>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1730
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1731
              </outputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1732
            </block>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1733
          </FBD>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1734
        </body>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  1735
      </pou>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1736
      <pou name="csv_write_by_int" pouType="functionBlock">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1737
        <interface>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1738
          <outputVars>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1739
            <variable name="ACK">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1740
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1741
                <BOOL/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1742
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1743
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1744
            <variable name="RESULT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1745
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1746
                <string/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1747
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1748
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1749
          </outputVars>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1750
          <inputVars>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1751
            <variable name="FILE_NAME">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1752
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1753
                <string/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1754
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1755
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1756
            <variable name="ROW">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1757
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1758
                <INT/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1759
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1760
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1761
            <variable name="COLUMN">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1762
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1763
                <INT/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1764
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1765
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1766
            <variable name="CONTENT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1767
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1768
                <string/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1769
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1770
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1771
            <variable name="SAVE">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1772
              <type>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1773
                <BOOL/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1774
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1775
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1776
          </inputVars>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1777
          <localVars>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1778
            <variable name="py_eval0">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1779
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1780
                <derived name="python_eval"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1781
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1782
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1783
            <variable name="R_TRIG1">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1784
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1785
                <derived name="R_TRIG"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1786
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1787
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1788
            <variable name="R_TRIG2">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1789
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1790
                <derived name="R_TRIG"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1791
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1792
            </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1793
            <variable name="SR0">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1794
              <type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1795
                <derived name="SR"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1796
              </type>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1797
            </variable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1798
            <variable name="csv_refresh0">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1799
              <type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1800
                <derived name="csv_refresh"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1801
              </type>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  1802
            </variable>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1803
          </localVars>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1804
        </interface>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1805
        <body>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1806
          <FBD>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1807
            <block localId="7" typeName="CONCAT" executionOrderId="0" height="240" width="72">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1808
              <position x="680" y="88"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1809
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1810
                <variable formalParameter="IN1">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1811
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1812
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1813
                    <connection refLocalId="8">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1814
                      <position x="680" y="120"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1815
                      <position x="512" y="120"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1816
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1817
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1818
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1819
                <variable formalParameter="IN2">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1820
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1821
                    <relPosition x="0" y="56"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1822
                    <connection refLocalId="9">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1823
                      <position x="680" y="144"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1824
                      <position x="152" y="144"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1825
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1826
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1827
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1828
                <variable formalParameter="IN3">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1829
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1830
                    <relPosition x="0" y="80"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1831
                    <connection refLocalId="10">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1832
                      <position x="680" y="168"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1833
                      <position x="616" y="168"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1834
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1835
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1836
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1837
                <variable formalParameter="IN4">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1838
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1839
                    <relPosition x="0" y="104"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1840
                    <connection refLocalId="31" formalParameter="OUT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1841
                      <position x="680" y="192"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1842
                      <position x="320" y="192"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1843
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1844
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1845
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1846
                <variable formalParameter="IN5">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1847
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1848
                    <relPosition x="0" y="128"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1849
                    <connection refLocalId="12">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1850
                      <position x="680" y="216"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1851
                      <position x="616" y="216"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1852
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1853
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1854
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1855
                <variable formalParameter="IN6">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1856
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1857
                    <relPosition x="0" y="152"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1858
                    <connection refLocalId="2" formalParameter="OUT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1859
                      <position x="680" y="240"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1860
                      <position x="320" y="240"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1861
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1862
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1863
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1864
                <variable formalParameter="IN7">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1865
                  <connectionPointIn>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1866
                    <relPosition x="0" y="176"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1867
                    <connection refLocalId="51">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1868
                      <position x="680" y="264"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1869
                      <position x="616" y="264"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1870
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1871
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1872
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1873
                <variable formalParameter="IN8">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1874
                  <connectionPointIn>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1875
                    <relPosition x="0" y="200"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1876
                    <connection refLocalId="52">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1877
                      <position x="680" y="288"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1878
                      <position x="448" y="288"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1879
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1880
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1881
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1882
                <variable formalParameter="IN9">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1883
                  <connectionPointIn>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1884
                    <relPosition x="0" y="224"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1885
                    <connection refLocalId="14">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1886
                      <position x="680" y="312"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1887
                      <position x="616" y="312"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1888
                    </connection>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1889
                  </connectionPointIn>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1890
                </variable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1891
              </inputVariables>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1892
              <inOutVariables/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1893
              <outputVariables>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1894
                <variable formalParameter="OUT">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1895
                  <connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1896
                    <relPosition x="72" y="32"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1897
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1898
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1899
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1900
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1901
            <inVariable localId="8" executionOrderId="0" height="24" width="160" negated="false">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1902
              <position x="352" y="112"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1903
              <connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1904
                <relPosition x="160" y="8"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1905
              </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1906
              <expression>'CSVWrInt("'</expression>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1907
            </inVariable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1908
            <inVariable localId="9" executionOrderId="0" height="32" width="112" negated="false">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1909
              <position x="40" y="128"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1910
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1911
                <relPosition x="112" y="16"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1912
              </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1913
              <expression>FILE_NAME</expression>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1914
            </inVariable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1915
            <inVariable localId="10" executionOrderId="0" height="24" width="112" negated="false">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1916
              <position x="504" y="152"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1917
              <connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1918
                <relPosition x="112" y="16"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1919
              </connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1920
              <expression>'",'</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1921
            </inVariable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1922
            <inVariable localId="11" executionOrderId="0" height="32" width="112" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1923
              <position x="40" y="176"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1924
              <connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1925
                <relPosition x="112" y="16"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1926
              </connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1927
              <expression>ROW</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1928
            </inVariable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1929
            <inVariable localId="12" executionOrderId="0" height="24" width="112" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1930
              <position x="504" y="208"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1931
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1932
                <relPosition x="112" y="8"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1933
              </connectionPointOut>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1934
              <expression>','</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1935
            </inVariable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1936
            <inVariable localId="13" executionOrderId="0" height="32" width="112" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1937
              <position x="40" y="224"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1938
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1939
                <relPosition x="112" y="16"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1940
              </connectionPointOut>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1941
              <expression>COLUMN</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1942
            </inVariable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1943
            <inVariable localId="51" executionOrderId="0" height="24" width="112" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1944
              <position x="504" y="256"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1945
              <connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1946
                <relPosition x="112" y="8"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1947
              </connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1948
              <expression>',"'</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1949
            </inVariable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1950
            <inVariable localId="52" executionOrderId="0" height="32" width="112" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1951
              <position x="336" y="272"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1952
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1953
                <relPosition x="112" y="16"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1954
              </connectionPointOut>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1955
              <expression>CONTENT</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1956
            </inVariable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1957
            <inVariable localId="14" executionOrderId="0" height="24" width="112" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1958
              <position x="504" y="304"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1959
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1960
                <relPosition x="112" y="16"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1961
              </connectionPointOut>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1962
              <expression>'")'</expression>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1963
            </inVariable>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1964
            <comment localId="28" height="48" width="520">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1965
              <position x="48" y="400"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1966
              <content>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1967
                <xhtml:p><![CDATA[Execute python code on change or globally when CSV is updated]]></xhtml:p>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1968
              </content>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1969
            </comment>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1970
            <comment localId="29" height="40" width="232">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1971
              <position x="64" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1972
              <content>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1973
                <xhtml:p><![CDATA[Generate python code line]]></xhtml:p>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1974
              </content>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1975
            </comment>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1976
            <connector name="Code" localId="30" height="24" width="128">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1977
              <position x="856" y="112"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1978
              <connectionPointIn>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1979
                <relPosition x="0" y="8"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1980
                <connection refLocalId="7" formalParameter="OUT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1981
                  <position x="856" y="120"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1982
                  <position x="752" y="120"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1983
                </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1984
              </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1985
            </connector>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1986
            <block localId="31" typeName="INT_TO_STRING" executionOrderId="0" height="48" width="120">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1987
              <position x="200" y="160"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1988
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1989
                <variable formalParameter="IN">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1990
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1991
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1992
                    <connection refLocalId="11">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1993
                      <position x="200" y="192"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  1994
                      <position x="152" y="192"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1995
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1996
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1997
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1998
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  1999
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2000
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2001
                <variable formalParameter="OUT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2002
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2003
                    <relPosition x="120" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2004
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2005
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2006
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2007
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2008
            <block localId="2" typeName="INT_TO_STRING" executionOrderId="0" height="48" width="120">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2009
              <position x="200" y="208"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2010
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2011
                <variable formalParameter="IN">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2012
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2013
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2014
                    <connection refLocalId="13">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2015
                      <position x="200" y="240"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2016
                      <position x="152" y="240"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2017
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2018
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2019
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2020
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2021
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2022
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2023
                <variable formalParameter="OUT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2024
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2025
                    <relPosition x="120" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2026
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2027
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2028
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2029
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2030
            <block localId="40" width="104" height="80" typeName="python_eval" instanceName="py_eval0" executionOrderId="0">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2031
              <position x="552" y="480"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2032
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2033
                <variable formalParameter="TRIG">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2034
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2035
                    <relPosition x="0" y="32"/>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2036
                    <connection refLocalId="46" formalParameter="Q">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2037
                      <position x="552" y="512"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2038
                      <position x="360" y="512"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2039
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2040
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2041
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2042
                <variable formalParameter="CODE">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2043
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2044
                    <relPosition x="0" y="64"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2045
                    <connection refLocalId="41">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2046
                      <position x="552" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2047
                      <position x="520" y="544"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2048
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2049
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2050
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2051
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2052
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2053
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2054
                <variable formalParameter="ACK">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2055
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2056
                    <relPosition x="104" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2057
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2058
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2059
                <variable formalParameter="RESULT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2060
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2061
                    <relPosition x="104" y="64"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2062
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2063
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2064
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2065
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2066
            <continuation name="Code" localId="41" height="24" width="128">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2067
              <position x="392" y="528"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2068
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2069
                <relPosition x="128" y="16"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2070
              </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2071
            </continuation>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2072
            <inVariable localId="42" height="24" width="64" executionOrderId="0" negated="false">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2073
              <position x="208" y="496"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2074
              <connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2075
                <relPosition x="64" y="16"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2076
              </connectionPointOut>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2077
              <expression>SAVE</expression>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2078
            </inVariable>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2079
            <outVariable localId="43" height="32" width="40" executionOrderId="0" negated="false">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2080
              <position x="1232" y="504"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2081
              <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2082
                <relPosition x="0" y="16"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2083
                <connection refLocalId="38" formalParameter="Q1">
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2084
                  <position x="1232" y="520"/>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2085
                  <position x="1168" y="520"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2086
                </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2087
              </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2088
              <expression>ACK</expression>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2089
            </outVariable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2090
            <outVariable localId="44" height="24" width="64" executionOrderId="0" negated="false">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2091
              <position x="688" y="584"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2092
              <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2093
                <relPosition x="0" y="8"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2094
                <connection refLocalId="40" formalParameter="RESULT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2095
                  <position x="688" y="592"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2096
                  <position x="672" y="592"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2097
                  <position x="672" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2098
                  <position x="656" y="544"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2099
                </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2100
              </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2101
              <expression>RESULT</expression>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2102
            </outVariable>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2103
            <block localId="46" typeName="R_TRIG" instanceName="R_TRIG1" executionOrderId="0" height="48" width="64">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2104
              <position x="296" y="480"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2105
              <inputVariables>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2106
                <variable formalParameter="CLK">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2107
                  <connectionPointIn>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2108
                    <relPosition x="0" y="32"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2109
                    <connection refLocalId="42">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2110
                      <position x="296" y="512"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2111
                      <position x="272" y="512"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2112
                    </connection>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2113
                  </connectionPointIn>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2114
                </variable>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2115
              </inputVariables>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2116
              <inOutVariables/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2117
              <outputVariables>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2118
                <variable formalParameter="Q">
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2119
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2120
                    <relPosition x="64" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2121
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2122
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2123
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2124
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2125
            <block localId="33" typeName="LEFT" executionOrderId="0" height="64" width="56">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2126
              <position x="736" y="512"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2127
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2128
                <variable formalParameter="IN">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2129
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2130
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2131
                    <connection refLocalId="40" formalParameter="RESULT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2132
                      <position x="736" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2133
                      <position x="656" y="544"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2134
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2135
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2136
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2137
                <variable formalParameter="L">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2138
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2139
                    <relPosition x="0" y="56"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2140
                    <connection refLocalId="35">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2141
                      <position x="736" y="568"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2142
                      <position x="724" y="568"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2143
                      <position x="724" y="560"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2144
                      <position x="712" y="560"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2145
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2146
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2147
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2148
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2149
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2150
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2151
                <variable formalParameter="OUT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2152
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2153
                    <relPosition x="56" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2154
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2155
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2156
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2157
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2158
            <block localId="34" typeName="NE" executionOrderId="0" height="64" width="64">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2159
              <position x="880" y="512"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2160
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2161
                <variable formalParameter="IN1">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2162
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2163
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2164
                    <connection refLocalId="33" formalParameter="OUT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2165
                      <position x="880" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2166
                      <position x="792" y="544"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2167
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2168
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2169
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2170
                <variable formalParameter="IN2">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2171
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2172
                    <relPosition x="0" y="56"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2173
                    <connection refLocalId="36">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2174
                      <position x="880" y="568"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2175
                      <position x="848" y="568"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2176
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2177
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2178
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2179
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2180
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2181
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2182
                <variable formalParameter="OUT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2183
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2184
                    <relPosition x="64" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2185
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2186
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2187
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2188
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2189
            <inVariable localId="35" executionOrderId="0" height="24" width="24" negated="false">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2190
              <position x="688" y="552"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2191
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2192
                <relPosition x="24" y="8"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2193
              </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2194
              <expression>1</expression>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2195
            </inVariable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2196
            <inVariable localId="36" executionOrderId="0" height="24" width="40" negated="false">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2197
              <position x="808" y="560"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2198
              <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2199
                <relPosition x="40" y="8"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2200
              </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2201
              <expression>'#'</expression>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2202
            </inVariable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2203
            <block localId="37" typeName="R_TRIG" instanceName="R_TRIG2" executionOrderId="0" height="48" width="64">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2204
              <position x="880" y="456"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2205
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2206
                <variable formalParameter="CLK">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2207
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2208
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2209
                    <connection refLocalId="40" formalParameter="ACK">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2210
                      <position x="880" y="488"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2211
                      <position x="688" y="488"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2212
                      <position x="688" y="512"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2213
                      <position x="656" y="512"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2214
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2215
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2216
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2217
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2218
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2219
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2220
                <variable formalParameter="Q">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2221
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2222
                    <relPosition x="64" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2223
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2224
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2225
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2226
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2227
            <block localId="38" typeName="SR" instanceName="SR0" executionOrderId="0" height="64" width="48">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2228
              <position x="1120" y="488"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2229
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2230
                <variable formalParameter="S1">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2231
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2232
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2233
                    <connection refLocalId="39" formalParameter="OUT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2234
                      <position x="1120" y="520"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2235
                      <position x="1056" y="520"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2236
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2237
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2238
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2239
                <variable formalParameter="R" edge="rising">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2240
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2241
                    <relPosition x="0" y="56"/>
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2242
                    <connection refLocalId="46" formalParameter="Q">
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2243
                      <position x="1120" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2244
                      <position x="1088" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2245
                      <position x="1088" y="616"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2246
                      <position x="376" y="616"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2247
                      <position x="376" y="512"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2248
                      <position x="360" y="512"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2249
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2250
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2251
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2252
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2253
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2254
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2255
                <variable formalParameter="Q1">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2256
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2257
                    <relPosition x="48" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2258
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2259
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2260
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2261
            </block>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2262
            <block localId="39" typeName="AND" executionOrderId="0" height="64" width="64">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2263
              <position x="992" y="488"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2264
              <inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2265
                <variable formalParameter="IN1">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2266
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2267
                    <relPosition x="0" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2268
                    <connection refLocalId="37" formalParameter="Q">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2269
                      <position x="992" y="520"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2270
                      <position x="976" y="520"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2271
                      <position x="976" y="488"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2272
                      <position x="944" y="488"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2273
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2274
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2275
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2276
                <variable formalParameter="IN2">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2277
                  <connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2278
                    <relPosition x="0" y="56"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2279
                    <connection refLocalId="34" formalParameter="OUT">
4060
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2280
                      <position x="992" y="544"/>
d2f5eb3c7d6e py_ext: fix CSV Writer
Edouard Tisserant <edouard@beremiz.fr>
parents: 4056
diff changeset
  2281
                      <position x="944" y="544"/>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2282
                    </connection>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2283
                  </connectionPointIn>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2284
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2285
              </inputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2286
              <inOutVariables/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2287
              <outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2288
                <variable formalParameter="OUT">
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2289
                  <connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2290
                    <relPosition x="64" y="32"/>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2291
                  </connectionPointOut>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2292
                </variable>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2293
              </outputVariables>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2294
            </block>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2295
            <block localId="53" typeName="csv_refresh" instanceName="csv_refresh0" executionOrderId="0" width="104" height="48">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2296
              <position x="1232" y="440"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2297
              <inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2298
                <variable formalParameter="TRIG">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2299
                  <connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2300
                    <relPosition x="0" y="32"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2301
                    <connection refLocalId="38" formalParameter="Q1">
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2302
                      <position x="1232" y="472"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2303
                      <position x="1206" y="472"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2304
                      <position x="1206" y="520"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2305
                      <position x="1168" y="520"/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2306
                    </connection>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2307
                  </connectionPointIn>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2308
                </variable>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2309
              </inputVariables>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2310
              <inOutVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2311
              <outputVariables/>
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2312
            </block>
4056
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2313
          </FBD>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2314
        </body>
4b2de1a0fbf9 Extend HMI:JsonTable, create Edit CSV POU, create example, add some doc (#41)
Dino Kosic <44305363+kraskrom@users.noreply.github.com>
parents: 3707
diff changeset
  2315
      </pou>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2316
      <pou name="python_eval" pouType="functionBlock">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2317
        <interface>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2318
          <inputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2319
            <variable name="TRIG">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2320
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2321
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2322
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2323
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2324
            <variable name="CODE">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2325
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2326
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2327
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2328
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2329
          </inputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2330
          <outputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2331
            <variable name="ACK">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2332
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2333
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2334
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2335
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2336
            <variable name="RESULT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2337
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2338
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2339
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2340
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2341
          </outputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2342
          <localVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2343
            <variable name="STATE">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2344
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2345
                <DWORD/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2346
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2347
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2348
            <variable name="BUFFER">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2349
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2350
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2351
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2352
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2353
            <variable name="PREBUFFER">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2354
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2355
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2356
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2357
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2358
            <variable name="TRIGM1">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2359
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2360
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2361
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2362
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2363
            <variable name="TRIGGED">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2364
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2365
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2366
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2367
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2368
          </localVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2369
        </interface>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2370
        <body>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2371
          <ST>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2372
            <xhtml:p><![CDATA[{extern void __PythonEvalFB(int, PYTHON_EVAL*);__PythonEvalFB(0, data__);}]]></xhtml:p>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2373
          </ST>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2374
        </body>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2375
      </pou>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2376
      <pou name="python_poll" pouType="functionBlock">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2377
        <interface>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2378
          <inputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2379
            <variable name="TRIG">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2380
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2381
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2382
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2383
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2384
            <variable name="CODE">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2385
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2386
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2387
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2388
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2389
          </inputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2390
          <outputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2391
            <variable name="ACK">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2392
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2393
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2394
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2395
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2396
            <variable name="RESULT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2397
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2398
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2399
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2400
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2401
          </outputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2402
          <localVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2403
            <variable name="STATE">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2404
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2405
                <DWORD/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2406
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2407
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2408
            <variable name="BUFFER">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2409
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2410
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2411
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2412
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2413
            <variable name="PREBUFFER">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2414
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2415
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2416
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2417
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2418
            <variable name="TRIGM1">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2419
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2420
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2421
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2422
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2423
            <variable name="TRIGGED">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2424
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2425
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2426
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2427
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2428
          </localVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2429
        </interface>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2430
        <body>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2431
          <ST>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2432
            <xhtml:p><![CDATA[{extern void __PythonEvalFB(int, PYTHON_EVAL*);__PythonEvalFB(1,(PYTHON_EVAL*)(void*)data__);}]]></xhtml:p>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2433
          </ST>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2434
        </body>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2435
      </pou>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2436
      <pou name="python_gear" pouType="functionBlock">
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2437
        <interface>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2438
          <inputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2439
            <variable name="N">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2440
              <type>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2441
                <UINT/>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2442
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2443
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2444
            <variable name="TRIG">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2445
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2446
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2447
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2448
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2449
            <variable name="CODE">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2450
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2451
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2452
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2453
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2454
          </inputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2455
          <outputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2456
            <variable name="ACK">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2457
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2458
                <BOOL/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2459
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2460
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2461
            <variable name="RESULT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2462
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2463
                <string/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2464
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2465
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2466
          </outputVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2467
          <localVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2468
            <variable name="py_eval">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2469
              <type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2470
                <derived name="python_eval"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2471
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2472
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2473
            <variable name="COUNTER">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2474
              <type>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2475
                <UINT/>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2476
              </type>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2477
            </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2478
          </localVars>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2479
        </interface>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2480
        <body>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2481
          <FBD>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2482
            <block localId="1" width="125" height="110" typeName="python_eval" instanceName="py_eval">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2483
              <position x="525" y="580"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2484
              <inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2485
                <variable formalParameter="TRIG">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2486
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2487
                    <relPosition x="0" y="40"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2488
                    <connection refLocalId="7" formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2489
                      <position x="525" y="620"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2490
                      <position x="495" y="620"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2491
                      <position x="495" y="575"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2492
                      <position x="465" y="575"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2493
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2494
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2495
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2496
                <variable formalParameter="CODE">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2497
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2498
                    <relPosition x="0" y="85"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2499
                    <connection refLocalId="4">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2500
                      <position x="525" y="665"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2501
                      <position x="370" y="665"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2502
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2503
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2504
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2505
              </inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2506
              <inOutVariables/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2507
              <outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2508
                <variable formalParameter="ACK">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2509
                  <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2510
                    <relPosition x="125" y="40"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2511
                  </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2512
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2513
                <variable formalParameter="RESULT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2514
                  <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2515
                    <relPosition x="125" y="85"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2516
                  </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2517
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2518
              </outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2519
            </block>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2520
            <inVariable localId="2" height="35" width="25">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2521
              <position x="435" y="270"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2522
              <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2523
                <relPosition x="25" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2524
              </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2525
              <expression>N</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2526
            </inVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2527
            <inVariable localId="3" height="35" width="55">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2528
              <position x="275" y="585"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2529
              <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2530
                <relPosition x="55" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2531
              </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2532
              <expression>TRIG</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2533
            </inVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2534
            <inVariable localId="4" height="35" width="55">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2535
              <position x="315" y="650"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2536
              <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2537
                <relPosition x="55" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2538
              </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2539
              <expression>CODE</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2540
            </inVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2541
            <outVariable localId="5" height="35" width="45">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2542
              <position x="740" y="605"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2543
              <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2544
                <relPosition x="0" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2545
                <connection refLocalId="1" formalParameter="ACK">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2546
                  <position x="740" y="620"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2547
                  <position x="650" y="620"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2548
                </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2549
              </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2550
              <expression>ACK</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2551
            </outVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2552
            <outVariable localId="6" height="35" width="75">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2553
              <position x="740" y="650"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2554
              <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2555
                <relPosition x="0" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2556
                <connection refLocalId="1" formalParameter="RESULT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2557
                  <position x="740" y="665"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2558
                  <position x="650" y="665"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2559
                </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2560
              </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2561
              <expression>RESULT</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2562
            </outVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2563
            <block localId="7" width="80" height="65" typeName="AND">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2564
              <position x="385" y="545"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2565
              <inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2566
                <variable formalParameter="IN1">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2567
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2568
                    <relPosition x="0" y="30"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2569
                    <connection refLocalId="13" formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2570
                      <position x="385" y="575"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2571
                      <position x="335" y="575"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2572
                      <position x="335" y="455"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2573
                      <position x="625" y="455"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2574
                      <position x="625" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2575
                      <position x="615" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2576
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2577
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2578
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2579
                <variable formalParameter="IN2">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2580
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2581
                    <relPosition x="0" y="55"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2582
                    <connection refLocalId="3">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2583
                      <position x="385" y="600"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2584
                      <position x="330" y="600"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2585
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2586
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2587
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2588
              </inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2589
              <inOutVariables/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2590
              <outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2591
                <variable formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2592
                  <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2593
                    <relPosition x="80" y="30"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2594
                  </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2595
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2596
              </outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2597
            </block>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2598
            <inVariable localId="9" height="35" width="85">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2599
              <position x="240" y="330"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2600
              <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2601
                <relPosition x="85" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2602
              </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2603
              <expression>COUNTER</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2604
            </inVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2605
            <block localId="10" width="80" height="65" typeName="ADD">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2606
              <position x="380" y="330"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2607
              <inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2608
                <variable formalParameter="IN1">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2609
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2610
                    <relPosition x="0" y="30"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2611
                    <connection refLocalId="9">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2612
                      <position x="380" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2613
                      <position x="352" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2614
                      <position x="352" y="345"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2615
                      <position x="325" y="345"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2616
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2617
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2618
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2619
                <variable formalParameter="IN2">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2620
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2621
                    <relPosition x="0" y="55"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2622
                    <connection refLocalId="11">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2623
                      <position x="380" y="385"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2624
                      <position x="325" y="385"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2625
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2626
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2627
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2628
              </inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2629
              <inOutVariables/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2630
              <outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2631
                <variable formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2632
                  <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2633
                    <relPosition x="80" y="30"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2634
                  </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2635
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2636
              </outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2637
            </block>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2638
            <inVariable localId="11" height="35" width="85" executionOrderId="0" negated="false">
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2639
              <position x="240" y="370"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2640
              <connectionPointOut>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2641
                <relPosition x="85" y="17"/>
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2642
              </connectionPointOut>
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2643
              <expression>1</expression>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2644
            </inVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2645
            <block localId="13" width="80" height="65" typeName="EQ">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2646
              <position x="535" y="255"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2647
              <inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2648
                <variable formalParameter="IN1">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2649
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2650
                    <relPosition x="0" y="30"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2651
                    <connection refLocalId="2">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2652
                      <position x="535" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2653
                      <position x="460" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2654
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2655
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2656
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2657
                <variable formalParameter="IN2">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2658
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2659
                    <relPosition x="0" y="55"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2660
                    <connection refLocalId="10" formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2661
                      <position x="535" y="310"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2662
                      <position x="497" y="310"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2663
                      <position x="497" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2664
                      <position x="460" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2665
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2666
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2667
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2668
              </inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2669
              <inOutVariables/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2670
              <outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2671
                <variable formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2672
                  <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2673
                    <relPosition x="80" y="30"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2674
                  </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2675
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2676
              </outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2677
            </block>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2678
            <block localId="15" width="80" height="135" typeName="SEL">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2679
              <position x="785" y="245"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2680
              <inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2681
                <variable formalParameter="G">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2682
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2683
                    <relPosition x="0" y="40"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2684
                    <connection refLocalId="13" formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2685
                      <position x="785" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2686
                      <position x="615" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2687
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2688
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2689
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2690
                <variable formalParameter="IN0">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2691
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2692
                    <relPosition x="0" y="75"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2693
                    <connection refLocalId="10" formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2694
                      <position x="785" y="320"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2695
                      <position x="650" y="320"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2696
                      <position x="650" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2697
                      <position x="460" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2698
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2699
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2700
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2701
                <variable formalParameter="IN1">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2702
                  <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2703
                    <relPosition x="0" y="115"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2704
                    <connection refLocalId="16">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2705
                      <position x="785" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2706
                      <position x="760" y="360"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2707
                    </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2708
                  </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2709
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2710
              </inputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2711
              <inOutVariables/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2712
              <outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2713
                <variable formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2714
                  <connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2715
                    <relPosition x="80" y="40"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2716
                  </connectionPointOut>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2717
                </variable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2718
              </outputVariables>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2719
            </block>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2720
            <inVariable localId="16" height="35" width="85" executionOrderId="0" negated="false">
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2721
              <position x="675" y="345"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2722
              <connectionPointOut>
1399
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2723
                <relPosition x="85" y="17"/>
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2724
              </connectionPointOut>
4c130dba8366 Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
Edouard Tisserant
parents: 721
diff changeset
  2725
              <expression>0</expression>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2726
            </inVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2727
            <outVariable localId="17" height="35" width="85">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2728
              <position x="905" y="270"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2729
              <connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2730
                <relPosition x="0" y="15"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2731
                <connection refLocalId="15" formalParameter="OUT">
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2732
                  <position x="905" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2733
                  <position x="865" y="285"/>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2734
                </connection>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2735
              </connectionPointIn>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2736
              <expression>COUNTER</expression>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2737
            </outVariable>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2738
          </FBD>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2739
        </body>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2740
      </pou>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2741
    </pous>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2742
  </types>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2743
  <instances>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2744
    <configurations>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2745
      <configuration name="configuration0">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2746
        <globalVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2747
          <variable name="pyext_csv_update">
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2748
            <type>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2749
              <INT/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2750
            </type>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2751
            <initialValue>
4061
e0dfe8b8db4a py_ext: rework logic CSV reader FB output refresh logic.
Edouard Tisserant <edouard@beremiz.fr>
parents: 4060
diff changeset
  2752
              <simpleValue value="0"/>
3707
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2753
            </initialValue>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2754
          </variable>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2755
        </globalVars>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2756
      </configuration>
3c60c78dfa5d py_ext: add CSV file reading POUs in python extension library
Edouard Tisserant
parents: 1399
diff changeset
  2757
    </configurations>
366
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2758
  </instances>
cd90e4c10261 Move python evaluator to create a python plugin containing any related python module
laurent
parents:
diff changeset
  2759
</project>