NativeLib.py
author Edouard Tisserant
Wed, 15 May 2013 17:13:49 +0900
changeset 1144 21475ee0e688
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
import os
from POULibrary import POULibrary

class NativeLibrary(POULibrary):
    def GetLibraryPath(self):
        return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")