basic plcs

Join Date
Aug 2003
Location
******* ,india
Posts
3
dear friends

iam an instrumentation engineer and iam new to the world of plcs.iam intrestde to know about plcs and can you advice me how to start learning plcs.

can you guide some books or free sites which i can use and learn about plcs

with regards
ramakrishna ganga
 
beginner PLC info

I have such an elementary question, I did not know who to ask. How do PLC's differ from computers? Is there no movable hardrive and the OS is merely an appliance for a certain few functions. I am only told that they are more reliable. Please reply to [email protected].
 
Most of the big PLC manufacturers like Modicon and Allen Bradley have demo versions of their PLC programming software that you can download and play with. Most of them will run in a simulation mode, but won't actually control a PLC, or may be downloadable only into one of the cheaper PLC's that the company makes. It's a good way to get some practical experience. They also have training classes available.

Architecturally, a PLC is very similar to an industrial computer. A PLC tends to be a proprietary motherboard with its own boot rom and flash storage, where an industrial computer will have removable memory and a socketed flash module (like a disk on chip flash disk). Both industrial computers and PLCs are designed to be significantly more reliable than your standard desktop PC, which would likely die a very early death if you stuck it in a plant. Additionally, a PLC will usually not contain a cooling fan, where most industrial PC's do have a cooling fan, which may limit their reliability in dirty environments. Otherwise, there's no significant difference in a typical PLC and an industrial rated computer in terms of reliability. There are however things like triple redundant PLC's like those made by Triconex which do have a greater reliability. If you were to create a triple redundancy scheme using off the shelf industrial computer parts you could achieve similar levels of reliability.

PLC's historically have usually run their own proprietary operating system, because commercial operating systems would not provide the reliability, features, and small footprint needed. In recent years, commercial operating systems have become much more powerful and robust, and parts have become cheap enough that a cpu board can be made which can run a generic operating system and have enough resources left over to run the applications code as well.
 

Similar Topics

Hello, I'm new to PLC's. I'm working on a project for my school. At 1st step I'm supposed to gather some basic information, but I don't exactly...
Replies
6
Views
2,769
Hello all... I want to try and program a PLC using QBasic. (Please do not ask why I do not want to use ladder logic. :) ) I am using OPEN "COM1...
Replies
1
Views
9,616
Hi all, I have a noob question regarding data handling from sensors. I understand configurations and I/O mapping sensor input/output variables...
Replies
2
Views
226
Hello I am new here and new to PLC's, I wrote this program for a class that I am taking and my local tech school. The description is switch 7 will...
Replies
0
Views
420
Hello I am new here and new to PLC's, I wrote this program for a class that I am taking and my local tech school. The description is switch 7 will...
Replies
10
Views
1,984
Back
Top Bottom