beremiz
Clone
Summary
Browse
Changes
Graph
PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start".
2019-09-18, Edouard Tisserant
ae099881d800
PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start".
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))