InterviewSolution
| 1. |
What Is Ladder Diagram ? |
|
Answer» This is a PROGRAMMING language, which expresses a program as a series of “coils” and “contacts”, simulating the operation of ELECTROMECHANICAL relays. The resultant program is the EQUIVALENT of an equation, which is EXECUTED continuously in a combinatorial manner. The ADVANTAGE of this language is the familiarity many electricians have with the simple operation of relays. Disadvantages include the complexity of large, cross-connected programs, and the difficulty of expressing such non-binary functions as motion control and analog I/O. This is a programming language, which expresses a program as a series of “coils” and “contacts”, simulating the operation of electromechanical relays. The resultant program is the equivalent of an equation, which is executed continuously in a combinatorial manner. The advantage of this language is the familiarity many electricians have with the simple operation of relays. Disadvantages include the complexity of large, cross-connected programs, and the difficulty of expressing such non-binary functions as motion control and analog I/O. |
|