exemples/csv_read/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Wed, 01 Mar 2023 10:54:54 +0100
changeset 3740 ac0e6de439b5
parent 3708 2299f25779ce
permissions -rw-r--r--
Linux runtime: overrun detection for real-time timers and for plc execution.

If real-time timer wakes-up PLC thread too late (10% over period), then
warning is logged.

If PLC code (IO retreive, execution, IO publish) takes longer than requested
PLC execution cycle, then warning is logged, and CPU hoogging is mitigated
by delaying next PLC execution a few cylces more until having at least
1ms minimal idle time.
3708
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     3
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     4
<svg
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     6
   xmlns:cc="http://creativecommons.org/ns#"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     8
   xmlns:svg="http://www.w3.org/2000/svg"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
     9
   xmlns="http://www.w3.org/2000/svg"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    10
   xmlns:xlink="http://www.w3.org/1999/xlink"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    11
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    12
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    13
   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    14
   sodipodi:docname="svghmi.svg"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    15
   id="hmi0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    16
   version="1.1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    17
   viewBox="0 0 1280 720"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    18
   height="720"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    19
   width="1280">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    20
  <metadata
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    21
     id="metadata8">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    22
    <rdf:RDF>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    23
      <cc:Work
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    24
         rdf:about="">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    25
        <dc:format>image/svg+xml</dc:format>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    26
        <dc:type
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    27
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    28
      </cc:Work>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    29
    </rdf:RDF>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    30
  </metadata>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    31
  <defs
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    32
     id="defs6">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    33
    <radialGradient
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    34
       inkscape:collect="always"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    35
       xlink:href="#linearGradient3492"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    36
       id="radialGradient3514"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    37
       gradientUnits="userSpaceOnUse"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    38
       gradientTransform="matrix(0.4681866,-0.02473347,0.01595521,0.5306128,2639.5399,373.67134)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    39
       cx="958.08276"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    40
       cy="613.50269"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    41
       fx="958.08276"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    42
       fy="613.50269"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    43
       r="163.49561" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    44
    <linearGradient
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    45
       inkscape:collect="always"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    46
       id="linearGradient3492">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    47
      <stop
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    48
         style="stop-color:#ffe7c7;stop-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    49
         offset="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    50
         id="stop3488" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    51
      <stop
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    52
         style="stop-color:#ffa32a;stop-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    53
         offset="1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    54
         id="stop3490" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    55
    </linearGradient>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    56
  </defs>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    57
  <sodipodi:namedview
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    58
     pagecolor="#ffffff"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    59
     bordercolor="#666666"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    60
     borderopacity="1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    61
     objecttolerance="10"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    62
     gridtolerance="10"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    63
     guidetolerance="10"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    64
     inkscape:pageopacity="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    65
     inkscape:pageshadow="2"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    66
     inkscape:window-width="1850"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    67
     inkscape:window-height="1036"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    68
     id="namedview4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    69
     showgrid="false"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    70
     inkscape:zoom="0.46354778"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    71
     inkscape:cx="148.44921"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    72
     inkscape:cy="307.83382"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    73
     inkscape:window-x="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    74
     inkscape:window-y="27"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    75
     inkscape:window-maximized="1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    76
     inkscape:current-layer="hmi0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    77
  <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    78
     inkscape:label="HMI:Page:Home"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    79
     y="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    80
     x="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    81
     height="720"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    82
     width="1280"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    83
     id="rect1016"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    84
     style="color:#000000;opacity:1;fill:#d6d6d6;fill-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    85
  <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    86
     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:0.2822581;fill-rule:nonzero;stroke:#212121;stroke-width:3.77999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    87
     id="rect1280"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    88
     width="918.30505"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    89
     height="88.474594"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    90
     x="184.57626"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    91
     y="220.61017" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    92
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    93
     id="g446"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    94
     transform="matrix(0.75813069,0,0,0.75813069,698.48618,17.66828)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    95
     inkscape:label="HMI:Input@/CSV_ROWIDX"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    96
     style="stroke-width:0.37711531">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    97
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    98
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
    99
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.37711531px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   100
       x="216.32812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   101
       y="191.44563"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   102
       id="text432"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   103
       inkscape:label="value"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   104
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   105
         id="tspan430"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   106
         x="216.32812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   107
         y="191.44563"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   108
         style="font-size:84.41815948px;text-align:end;text-anchor:end;fill:#ff8c00;stroke-width:0.37711531px">8</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   109
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   110
       transform="scale(1,-1)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   111
       sodipodi:type="star"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   112
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   113
       id="path436"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   114
       sodipodi:sides="3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   115
       sodipodi:cx="276.74072"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   116
       sodipodi:cy="-224.98808"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   117
       sodipodi:r1="29.912722"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   118
       sodipodi:r2="14.956361"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   119
       sodipodi:arg1="0.52359878"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   120
       sodipodi:arg2="1.5707963"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   121
       inkscape:flatsided="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   122
       inkscape:rounded="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   123
       inkscape:randomized="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   124
       d="m 302.6459,-210.03172 -51.81035,0 25.90517,-44.86908 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   125
       inkscape:transform-center-y="7.4781812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   126
       inkscape:label="-1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   127
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   128
       inkscape:label="edit"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   129
       onclick=""
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   130
       y="95.40741"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   131
       x="1.8178837"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   132
       height="128"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   133
       width="230.94511"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   134
       id="rect438"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   135
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   136
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   137
       inkscape:label="+1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   138
       inkscape:transform-center-y="-7.4781804"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   139
       d="m 302.6459,111.4008 -51.81035,0 25.90517,-44.869079 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   140
       inkscape:randomized="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   141
       inkscape:rounded="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   142
       inkscape:flatsided="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   143
       sodipodi:arg2="1.5707963"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   144
       sodipodi:arg1="0.52359878"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   145
       sodipodi:r2="14.956361"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   146
       sodipodi:r1="29.912722"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   147
       sodipodi:cy="96.444443"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   148
       sodipodi:cx="276.74072"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   149
       sodipodi:sides="3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   150
       id="path442"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   151
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   152
       sodipodi:type="star" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   153
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   154
       inkscape:label="=0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   155
       inkscape:transform-center-y="-10.828983"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   156
       d="m 306.14807,189.68763 -58.37872,0.43598 -0.43597,-58.37872 58.37871,-0.43597 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   157
       inkscape:randomized="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   158
       inkscape:rounded="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   159
       inkscape:flatsided="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   160
       sodipodi:arg2="1.5633284"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   161
       sodipodi:arg1="0.77793027"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   162
       sodipodi:r2="21.657967"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   163
       sodipodi:r1="41.281136"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   164
       sodipodi:cy="160.71626"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   165
       sodipodi:cx="276.74072"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   166
       sodipodi:sides="4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   167
       id="path444"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   168
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   169
       sodipodi:type="star"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   170
       inkscape:transform-center-x="1.0089177e-06" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   171
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   172
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   173
     id="g446-3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   174
     transform="matrix(0.75813069,0,0,0.75813069,956.1536,17.66828)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   175
     inkscape:label="HMI:Input@/CSV_COLIDX"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   176
     style="stroke-width:0.37711531">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   177
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   178
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   179
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.37711531px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   180
       x="216.32812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   181
       y="191.44563"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   182
       id="text432-6"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   183
       inkscape:label="value"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   184
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   185
         id="tspan430-7"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   186
         x="216.32812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   187
         y="191.44563"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   188
         style="font-size:84.41815948px;text-align:end;text-anchor:end;fill:#ff8c00;stroke-width:0.37711531px">8</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   189
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   190
       transform="scale(1,-1)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   191
       sodipodi:type="star"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   192
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   193
       id="path436-5"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   194
       sodipodi:sides="3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   195
       sodipodi:cx="276.74072"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   196
       sodipodi:cy="-224.98808"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   197
       sodipodi:r1="29.912722"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   198
       sodipodi:r2="14.956361"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   199
       sodipodi:arg1="0.52359878"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   200
       sodipodi:arg2="1.5707963"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   201
       inkscape:flatsided="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   202
       inkscape:rounded="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   203
       inkscape:randomized="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   204
       d="m 302.6459,-210.03172 -51.81035,0 25.90517,-44.86908 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   205
       inkscape:transform-center-y="7.4781812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   206
       inkscape:label="-1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   207
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   208
       inkscape:label="edit"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   209
       onclick=""
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   210
       y="95.40741"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   211
       x="1.8178837"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   212
       height="128"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   213
       width="230.94511"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   214
       id="rect438-3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   215
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   216
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   217
       inkscape:label="+1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   218
       inkscape:transform-center-y="-7.4781804"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   219
       d="m 302.6459,111.4008 -51.81035,0 25.90517,-44.869079 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   220
       inkscape:randomized="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   221
       inkscape:rounded="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   222
       inkscape:flatsided="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   223
       sodipodi:arg2="1.5707963"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   224
       sodipodi:arg1="0.52359878"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   225
       sodipodi:r2="14.956361"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   226
       sodipodi:r1="29.912722"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   227
       sodipodi:cy="96.444443"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   228
       sodipodi:cx="276.74072"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   229
       sodipodi:sides="3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   230
       id="path442-5"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   231
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   232
       sodipodi:type="star" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   233
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   234
       inkscape:label="=0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   235
       inkscape:transform-center-y="-10.828983"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   236
       d="m 306.14807,189.68763 -58.37872,0.43598 -0.43597,-58.37872 58.37871,-0.43597 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   237
       inkscape:randomized="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   238
       inkscape:rounded="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   239
       inkscape:flatsided="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   240
       sodipodi:arg2="1.5633284"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   241
       sodipodi:arg1="0.77793027"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   242
       sodipodi:r2="21.657967"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   243
       sodipodi:r1="41.281136"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   244
       sodipodi:cy="160.71626"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   245
       sodipodi:cx="276.74072"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   246
       sodipodi:sides="4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   247
       id="path444-6"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   248
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   249
       sodipodi:type="star"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   250
       inkscape:transform-center-x="1.0089177e-06" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   251
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   252
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   253
     id="text432-2"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   254
     y="287.5881"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   255
     x="1071.9137"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   256
     style="font-style:normal;font-weight:normal;font-size:70.26290131px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.28590271px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   257
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   258
     inkscape:label="HMI:Display@/CSV_RES_0"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   259
       style="font-size:64px;text-align:end;text-anchor:end;fill:#ff8c00;stroke-width:0.28590271px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   260
       y="287.5881"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   261
       x="1071.9137"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   262
       id="tspan430-9"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   263
       sodipodi:role="line">8</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   264
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   265
     style="stroke-width:0.38066483"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   266
     transform="matrix(9.9287544,0,0,9.9287544,31.703297,-525.3078)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   267
     id="g72"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   268
     inkscape:label="HMI:Switch@/CSV_ACK_0">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   269
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   270
       inkscape:label="true"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   271
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   272
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.10071757px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   273
       x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   274
       y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   275
       id="text62"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   276
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   277
         id="tspan60"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   278
         x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   279
         y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   280
         style="fill:#008000;stroke-width:0.10071757px">✔</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   281
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   282
       inkscape:label="false"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   283
       id="text66"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   284
       y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   285
       x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   286
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.10071757px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   287
       xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   288
         style="fill:#ff0000;stroke-width:0.10071757px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   289
         y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   290
         x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   291
         id="tspan64"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   292
         sodipodi:role="line">✕</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   293
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   294
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   295
     id="text94"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   296
     y="81.446617"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   297
     x="815.58868"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   298
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   299
     xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   300
       y="81.446617"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   301
       x="815.58868"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   302
       id="tspan92"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   303
       sodipodi:role="line">Row#</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   304
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   305
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   306
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   307
     x="1051.5886"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   308
     y="81.446617"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   309
     id="text98"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   310
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   311
       id="tspan96"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   312
       x="1051.5886"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   313
       y="81.446617">Column#</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   314
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   315
     style="stroke-width:0.37711531"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   316
     inkscape:label="HMI:Input@/CSV_NAME_0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   317
     transform="matrix(0.75813069,0,0,0.75813069,298.48618,17.66828)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   318
     id="g112">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   319
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   320
       inkscape:label="value"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   321
       id="text102"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   322
       y="192.18758"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   323
       x="-257.78806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   324
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:62.1669426px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.37711531px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   325
       xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   326
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:62.1669426px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ff8c00;stroke-width:0.37711531px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   327
         y="192.18758"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   328
         x="-257.78806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   329
         id="tspan100"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   330
         sodipodi:role="line">file.csv</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   331
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   332
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   333
       id="rect106"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   334
       width="855.69763"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   335
       height="128"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   336
       x="-359.35144"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   337
       y="95.40741"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   338
       onclick=""
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   339
       inkscape:label="edit" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   340
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   341
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   342
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   343
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   344
     x="196.74792"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   345
     y="81.446617"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   346
     id="text116"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   347
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   348
       id="tspan114"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   349
       x="196.74792"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   350
       y="81.446617">File name</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   351
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   352
     id="g4278"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   353
     style="fill-rule:evenodd;stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   354
     transform="matrix(3.3549332,0,0,3.14525,-181.87457,1036.0198)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   355
     inkscape:label="HMI:Keypad:HMI_STRING:HMI_LOCAL:PAGE_LOCAL">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   356
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   357
       sodipodi:nodetypes="ccccc"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   358
       inkscape:label="Background"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   359
       inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   360
       id="rect1006-3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   361
       d="M 54.211084,1.2654702 H 435.7388 V 230.18209 H 54.211084 Z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   362
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   363
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   364
       inkscape:label="Space"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   365
       inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   366
       d="m 162,197 h -11 c -2,0 -3,1 -3,3 v 18 c 0,2 1,3 3,3 h 11 168 18 c 0,0 1,-1 1,-3 v -18 c 0,-2 -1,-3 -1,-3 h -18 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   367
       id="path185"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   368
       style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   369
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   370
       transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   371
       style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   372
       inkscape:label="Keys"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   373
       id="g4380">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   374
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   375
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   376
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   377
         inkscape:label="q Q"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   378
         id="g4283">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   379
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   380
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   381
           d="m 95,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 H 95 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   382
           id="path41"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   383
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   384
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   385
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   386
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   387
           id="text203"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   388
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   389
           x="99.378708">Q</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   390
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   391
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   392
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   393
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   394
         inkscape:label="w W"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   395
         id="g4337">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   396
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   397
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   398
           d="m 124,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   399
           id="path43"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   400
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   401
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   402
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   403
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   404
           id="text207"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   405
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   406
           x="127.0709">W</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   407
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   408
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   409
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   410
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   411
         inkscape:label="e E"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   412
         id="g4332">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   413
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   414
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   415
           d="m 154,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   416
           id="path45"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   417
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   418
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   419
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   420
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   421
           id="text211"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   422
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   423
           x="159.70854">E</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   424
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   425
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   426
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   427
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   428
         inkscape:label="r R"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   429
         id="g4326">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   430
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   431
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   432
           d="m 184,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   433
           id="path47"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   434
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   435
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   436
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   437
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   438
           id="text215"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   439
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   440
           x="188.39003">R</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   441
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   442
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   443
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   444
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   445
         inkscape:label="t T"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   446
         id="g4321">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   447
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   448
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   449
           d="m 213,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   450
           id="path49"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   451
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   452
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   453
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   454
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   455
           id="text219"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   456
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   457
           x="219.04961">T</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   458
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   459
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   460
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   461
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   462
         inkscape:label="y Y"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   463
         id="g4316">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   464
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   465
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   466
           d="m 243,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   467
           id="path51"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   468
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   469
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   470
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   471
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   472
           id="text223"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   473
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   474
           x="248.72017">Y</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   475
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   476
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   477
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   478
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   479
         inkscape:label="u U"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   480
         id="g4311">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   481
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   482
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   483
           d="m 273,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   484
           id="path53"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   485
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   486
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   487
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   488
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   489
           id="text227"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   490
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   491
           x="278.39075">U</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   492
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   493
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   494
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   495
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   496
         inkscape:label="i I"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   497
         id="g4306">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   498
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   499
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   500
           d="m 302,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   501
           id="path55"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   502
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   503
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   504
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   505
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   506
           id="text231"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   507
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   508
           x="311.02859">I</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   509
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   510
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   511
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   512
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   513
         inkscape:label="o O"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   514
         id="g4301">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   515
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   516
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   517
           d="m 332,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   518
           id="path57"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   519
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   520
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   521
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   522
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   523
           id="text235"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   524
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   525
           x="336.74319">O</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   526
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   527
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   528
         transform="translate(0,-9.5381931)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   529
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   530
         inkscape:label="p P"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   531
         id="g4296">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   532
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   533
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   534
           d="m 362,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   535
           id="path59"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   536
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   537
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   538
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   539
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   540
           id="text239"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   541
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   542
           x="367.40256">P</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   543
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   544
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   545
         inkscape:label="a A"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   546
         id="g4511"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   547
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   548
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   549
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   550
           id="path65"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   551
           d="m 103,147 h 19 c 1,0 3,1 3,2 v 19 c 0,1 -2,2 -3,2 h -19 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   552
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   553
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   554
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   555
           x="107.29005"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   556
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   557
           id="text243"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   558
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">A</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   559
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   560
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   561
         inkscape:label="s S"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   562
         id="g4516"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   563
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   564
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   565
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   566
           id="path67"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   567
           d="m 132,147 h 20 c 1,0 3,1 3,2 v 19 c 0,1 -2,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   568
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   569
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   570
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   571
           x="137.95012"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   572
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   573
           id="text247"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   574
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">S</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   575
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   576
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   577
         inkscape:label="d D"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   578
         id="g4521"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   579
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   580
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   581
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   582
           id="path69"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   583
           d="m 162,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   584
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   585
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   586
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   587
           x="166.63159"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   588
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   589
           id="text251"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   590
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">D</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   591
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   592
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   593
         inkscape:label="f F"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   594
         id="g4526"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   595
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   596
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   597
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   598
           id="path71"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   599
           d="m 192,147 h 19 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -19 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   600
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   601
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   602
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   603
           x="197.29166"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   604
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   605
           id="text255"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   606
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">F</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   607
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   608
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   609
         inkscape:label="g G"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   610
         id="g4531"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   611
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   612
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   613
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   614
           id="path73"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   615
           d="m 221,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   616
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   617
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   618
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   619
           x="225.97284"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   620
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   621
           id="text259"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   622
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">G</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   623
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   624
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   625
         inkscape:label="h H"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   626
         id="g4536"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   627
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   628
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   629
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   630
           id="path75"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   631
           d="m 251,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   632
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   633
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   634
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   635
           x="255.64342"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   636
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   637
           id="text263"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   638
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">H</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   639
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   640
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   641
         inkscape:label="j J"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   642
         id="g4541"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   643
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   644
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   645
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   646
           id="path77"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   647
           d="m 281,147 h 19 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -19 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   648
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   649
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   650
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   651
           x="287.29208"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   652
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   653
           id="text267"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   654
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">J</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   655
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   656
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   657
         inkscape:label="k K"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   658
         id="g4546"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   659
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   660
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   661
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   662
           id="path79"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   663
           d="m 310,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   664
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   665
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   666
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   667
           x="314.98465"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   668
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   669
           id="text271"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   670
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">K</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   671
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   672
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   673
         inkscape:label="l L"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   674
         id="g4551"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   675
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   676
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   677
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   678
           id="path81"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   679
           d="m 340,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   680
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   681
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   682
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   683
           x="345.64444"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   684
           y="163.99854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   685
           id="text275"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   686
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">L</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   687
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   688
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   689
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   690
         inkscape:label="z Z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   691
         id="g4586"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   692
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   693
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   694
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   695
           id="path87-3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   696
           d="m 113,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   697
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   698
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   699
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   700
           x="119.15855"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   701
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   702
           id="text279"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   703
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">Z</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   704
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   705
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   706
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   707
         inkscape:label="x X"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   708
         id="g4581"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   709
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   710
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   711
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   712
           id="path89-6"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   713
           d="m 143,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   714
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   715
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   716
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   717
           x="148.82933"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   718
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   719
           id="text283"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   720
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">X</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   721
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   722
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   723
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   724
         inkscape:label="c C"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   725
         id="g4576"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   726
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   727
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   728
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   729
           id="path91-7"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   730
           d="m 173,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   731
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   732
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   733
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   734
           x="178.50011"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   735
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   736
           id="text287"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   737
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">C</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   738
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   739
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   740
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   741
         inkscape:label="v V"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   742
         id="g4571"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   743
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   744
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   745
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   746
           id="path195"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   747
           d="m 202,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c 0,0 -1,-1 -1,-3 v -17 c 0,-1 1,-3 1,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   748
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   749
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   750
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   751
           x="208.16988"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   752
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   753
           id="text291"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   754
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">V</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   755
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   756
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   757
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   758
         inkscape:label="b B"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   759
         id="g4566"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   760
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   761
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   762
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   763
           id="path93"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   764
           d="m 233,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   765
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   766
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   767
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   768
           x="237.84096"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   769
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   770
           id="text295"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   771
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">B</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   772
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   773
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   774
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   775
         inkscape:label="n N"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   776
         id="g4561"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   777
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   778
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   779
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   780
           id="path95"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   781
           d="m 263,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   782
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   783
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   784
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   785
           x="267.51193"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   786
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   787
           id="text299"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   788
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">N</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   789
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   790
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   791
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   792
         inkscape:label="m M"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   793
         id="g4556"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   794
         style="fill-rule:evenodd;stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   795
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   796
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   797
           id="path97"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   798
           d="m 293,172 h 19 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -19 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   799
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   800
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   801
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   802
           x="296.1933"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   803
           y="188.72411"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   804
           id="text303"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   805
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">M</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   806
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   807
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   808
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   809
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   810
         inkscape:label=". :"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   811
         id="g4818">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   812
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   813
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   814
           id="path101"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   815
           d="m 352,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   816
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   817
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   818
           x="359.58276"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   819
           y="189.66107"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   820
           id="text719"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   821
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   822
           transform="scale(1.0007154,0.99928513)">.</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   823
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   824
           transform="scale(1.0007154,0.99928512)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   825
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   826
           id="text4834"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   827
           y="181.64532"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   828
           x="359.58276">:</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   829
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   830
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   831
         transform="translate(0,9.5381929)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   832
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   833
         inkscape:label=", ;"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   834
         id="g4813">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   835
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   836
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   837
           id="path99"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   838
           d="m 322,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   839
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   840
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   841
           transform="scale(1.0007154,0.99928512)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   842
           x="330.00806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   843
           y="181.64532"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   844
           id="text727"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   845
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826">;</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   846
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   847
           id="text4826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   848
           transform="scale(1.0007154,0.99928512)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   849
           x="330.00806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   850
           y="189.66107"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   851
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826">,</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   852
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   853
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   854
         transform="translate(-13.353469,-45.783327)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   855
         id="g2845"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   856
         inkscape:label="1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   857
         style="stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   858
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   859
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   860
           id="path2839"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   861
           d="m 95,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 H 95 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   862
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   863
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   864
           transform="scale(1.0007154,0.99928513)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   865
           x="101.07153"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   866
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   867
           id="text2841"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   868
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">1</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   869
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   870
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   871
         transform="translate(-13.353469,-45.783327)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   872
         id="g2853"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   873
         inkscape:label="2"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   874
         style="stroke-width:0.47631353">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   875
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   876
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   877
           id="path2847"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   878
           d="m 124,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   879
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   880
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   881
           transform="scale(1.0007154,0.99928513)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   882
           x="130.18704"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   883
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   884
           id="text2849"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   885
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">2</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   886
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   887
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   888
         transform="translate(-13.353469,-45.783327)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   889
         style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   890
         id="g2861"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   891
         inkscape:label="3">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   892
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   893
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   894
           id="path2855"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   895
           d="m 154,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   896
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   897
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   898
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   899
           x="159.70854"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   900
           y="138.28395"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   901
           id="text2857"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   902
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">3</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   903
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   904
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   905
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   906
         inkscape:label="4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   907
         id="g2957">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   908
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   909
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   910
           id="path2865"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   911
           d="m 170.64653,94.293059 h 19 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 V 97.293059 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   912
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   913
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   914
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   915
           x="176.39188"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   916
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   917
           id="text2867"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   918
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">4</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   919
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   920
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   921
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   922
         inkscape:label="5"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   923
         id="g2962">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   924
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   925
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   926
           id="path2873"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   927
           d="m 199.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   928
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   929
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   930
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   931
           x="205.70567"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   932
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   933
           id="text2875"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   934
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">5</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   935
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   936
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   937
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   938
         inkscape:label="6"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   939
         id="g2967">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   940
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   941
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   942
           id="path2881"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   943
           d="m 229.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   944
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   945
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   946
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   947
           x="236.15851"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   948
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   949
           id="text2883"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   950
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">6</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   951
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   952
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   953
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   954
         inkscape:label="7"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   955
         id="g2972">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   956
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   957
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   958
           id="path2889"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   959
           d="m 259.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   960
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   961
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   962
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   963
           x="266.06564"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   964
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   965
           id="text2891"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   966
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">7</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   967
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   968
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   969
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   970
         inkscape:label="8"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   971
         id="g2977">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   972
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   973
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   974
           id="path2897"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   975
           d="m 288.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   976
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   977
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   978
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   979
           x="295.08231"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   980
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   981
           id="text2899"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   982
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">8</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   983
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   984
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   985
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   986
         inkscape:label="9 -"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   987
         id="g2982">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   988
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   989
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   990
           id="path2905"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   991
           d="m 318.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   992
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   993
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   994
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   995
           x="325.05408"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   996
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   997
           id="text2907"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   998
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">9</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
   999
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1000
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1001
           id="text806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1002
           y="102.42173"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1003
           x="335.72681"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1004
           transform="scale(1.0007154,0.99928511)">-</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1005
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1006
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1007
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1008
         inkscape:label="0 +"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1009
         id="g2987">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1010
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1011
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1012
           id="path2913"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1013
           d="m 348.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1014
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1015
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1016
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1017
           x="355.05984"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1018
           y="111.55791"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1019
           id="text2915"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1020
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">0</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1021
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1022
           x="365.30151"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1023
           y="102.42173"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1024
           id="text804"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1025
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1026
           transform="scale(1.0007154,0.99928511)">+</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1027
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1028
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1029
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1030
       style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1031
       inkscape:label="Esc"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1032
       id="g3544"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1033
       transform="translate(335.89988,-58.934803)">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1034
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1035
         sodipodi:nodetypes="sssssssss"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1036
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1037
         d="m 47.948645,115.07509 h 39.076386 c 1,0 3,1 3,3 v 18 c 0,1 -2,3 -3,3 H 47.948645 c -2,0 -3,-2 -3,-3 v -18 c 0,-2 1,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1038
         id="path105"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1039
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1040
      <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1041
         x="59.288635"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1042
         y="130.02028"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1043
         id="text469"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1044
         style="font-weight:normal;font-size:9.37966251px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1045
         transform="scale(1.0007154,0.99928512)">Esc</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1046
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1047
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1048
       transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1049
       style="stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1050
       id="g4291"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1051
       inkscape:label="Enter">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1052
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1053
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1054
         d="m 368.68274,170 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 54.24217 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1055
         id="path3616"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1056
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1057
         sodipodi:nodetypes="sssssssss" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1058
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1059
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1060
         id="path6545"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1061
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-361.18588)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1062
         d="m -260.23633,1080.8125 v 15.7949 h -38.68555 v -3 l -6.91992,4 6.91992,4 v -3.0019 h 40.6836 v -17.793 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1063
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1064
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1065
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1066
       transform="translate(2.3648311e-6,-28.614579)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1067
       style="fill-rule:evenodd;stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1068
       id="g4287"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1069
       inkscape:label="BackSpace">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1070
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1071
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1072
         d="m 391.97749,144 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 30.94742 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1073
         id="path3624"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1074
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1075
         sodipodi:nodetypes="sssssssss" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1076
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1077
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1078
         id="path11623-1-0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1079
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-351.64769)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1080
         d="m -268.72656,1011.1777 -6.91992,4 6.91992,4 v -3.0019 h 29.18945 v -1.9981 h -29.18945 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1081
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2b2828;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1082
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1083
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1084
       inkscape:label="CapsLock"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1085
       id="g934">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1086
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1087
         transform="translate(0,-19.076386)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1088
         style="display:inline;fill-rule:evenodd;stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1089
         id="g942"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1090
         inkscape:label="inactive">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1091
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1092
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1093
           d="m 67.025031,170 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 H 92 c 2,0 4,1 4,2 v 19 c 0,1 -2,2 -4,2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1094
           id="path936"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1095
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1096
           sodipodi:nodetypes="sssssssss" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1097
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1098
           transform="scale(1.0007154,0.99928515)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1099
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1100
           id="text938-5"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1101
           y="156.71973"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1102
           x="69.789322">Caps</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1103
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1104
           transform="scale(1.0007154,0.99928515)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1105
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1106
           id="text940"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1107
           y="166.5585"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1108
           x="69.789322">Lock</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1109
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1110
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1111
         inkscape:label="active"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1112
         id="g4429"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1113
         style="fill-rule:evenodd;stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1114
         transform="translate(0,-19.076386)">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1115
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1116
           sodipodi:nodetypes="sssssssss"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1117
           style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1118
           id="path199"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1119
           d="m 67.025031,170 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 H 92 c 2,0 4,1 4,2 v 19 c 0,1 -2,2 -4,2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1120
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1121
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1122
           x="69.789322"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1123
           y="156.71973"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1124
           id="text647"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1125
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1126
           transform="scale(1.0007154,0.99928515)">Caps</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1127
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1128
           x="69.789322"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1129
           y="166.5585"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1130
           id="text651"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1131
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1132
           transform="scale(1.0007154,0.99928515)">Lock</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1133
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1134
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1135
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1136
       inkscape:label="Field"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1137
       ry="3.8152773"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1138
       rx="3.8152773"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1139
       y="15.771065"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1140
       x="64.024956"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1141
       height="30.150299"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1142
       width="361.89996"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1143
       id="rect2130"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1144
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1145
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1146
       inkscape:label="Value"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1147
       id="text1309"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1148
       y="38.296417"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1149
       x="72.50132"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1150
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1151
       xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1152
         style="text-align:start;text-anchor:start;stroke-width:0.47690967px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1153
         y="38.296417"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1154
         x="72.50132"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1155
         id="tspan1307"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1156
         sodipodi:role="line">text</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1157
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1158
       inkscape:label="Shift"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1159
       id="g437">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1160
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1161
         inkscape:label="inactive"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1162
         id="g421">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1163
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1164
           sodipodi:nodetypes="sssssssss"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1165
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1166
           id="path910"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1167
           d="m 379.96247,185.46181 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 42.96244 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1168
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1169
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1170
           transform="scale(1.0007154,0.99928513)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1171
           x="392.55679"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1172
           y="177.90059"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1173
           id="text912"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1174
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826">Shift</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1175
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1176
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1177
           d="m 67.025031,185.46181 c -1,0 -3,-1 -3,-3 v -17 c 0,-1 2,-3 3,-3 H 104 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1178
           id="path856"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1179
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1180
           sodipodi:nodetypes="sssssssss" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1181
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1182
           transform="scale(1.0007154,0.99928513)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1183
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1184
           id="text858"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1185
           y="177.90059"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1186
           x="75.85218">Shift</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1187
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1188
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1189
         inkscape:label="active"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1190
         id="g413">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1191
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1192
           inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1193
           d="m 379.96247,185.46181 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 42.96244 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1194
           id="path551"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1195
           style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1196
           sodipodi:nodetypes="sssssssss" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1197
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1198
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1199
           id="text629"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1200
           y="177.90059"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1201
           x="392.55679"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1202
           transform="scale(1.0007154,0.99928513)">Shift</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1203
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1204
           sodipodi:nodetypes="sssssssss"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1205
           style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1206
           id="path879"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1207
           d="m 67.025031,185.46181 c -1,0 -3,-1 -3,-3 v -17 c 0,-1 2,-3 3,-3 H 104 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1208
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1209
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1210
           x="75.85218"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1211
           y="177.90059"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1212
           id="text881"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1213
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1214
           transform="scale(1.0007154,0.99928513)">Shift</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1215
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1216
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1217
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1218
       inkscape:label="Info"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1219
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1220
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1221
       x="252.9579"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1222
       y="12.333657"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1223
       id="text471"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1224
       transform="scale(0.96824588,1.0327955)"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1225
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1226
         id="tspan469"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1227
         x="252.9579"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1228
         y="12.333657"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1229
         style="stroke-width:0.30784383px">information</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1230
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1231
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1232
     transform="matrix(3.3549332,0,0,3.14525,-181.87461,1836.0198)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1233
     style="fill-rule:evenodd;stroke-width:0.47631353"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1234
     id="g2432"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1235
     inkscape:label="HMI:Keypad:HMI_INT:HMI_REAL">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1236
    <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1237
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1238
       d="M 54.211099,1.2654702 H 435.73881 V 230.18209 H 54.211099 Z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1239
       id="path2136"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1240
       inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1241
       inkscape:label="Background"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1242
       sodipodi:nodetypes="ccccc" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1243
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1244
       inkscape:label="Field"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1245
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1246
       id="rect2426"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1247
       width="361.89996"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1248
       height="30.150299"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1249
       x="64.024963"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1250
       y="15.77106"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1251
       rx="3.8152773"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1252
       ry="3.8152773" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1253
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1254
       inkscape:label="Value"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1255
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1256
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1257
       x="72.50132"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1258
       y="37.408375"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1259
       id="text2430"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1260
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1261
         id="tspan2428"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1262
         x="72.50132"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1263
         y="37.408375"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1264
         style="text-align:start;text-anchor:start;stroke-width:0.47690967px">number</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1265
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1266
       transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60855)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1267
       id="g4947"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1268
       inkscape:label="Enter"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1269
       style="fill-rule:evenodd;stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1270
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1271
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1272
         d="m 750,175 c 0,-2 -1,-3 -3,-3 h -20 c -1,0 -3,1 -3,3 v 43 c 0,1 2,2 3,2 h 20 c 2,0 3,-1 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1273
         id="path193"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1274
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.10074362;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1275
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1276
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1277
         id="path6545-4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1278
         transform="matrix(0.28557246,0,0,0.28557246,1098.7155,-140.51013)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1279
         d="m -1244.2949,1166.5938 v 15.791 h -38.6875 v -2.9981 l -6.9199,4 6.9199,4 v -2.998 h 40.6836 v -17.7949 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1280
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1281
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1282
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1283
       transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60855)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1284
       id="g4993"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1285
       inkscape:label="Keys"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1286
       style="fill-rule:evenodd;stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1287
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1288
         id="g4892"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1289
         inkscape:label="7"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1290
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1291
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1292
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1293
           id="path163"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1294
           d="m 638,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1295
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1296
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1297
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1298
           x="636.4165"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1299
           y="129.38269"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1300
           id="text331"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1301
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">7</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1302
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1303
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1304
         id="g4907"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1305
         inkscape:label="4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1306
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1307
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1308
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1309
           id="path169"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1310
           d="m 638,146 h 20 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1311
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1312
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1313
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1314
           x="636.4165"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1315
           y="154.10822"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1316
           id="text335"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1317
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">4</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1318
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1319
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1320
         id="g4922"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1321
         inkscape:label="1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1322
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1323
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1324
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1325
           id="path175"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1326
           d="m 638,172 h 20 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1327
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1328
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1329
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1330
           x="636.4165"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1331
           y="179.82285"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1332
           id="text339"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1333
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">1</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1334
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1335
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1336
         id="g4897"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1337
         inkscape:label="8"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1338
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1339
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1340
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1341
           id="path165"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1342
           d="m 668,120 h 19 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -19 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1343
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1344
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1345
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1346
           x="667.07562"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1347
           y="129.38269"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1348
           id="text347"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1349
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">8</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1350
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1351
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1352
         id="g4912"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1353
         inkscape:label="5"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1354
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1355
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1356
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1357
           id="path171"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1358
           d="m 668,146 h 19 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -19 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1359
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1360
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1361
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1362
           x="667.07562"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1363
           y="154.10822"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1364
           id="text351"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1365
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">5</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1366
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1367
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1368
         id="g4927"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1369
         inkscape:label="2"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1370
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1371
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1372
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1373
           id="path177"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1374
           d="m 668,172 h 19 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1375
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1376
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1377
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1378
           x="667.07562"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1379
           y="179.82285"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1380
           id="text355"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1381
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">2</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1382
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1383
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1384
         id="g4902"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1385
         inkscape:label="9"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1386
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1387
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1388
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1389
           id="path167"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1390
           d="m 697,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1391
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1392
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1393
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1394
           x="695.75708"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1395
           y="129.38269"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1396
           id="text363"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1397
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">9</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1398
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1399
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1400
         id="g4917"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1401
         inkscape:label="6"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1402
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1403
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1404
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1405
           id="path173"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1406
           d="m 697,146 h 20 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1407
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1408
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1409
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1410
           x="695.75708"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1411
           y="154.10822"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1412
           id="text367"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1413
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">6</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1414
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1415
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1416
         id="g4932"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1417
         inkscape:label="3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1418
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1419
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1420
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1421
           id="path179"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1422
           d="m 697,172 h 20 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1423
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1424
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1425
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1426
           x="695.75708"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1427
           y="179.82285"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1428
           id="text371"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1429
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">3</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1430
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1431
      <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1432
         id="g4937"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1433
         inkscape:label="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1434
         style="stroke-width:0.13585199">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1435
        <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1436
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1437
           id="path373"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1438
           d="m 638,220 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 h 49 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1439
           inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1440
        <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1441
           transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1442
           x="636.4165"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1443
           y="205.53712"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1444
           id="text377"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1445
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">0</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1446
      </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1447
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1448
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1449
       transform="translate(-318.22576)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1450
       inkscape:label="Esc"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1451
       id="g3113">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1452
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1453
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1454
         d="m 387.26079,54.792986 h 33.40019 c 3.34,0 5.01006,3.34003 5.01006,5.010045 v 30.060225 c 0,3.340029 -1.67006,5.010032 -5.01006,5.010032 h -33.40019 c -1.67006,0 -5.01007,-1.670003 -5.01007,-5.010032 V 59.803031 c 0,-1.670015 3.34001,-5.010045 5.01007,-5.010045 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1455
         id="path167-3"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1456
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1457
      <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1458
         transform="scale(1.0007154,0.99928511)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1459
         style="font-weight:normal;font-size:10.63882256px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1460
         id="text469-4"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1461
         y="78.632088"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1462
         x="394.42801">Esc</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1463
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1464
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1465
       transform="translate(0,-43.420332)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1466
       inkscape:label="BackSpace"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1467
       id="g3109">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1468
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1469
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1470
         d="m 387.26079,98.213318 h 33.40019 c 3.34,0 5.01006,1.670013 5.01006,5.010032 v 30.06024 c 0,3.34002 -1.67006,5.01003 -5.01006,5.01003 h -33.40019 c -1.67006,0 -5.01007,-1.67001 -5.01007,-5.01003 v -30.06024 c 0,-3.340019 3.34001,-5.010032 5.01007,-5.010032 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1471
         id="path173-1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1472
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1473
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1474
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1475
         id="path11623-1-0-2"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1476
         transform="matrix(0.47690966,0,0,0.47690966,1008.0304,-380.26227)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1477
         d="m -1278.9668,1041.3047 -6.9199,4 6.9199,4 v -3 h 33.416 v -1.9981 h -33.416 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1478
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2b2828;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1479
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1480
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1481
       transform="matrix(1.6700128,0,0,1.6700128,-678.20742,-102.18822)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1482
       style="fill-rule:evenodd;stroke-width:0.13585199"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1483
       inkscape:label="Sign"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1484
       id="g787">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1485
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1486
         inkscape:connector-curvature="0"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1487
         d="m 638,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1488
         id="path781"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1489
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1490
      <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1491
         transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1492
         style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1493
         id="text783"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1494
         y="135.09822"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1495
         x="642.1239">+/-</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1496
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1497
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1498
       inkscape:label="Info"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1499
       transform="scale(0.96824589,1.0327955)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1500
       id="text509"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1501
       y="12.333653"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1502
       x="252.9579"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1503
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1504
       xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1505
         style="stroke-width:0.30784383px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1506
         y="12.333653"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1507
         x="252.9579"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1508
         id="tspan507"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1509
         sodipodi:role="line">information</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1510
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1511
       inkscape:label="NumDot"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1512
       id="g4942"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1513
       style="fill-rule:evenodd;stroke-width:0.13585199"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1514
       transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60856)">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1515
      <path
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1516
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1517
         id="path181"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1518
         d="m 697,197 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1519
         inkscape:connector-curvature="0" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1520
      <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1521
         transform="scale(1.0007154,0.99928514)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1522
         x="696.7464"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1523
         y="204.54802"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1524
         id="text771"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1525
         style="font-weight:normal;font-size:6.96602964px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989">.</text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1526
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1527
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1528
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1529
     id="text1212"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1530
     y="269.6839"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1531
     x="109.1618"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1532
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1533
     xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1534
       y="269.6839"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1535
       x="109.1618"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1536
       id="tspan1210"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1537
       sodipodi:role="line">Result:</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1538
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1539
     style="stroke-width:0.37711531"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1540
     inkscape:label="HMI:Input@/CSV_ROWSTR"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1541
     transform="matrix(0.75813069,0,0,0.75813069,778.48618,317.66828)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1542
     id="g1226">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1543
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1544
       inkscape:label="value"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1545
       id="text1216"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1546
       y="181.75911"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1547
       x="216.03668"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1548
       style="font-style:normal;font-weight:normal;font-size:93.45226288px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.37711531px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1549
       xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1550
         style="font-size:49.243927px;text-align:end;text-anchor:end;fill:#ff8c00;stroke-width:0.37711531px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1551
         y="181.75911"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1552
         x="216.03667"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1553
         id="tspan1214"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1554
         sodipodi:role="line">Ingredient A</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1555
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1556
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1557
       id="rect1220"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1558
       width="333.56146"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1559
       height="128"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1560
       x="-100.79848"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1561
       y="95.40741"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1562
       onclick=""
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1563
       inkscape:label="edit" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1564
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1565
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1566
     style="stroke-width:0.37711531"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1567
     inkscape:label="HMI:Input@/CSV_COLSTR"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1568
     transform="matrix(0.75813069,0,0,0.75813069,1034.6282,317.66828)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1569
     id="g1240">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1570
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1571
       inkscape:label="value"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1572
       id="text1230"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1573
       y="186.09921"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1574
       x="216.32812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1575
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.37711531px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1576
       xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1577
         style="font-size:49.243927px;text-align:end;text-anchor:end;fill:#ff8c00;stroke-width:0.37711531px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1578
         y="186.09921"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1579
         x="216.32812"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1580
         id="tspan1228"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1581
         sodipodi:role="line">Recipe 1</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1582
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1583
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1584
       id="rect1234"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1585
       width="311.42853"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1586
       height="128"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1587
       x="-78.665535"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1588
       y="95.40741"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1589
       onclick=""
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1590
       inkscape:label="edit" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1591
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1592
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1593
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1594
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1595
     x="809.58868"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1596
     y="395.44662"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1597
     id="text1258"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1598
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1599
       id="tspan1256"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1600
       x="809.58868"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1601
       y="395.44662">Row name</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1602
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1603
     id="text1262"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1604
     y="395.44662"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1605
     x="1111.5886"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1606
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1607
     xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1608
       y="395.44662"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1609
       x="1111.5886"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1610
       id="tspan1260"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1611
       sodipodi:role="line">Column name</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1612
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1613
     id="g1270"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1614
     transform="matrix(0.75813069,0,0,0.75813069,298.48618,317.66828)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1615
     inkscape:label="HMI:Input@/CSV_NAME_1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1616
     style="stroke-width:0.37711531">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1617
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1618
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1619
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:62.1669426px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.37711531px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1620
       x="-257.78806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1621
       y="192.18758"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1622
       id="text1266"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1623
       inkscape:label="value"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1624
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1625
         id="tspan1264"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1626
         x="-257.78806"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1627
         y="192.18758"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1628
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:62.1669426px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ff8c00;stroke-width:0.37711531px">file.csv</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1629
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1630
       inkscape:label="edit"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1631
       onclick=""
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1632
       y="95.40741"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1633
       x="-359.35144"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1634
       height="128"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1635
       width="855.69763"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1636
       id="rect1268"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1637
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.88557661;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1638
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1639
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1640
     id="text1274"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1641
     y="395.44662"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1642
     x="196.74792"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1643
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1644
     xml:space="preserve"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1645
       y="395.44662"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1646
       x="196.74792"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1647
       id="tspan1272"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1648
       sodipodi:role="line">File name</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1649
  <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1650
     y="506.61017"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1651
     x="184.57626"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1652
     height="88.474594"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1653
     width="918.30505"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1654
     id="rect2087"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1655
     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:0.2822581;fill-rule:nonzero;stroke:#212121;stroke-width:3.77999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1656
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1657
     inkscape:label="HMI:Display@/CSV_RES_1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1658
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1659
     style="font-style:normal;font-weight:normal;font-size:70.26290131px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff8c00;fill-opacity:1;stroke:none;stroke-width:0.28590271px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1660
     x="1071.9137"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1661
     y="573.58813"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1662
     id="text2091"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1663
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1664
       id="tspan2089"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1665
       x="1071.9137"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1666
       y="573.58813"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1667
       style="font-size:64px;text-align:end;text-anchor:end;fill:#ff8c00;stroke-width:0.28590271px">8</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1668
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1669
     inkscape:label="HMI:Switch@/CSV_ACK_1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1670
     id="g2101"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1671
     transform="matrix(9.928748,0,0,9.9287551,31.704016,-239.30786)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1672
     style="stroke-width:0.38066494">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1673
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1674
       id="text2095"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1675
       y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1676
       x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1677
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.1007176px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1678
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1679
       inkscape:label="true"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1680
         style="fill:#008000;stroke-width:0.1007176px"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1681
         y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1682
         x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1683
         id="tspan2093"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1684
         sodipodi:role="line">✔</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1685
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1686
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1687
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.1007176px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1688
       x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1689
       y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1690
       id="text2099"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1691
       inkscape:label="false"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1692
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1693
         id="tspan2097"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1694
         x="112.6369"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1695
         y="83.254463"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1696
         style="fill:#ff0000;stroke-width:0.1007176px">✕</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1697
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1698
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1699
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1700
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1701
     x="109.1618"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1702
     y="555.6839"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1703
     id="text2105"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1704
     inkscape:label="text2105"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1705
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1706
       id="tspan2103"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1707
       x="109.1618"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1708
       y="555.6839">Result:</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1709
  <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1710
     style="stroke-width:1.42987263"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1711
     inkscape:label="HMI:Button@/CSV_RELOAD_BTN"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1712
     id="g3512"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1713
     transform="translate(338.88972,295.52394)">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1714
    <g
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1715
       id="g3500"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1716
       inkscape:label="active"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1717
       transform="matrix(1,0,0,0.75444798,0,-12.446902)"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1718
       style="stroke-width:1.64620042">
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1719
      <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1720
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#radialGradient3514);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6.90774965;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1721
         id="rect3496"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1722
         width="320.99121"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1723
         height="125.00497"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1724
         x="518.36066"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1725
         y="618.00537"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1726
         ry="28.3067"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1727
         rx="21.355932" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1728
      <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1729
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.15129161;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.45387496, 3.45387496;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1730
         id="rect3498"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1731
         width="320.99121"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1732
         height="125.00497"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1733
         x="518.36066"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1734
         y="618.00537"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1735
         inkscape:label="frame" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1736
    </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1737
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1738
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952743;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1739
       id="rect3502"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1740
       width="320.99121"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1741
       height="94.309746"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1742
       x="518.36066"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1743
       y="318.00534"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1744
       ry="21.355932"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1745
       rx="21.355932"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1746
       inkscape:label="inactive" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1747
    <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1748
       xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1749
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1750
       x="677.57697"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1751
       y="379.98633"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1752
       id="text3508"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1753
         sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1754
         x="677.57697"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1755
         y="379.98633"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1756
         id="tspan3506">Reload CSVs</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1757
    <rect
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1758
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.00000004, 3.00000004;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1759
       id="rect3510"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1760
       width="320.99121"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1761
       height="94.309746"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1762
       x="518.36066"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1763
       y="318.00534"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1764
       inkscape:label="reference" />
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1765
  </g>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1766
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1767
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1768
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1769
     x="62.560974"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1770
     y="676.85449"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1771
     id="text292"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1772
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1773
       id="tspan290"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1774
       x="62.560974"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1775
       y="712.24512"></tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1776
  <text
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1777
     xml:space="preserve"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1778
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1779
     x="443.43649"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1780
     y="673.12445"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1781
     id="text898"><tspan
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1782
       sodipodi:role="line"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1783
       id="tspan896"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1784
       x="443.43649"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1785
       y="673.12445"
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1786
       style="font-size:32px">Upload csv at http://localhost:8009/settings/</tspan></text>
2299f25779ce examples: add "csv_read" project to demo CSV access from PLC
Edouard Tisserant
parents:
diff changeset
  1787
</svg>