beremiz
Clone
Summary
Browse
Changes
Graph
Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
2013-04-19, Edouard Tisserant
a220a27defe5
Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")