beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug forced debug variable not released when unsubscribed and re-subscribed while PLC is stopped
2013-06-13, Laurent Bessard
ff59c6a8b793
Fixed bug forced debug variable not released when unsubscribed and re-subscribed while PLC is stopped
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")