beremiz
Clone
Summary
Browse
Changes
Graph
- now call load, start, free PLC from the python Thread
2009-05-28, greg
a3a5561bde1d
file is
Executable
- now call load, start, free PLC from the python Thread
- add a wx timer (500ms) that pull the plc state to refresh Beremiz icons
(fix problem when command PLC with the TaskBar icon)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]