NativeLib.py
author Edouard Tisserant
Thu, 16 May 2013 17:40:22 +0900
changeset 1156 9708ed2a4ac2
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
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")