beremiz
Clone
Summary
Browse
Changes
Graph
fix issue that was impossible to remove local instance of functional
2016-05-06, Andrey Skvortsov
7272baadd7f6
fix issue that was impossible to remove local instance of functional
block if pou is written in ST or IL
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")