Fixed versus Modular PLCs
Fixed versus Modular PLCs
(OP)
I am currently taking a course in PLCs. Would someone please define the terms "fixed" and "modular" PLCs? What are the major differences between the two?
Thank you.
Thank you.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Fixed versus Modular PLCs
|
Fixed versus Modular PLCsFixed versus Modular PLCs(OP)
I am currently taking a course in PLCs. Would someone please define the terms "fixed" and "modular" PLCs? What are the major differences between the two?
Thank you. Red Flag SubmittedThank you for helping keep Eng-Tips Forums free from inappropriate posts. Reply To This ThreadPosting in the Eng-Tips forums is a member-only feature.Click Here to join Eng-Tips and talk with other members! |
ResourcesWhat is rapid injection molding? For engineers working with tight product design timelines, rapid injection molding can be a critical tool for prototyping and testing functional models. Download Now
The world has changed considerably since the 1980s, when CAD first started displacing drafting tables. Download Now
Prototyping has always been a critical part of product development. Download Now
As the cloud is increasingly adopted for product development, questions remain as to just how cloud software tools compare to on-premise solutions. Download Now
|
RE: Fixed versus Modular PLCs
RE: Fixed versus Modular PLCs
RE: Fixed versus Modular PLCs
RE: Fixed versus Modular PLCs
Also, if a PLC is broken and the pieces are spread all over, I think that could be called "modular" - in a way. And if it is then (against a few odds) repaired. I suppose you can say it is "fixed"?
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...
RE: Fixed versus Modular PLCs
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: Fixed versus Modular PLCs
If I had found the answer in the course materials or on the web I would not have posted the question on this forum. As it is I haven't found it here either.
RE: Fixed versus Modular PLCs
Sorry about your frustration, but...
If you can't find ANY answer on the web, and I guess the web is the greatest trove of dissiminated knowledge ever built... Maybe the original question is inadequate. Maybe that's the way it was written out in your manuals, but I can assure you that the dichotomy fixed/modular does not exist in the world of real, professional PLC programmers. Maybe you could go back to your teacher and ask for more explanations.
The names and distinctions between PLC types is more a matter of marketing by the manufacturers than a real naming convention.
Sometimes we will speak of "bricks", small PLC units that combine the processor and some inbuilt I/Os. Generally these are small-application oriented, small-memory PLCs: Siemens S7-200, Omron CFQ1, and others. But nowadays you can add I/O modules (digital and analog) and communication modules to these bricks to extend their range, so does that make them modular? I won't event attempt to answer that one.
Even the lowest usable Programmable relays (Siemens LOGO!, Moeller Easy, Rockwll Pico and others) come now with expansion modules of some kind, and their processing power is increasing, making the distinction between small PLC and Programmable relay less distinct than it was 5 years ago.
Sorry for the rambling, but just keep in mind that the peopo=le here will probably give you the best answer they can to a question that they can answer.
And your question has none, in our world.
Regards,
Daniel Chartier
RE: Fixed versus Modular PLCs
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...
RE: Fixed versus Modular PLCs
I don't think you can get a 'fixed' PLC these days. I can't think of any that are not able to be expanded into a 'modular' format. In the old days you did have 'bricks' that couldn't be expanded and therefore the PLC processor only saw it's own I/O and nothing else. Modular in my book means having a PLC with a processor that will recognise and control any additional hardware connected that performs I/O functions similar to the base model.
RE: Fixed versus Modular PLCs
The latter method is a natural (and primitive) way of writing PLC programs. You more or less write down everything that shall happen in one solid chunk of code. The former method is a little like Object Oriented programming where most tasks have their own (reusable) modules written for them and these modules are called from a main program with the necessary parameters.
Is that what you are asking about?
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...
RE: Fixed versus Modular PLCs
A Directlogic DL105 might be the only seriously fixed I/O system that is around anymore, it provides no options. The DLO205 is an example of modular type design.
RE: Fixed versus Modular PLCs
Fixed: What you buy is what you get. No additional modules can be added over the native functionality.
Modular: You buy a basic unit, often just a "processor module" you then add what functionality you need by adding more functional modules.
To be called a PLC in industry now, the PLC must be, by definition, "Modular"!
So the major differences are:
Fixed: Don't exist.
Modular: Exist in profusion.
Any other question?
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: Fixed versus Modular PLCs
PLCs are just tools and they will change. What we call them, what they can do and how they are programmed will change. When they become obsolete your knowledge about them will be obsolete. I would concentrate on those topics that will be useful forever.
RE: Fixed versus Modular PLCs
----------------------------------
Sometimes I wake up Grumpy.
Other times I just let her sleep!
RE: Fixed versus Modular PLCs
It is all these less important "trivia" (I could mention a couple of dozens) that finally makes you productive as an automation engineer. The fact that you do not have to ask "meaningless questions" all the time is valuable as such. Even if the real value of every single piece of knowledge is small or non-existent.
BTW, I know very few people in the automation business that know about Karnaugh, Quine-McCluskey or Mealy. They just do their work - mostly using their very low-level knowledge about ANDs and ORs. Even XOR is a mystery to most of them. Some use Finite State Machines, but do not know that they are using them.
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...
RE: Fixed versus Modular PLCs
Modular PLC - PLC that has is racked based and has slots for individual cards and the processor.
Fixed PLC - any PLC that is a brick style, and it does not matter if you can add more options. Its still a fixed style to me in the basic configuration.
RE: Fixed versus Modular PLCs
To work with PLC's you only need to know "10" things, they are "ON" and "OFF". Now think logically and control them, VERY simple.
RE: Fixed versus Modular PLCs
----------------------------------
Sometimes I wake up Grumpy.
Other times I just let her sleep!
RE: Fixed versus Modular PLCs
RE: Fixed versus Modular PLCs
I can't think of any PLC where you directly interact with the A/D and D/A hardware, in fact the only way in is usually through the system register which allows you restricted access to certain parameters. All the ones I've worked on use a text or graphical interface to represent ladders and loops and screen the user from the hardware. Obviously you know better!
----------------------------------
Sometimes I wake up Grumpy.
Other times I just let her sleep!
RE: Fixed versus Modular PLCs
But I doubt if that is what was meant.
(Now, I expect quite a few posts telling me how wrong I am and that I don't understand the subject)
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...
RE: Fixed versus Modular PLCs
And no, the analog memory device has not been perfected yet.
RE: Fixed versus Modular PLCs
Any application programmer who uses the PLC does not normally write the application program as a series of 1's and 0's direct to the processor memory, nor in assembler code, nor even a mid- or high-level programming language such as C or Pascal. He uses the software from the PLC manufacturer or a third party vendor which presents him a graphical or text based interface which does the job of interacting with the digital world of the microprocessor. Have you ever programmed a PLC? It is difficult to tell from your posts.
----------------------------------
Sometimes I wake up Grumpy.
Other times I just let her sleep!
RE: Fixed versus Modular PLCs
RE: Fixed versus Modular PLCs
Oddmanout:
I like the way you defended yourself. Did you notice that the sarcasm went away and people started answering your question? Good reading for a not so informative question. Either you textbook is out of date or you instructor has been out of the “real world” to long if he or she ever was. A confidant good defense is a trait that is not seen much anymore. Those who have it go far. (Oh my God, I sound old)
RE: Fixed versus Modular PLCs
Yes, Oddmanout, you showed great patience and restraint in your response. Good show.
RE: Fixed versus Modular PLCs
RE: Fixed versus Modular PLCs