I am using Do-more designer 2.5.1, (so maybe a newer version allows it?), I don't understand why the below would not be allowed? Its not overly complicated logic. When I try to accept I get the following compiler error [Error] Lane_1_Fill_Seq#16:01:01 Compiler Error: Trying to AND above a JOIN

Also is there a setting somewhere to make the software allow you to copy a rung without having to accept it first? This gets a bit annoying when writing a program where you are copying existing rungs and modifying them. Like in this instance, I could make a copy of this rung and split it into 2 rungs. The top line would be on its own, the bottom half I would just have to put the same compare instruction in on the left. But because it won't accept due to the error, I can't copy it.
When looking at this from a point of efficiency, what would be processed quicker, the rung as I have it shown above or 2 separate rungs?
Also is there a setting somewhere to make the software allow you to copy a rung without having to accept it first? This gets a bit annoying when writing a program where you are copying existing rungs and modifying them. Like in this instance, I could make a copy of this rung and split it into 2 rungs. The top line would be on its own, the bottom half I would just have to put the same compare instruction in on the left. But because it won't accept due to the error, I can't copy it.
When looking at this from a point of efficiency, what would be processed quicker, the rung as I have it shown above or 2 separate rungs?
Comment