beremiz
Clone
Summary
Browse
Changes
Graph
Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program
2015-02-02, Edouard Tisserant
04177743b066
Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")