English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-01-12 08:45:23 · 4 answers · asked by riceboy 2 in Science & Mathematics Engineering

4 answers

car manufacturer ford were first to bring in the idea of the PLC - programmable logic controllers.

the idea being that all the machinery was in place with wires and sensors and all they wanted to do was alter how it operated slightly without a lot of work, re-wiring relays and switches.

the idea came about to wire all devices to a box and this box could be programmed to operate the machinery.

because programming languages or machine code is quite difficult to understand unless you have programmed it, ladder logic was created.

each output is designate a coil and each input designated a contact.

very simple to understand and looks like a ladder.

2007-01-13 21:41:24 · answer #1 · answered by Mark G 2 · 0 0

Ladder logic is a graphical way of representing a programs logic in a similar fashion to that of an electrical diagram. In fact a simple ladder logic diagram could be hard wired using switches and function like the PLC program.

Evaluating the ladder logic program is done Top to Bottom And Left to Right. Start at the top most rung and evaluate the logic on that rung from left to right.

--------| SWITCH A|---- |SWITCH B|---------(COIL)------

A*B=C if either switch is off (0) the coil is off

2007-01-12 12:38:52 · answer #2 · answered by MarkG 7 · 0 0

ladder logic is a sequential logic system where one thing will not happen unless a certain sequence of things happened previously. this is unlike using a system involving interupts.

2007-01-12 08:52:13 · answer #3 · answered by maatweeb 2 · 0 0

a game to test the robots:

http://en.wikipedia.org/wiki/Ladder_Logic

2007-01-12 08:51:01 · answer #4 · answered by Anonymous · 0 1

fedest.com, questions and answers