tests/svgui/svgui@svgui/pyfile.xml
author Edouard Tisserant
Wed, 01 Jul 2020 10:36:20 +0200
changeset 2686 703ebf57508a
parent 1547 33e03a4b3075
permissions -rw-r--r--
Modbus and Bacnet websettings : Rename variables and functions to avoid name collisions.

Websettings for modbus and bacnet are now passed to runtime as python files loaded (execfile) at init of PLCObject with the same globals.
Because if this, same names used in previously different modules now colide.
1547
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     2
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     3
  <variables/>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     4
  <globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     5
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     6
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     7
/*
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     8
    Web interface is build as SVG file in Inkscape. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     9
    To edit SVG file click 'Inkscape' button on the toolbar above.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    10
    
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    11
    Inkscape is a free and open-source vector graphics editor. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    12
    It's not part of Beremiz and needs to be installed separately.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    13
*/
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    14
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    15
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    16
  </globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    17
  <init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    18
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    19
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    20
  </init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    21
  <cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    22
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    23
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    24
  </cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    25
  <start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    26
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    27
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    28
  </start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    29
  <stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    30
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    31
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    32
  </stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    33
</PyFile>