PLC Circuit

leolish3

Member
Join Date
Nov 2002
Posts
2
Ok, now that I have a semi good understanding of how PLC's work, my next question is where might I get a general circuit of exactly what one looks like. i.e. A circuit that I could build and simulate in PSpice. Also, thank to everyone who repsonded to my previous post.
 
Give up now. You won't find the circuit diagram for a PLC. Andi it wouldn't help you if you did.

1) PLCs circuit diagrams are proprietary to the company that manufactures them. They are also patented, so I suppose you could find the diagram at the patent office.

2) The circuit diagram is only half the show. PLCs also have firmware flashed onto their chips that allow them to work their magic (I'm sure that Terry will ream me for referring to what PLCs do as "magic").

Not to diminish your thirst for knowledge, but you don't need to know the circuit diagram for an Intel chip to use, or program, a PC. By the same token, you don't need to understand how the magic works to make the magic do your bidding.

But simulating the circuit working in PSpice isn't going to teach you what you need to know. At this point, you need to get one and USE it. ABUSE it. Push it to it's limits, and beyond. Find things that it can't do, then figure out how to do them anyway. That's where the true learning lies.
 
Some PLC manufactureres show an equivalent circuit in their manuals, that would probably suffice for a PSpice model, but they only go as far as the signal converter, not inot the backplane.

Why do you want to model this anyway? The discrete I/O is simple - voltage or no voltage, polarity right, and for DC sometimnes sink or source (which is really a polarity question anyway). Ditto on analog - right signal, right polarity, you are done.

I can't figure out what useful info you would get from the circuit model!
 
Build (and simulate) a PLC in PSpice???

There's one little problem with trying to do that. It's the letter "P," which means "Programmable." PSpice won't simulate everything a PLC can do, wire-for-wire, without a ton of help from you. That's because the inputs and outputs on a PLC don't follow a set pattern (logic table), until you tell them to.

You may be able to simulate a **SIMPLE** PLC program in PSpice. The key is the letter "L" for "Logic." If you're using discrete I/O (switches and lamps), and not too many timers or math functions it is possible to create a circuit using AND/OR/NOT components that will simulate a known PLC program. This would be similar to simulating a PLD. But, you won't have down-to-the-microsecond timing. So don't pay much attention to the time axis of your system response graphs. When I was building logic circuits as a student, I actually did something similar. For me it was faster to develop ladder logic and replace it with gates later.

If you're trying to simulate analog I/O, good luck. You'll have to become comfortable with the gain, offset, addition, multiplication, integral, and other functions in PSpice.

AK
 

Similar Topics

Hi group! Repeatedly found answers to some questions in the PLC's programming world, now I decided to ask the question directly) Now I am...
Replies
22
Views
4,207
Hey guys, My team and I are working on a PLC-controlled autonomous standalone solar charging station for a research project. The idea being that...
Replies
4
Views
6,581
Good evening everyone! This is my first post here, after extensive searching on the net I couldn't find an answer to my question so I thought I...
Replies
1
Views
3,474
Hi, this is a problem that has been dogging me for months and I thought I'd ask here. I have a Direct Logic 05 PLC that I am using to interface...
Replies
9
Views
3,116
My customer has an automated saw that has given me many "learning opportunities!" It has a ControlLogix PLC with an L5555 processor, one 24vdc...
Replies
9
Views
3,873
Back
Top Bottom