<?xml version='1.0' encoding='utf-8'?>
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<variable name="SomeVarName" type="DINT" onchange="MyFunc"/>
<variable name="Grumpf" type="STRING" initial="'mhoo'" onchange="MyFunc"/>
print "All python PLC globals variables :", PLCGlobalsDesc
print "Current extention name :", __ext_name__