beremiz
Clone
Summary
Browse
Changes
Graph
Fix wrong ST code generation in case of several coils connected to each other.
2018-08-10, Andrey Skvortsov
068ccc02f5f2
Fix wrong ST code generation in case of several coils connected to each other.
For example,
|---|Var0|----(Var1)--(Var2)---|
Closes #32
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"))