Tagged Questions

3
votes
4answers
1k views

Testing ladder logic

We all know the various ways of testing OO systems. However, it looks like I'll be going to do a project where I'll be dealing with PLC ladder logic (don't ask :/), and I was wondering if there's a ...
0
votes
1answer
20 views

Correct use of Condition Flags in PLC

A PLC documentation (Omron) shows a correct and incorrect use of Condition Flags (see image). But I do not see any difference between the two: if Instruction A is ON, then both Instruction B and the ...
0
votes
1answer
80 views

Is Step 7 v5.5 compatible with v5.4?

Does anyone know if a project that was originally created in step 7 v.5.4, then opened, edited, and saved in 5.5, can then be reopened in 5.4 again?
0
votes
2answers
220 views

Directional Logic PLC

How do you determine direction of inputs using ladder diagrams with a PLC? Meaning, how do you save the previous state? Previous state of inputs. I need to determine direction that photobeams were ...
0
votes
1answer
534 views

PLC Ladder Logic Outputs

On a single ladder rung how many outputs can you have. If you have more than one. Would it be AND Logic, or OR Logic. Series, or parallel. I'm trying to make six lights flash using timer on delay ...