Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

FInal year project --[development a PLC training kits]

Status
Not open for further replies.

ahheng2007

New Member
who can help me ? wat should i do and who can give me the idea how to development a Programmable Logic Controller .............thx 1st :D
 
ahheng2007 said:
who can help me ? wat should i do and who can give me the idea how to development a Programmable Logic Controller .............thx 1st :D

Well if you wish to develop a system that works just like the general purpose PLC systems utilized in industrial applications, I would first, if you haven't already, get a good understanding of their features and capablities:

https://en.wikipedia.org/wiki/Programmable_Logic_Controller

After that googling around should get more information for you to proceed.

Lefty
 
who can help me ? wat should i do and who can give me the idea how to development a Programmable Logic Controller .............thx 1st :D

The hardware side could be a pic with opto isolated inputs and relay outputs (most simple PLCs at least have that). The programming is something else altogether. You need to 1st understand ladder logic programming very well (the real time language simple PLCs are programed with) and then code the pic to accept a ladder logic format. Basically, in an endless loop, inputs are scanned, ladder program analysed to determine outputs required, and then output relays activated.

You also need to provide a way (on a PC, or in the PLC, with an operator interface) to enter the users ladder logic program.

This is all a serious undertaking, should take you all year, if your starting from scratch
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top