# HG changeset patch # User Andrey Skvortsov <andrej.skvortzov@gmail.com> # Date 1476963927 -10800 # Node ID 33e03a4b30759e6134f26969581e65e14eafa945 # Parent f1840d27823d95082da03aa929f09a86125a811d add more comments to svgui example diff -r f1840d27823d -r 33e03a4b3075 tests/svgui/plc.xml --- a/tests/svgui/plc.xml Thu Oct 20 14:45:11 2016 +0300 +++ b/tests/svgui/plc.xml Thu Oct 20 14:45:27 2016 +0300 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xsi:schemaLocation="http://www.plcopen.org/xml/tc6_0201"> <fileHeader companyName="beremiz" productName="Beremiz" productVersion="0.0" creationDateTime="2008-12-14T16:21:19"/> - <contentHeader name="Beremiz SVGUI Test" modificationDateTime="2016-10-19T14:46:29"> + <contentHeader name="Beremiz SVGUI Test" modificationDateTime="2016-10-20T12:38:31"> <coordinateInfo> <pageSize x="1024" y="1024"/> <fbd> @@ -443,7 +443,7 @@ <relPosition x="122" y="15"/> </connectionPointOut> </continuation> - <comment localId="101" height="147" width="718"> + <comment localId="101" height="152" width="816"> <position x="27" y="8"/> <content> <xhtml:p><![CDATA[This example shows how IEC program in PLC can interact with web interface. diff -r f1840d27823d -r 33e03a4b3075 tests/svgui/svgui@svgui/pyfile.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/svgui/svgui@svgui/pyfile.xml Thu Oct 20 14:45:27 2016 +0300 @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='utf-8'?> +<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <variables/> + <globals> + <xhtml:p><![CDATA[ + +/* + Web interface is build as SVG file in Inkscape. + To edit SVG file click 'Inkscape' button on the toolbar above. + + Inkscape is a free and open-source vector graphics editor. + It's not part of Beremiz and needs to be installed separately. +*/ + +]]></xhtml:p> + </globals> + <init> + <xhtml:p><![CDATA[ +]]></xhtml:p> + </init> + <cleanup> + <xhtml:p><![CDATA[ +]]></xhtml:p> + </cleanup> + <start> + <xhtml:p><![CDATA[ +]]></xhtml:p> + </start> + <stop> + <xhtml:p><![CDATA[ +]]></xhtml:p> + </stop> +</PyFile>