tests/python/py_ext_0@py_ext/pyfile.xml
changeset 1475 de4ee16f7c6c
parent 1452 7a2b344de8cf
child 2680 6bfed6757495
equal deleted inserted replaced
1474:28e9d479aa65 1475:de4ee16f7c6c
       
     1 <?xml version='1.0' encoding='utf-8'?>
       
     2 <PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       
     3   <variables>
       
     4     <variable name="SomeVarName" type="DINT"/>
       
     5     <variable name="Grumpf" type="STRING"/>
       
     6   </variables>
       
     7   <globals>
       
     8     <xhtml:p><![CDATA[
       
     9 print "All python PLC globals variables :", PLCGlobalsDesc
       
    10 print "Current extention name :", __ext_name__
       
    11 ]]></xhtml:p>
       
    12   </globals>
       
    13   <init>
       
    14     <xhtml:p><![CDATA[
       
    15 ]]></xhtml:p>
       
    16   </init>
       
    17   <cleanup>
       
    18     <xhtml:p><![CDATA[
       
    19 ]]></xhtml:p>
       
    20   </cleanup>
       
    21   <start>
       
    22     <xhtml:p><![CDATA[
       
    23 ]]></xhtml:p>
       
    24   </start>
       
    25   <stop>
       
    26     <xhtml:p><![CDATA[
       
    27 ]]></xhtml:p>
       
    28   </stop>
       
    29 </PyFile>