Edouard@1436: <?xml version='1.0' encoding='utf-8'?> Edouard@1436: <PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Edouard@1436: <variables> Edouard@1436: <variable name="SomeVarName" type="DINT"/> Edouard@1436: <variable name="Grumpf" type="STRING"/> Edouard@1436: </variables> Edouard@1436: <globals> Edouard@1436: <xhtml:p><![CDATA[ Edouard@1452: print "All python PLC globals variables :", PLCGlobalsDesc Edouard@1452: print "Current extention name :", __ext_name__ Edouard@1436: ]]></xhtml:p> Edouard@1436: </globals> Edouard@1436: <init> Edouard@1436: <xhtml:p><![CDATA[ Edouard@1436: ]]></xhtml:p> Edouard@1436: </init> Edouard@1436: <cleanup> Edouard@1436: <xhtml:p><![CDATA[ Edouard@1436: ]]></xhtml:p> Edouard@1436: </cleanup> Edouard@1436: <start> Edouard@1436: <xhtml:p><![CDATA[ Edouard@1436: ]]></xhtml:p> Edouard@1436: </start> Edouard@1436: <stop> Edouard@1436: <xhtml:p><![CDATA[ Edouard@1436: ]]></xhtml:p> Edouard@1436: </stop> Edouard@1436: </PyFile>