beremiz
Clone
Summary
Browse
Changes
Graph
Added more clear error message in case of access to non declared PLC global from python code
2013-05-16, Edouard Tisserant
9708ed2a4ac2
Added more clear error message in case of access to non declared PLC global from python code
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")