beremiz
Clone
Summary
Browse
Changes
Graph
Python shell and wx inspector now both available even when PLC not started
2013-03-06, Edouard Tisserant
046aeae0d71c
Python shell and wx inspector now both available even when PLC not started
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")