Student project

riouxluc

Member
Join Date
Mar 2008
Location
iroquois falls
Posts
1
hello I am currently enrolled in an electrical program in which i am learning about PLC's. I have been given several projects that require me to simulate a fwd/rev motor controlling belts, garage door...etc. I have drafted the ladder logic program to satisfy the remainder of the requirements, but not really sure on how the logic on a plc program should look for the fwd/rev rungs. any help would be appreciated. We are using an Allen Bradley PLC with RSlogix software.
 
Last edited:
riouxluc said:
hello I am currently enrolled in an electrical program in which i am learning about PLC's. I have been given several projects that require me to simulate a fwd/rev motor controlling belts, garage door...etc. I have drafted the ladder logic program to satisfy the remainder of the requirements, but not really sure on how the logic on a plc program should look for the fwd/rev rungs. any help would be appreciated. We are using an Allen Bradley PLC with RSlogix software.

Post your work so it can be seen and evaluated. Kind of like turning in your homework and papers. The big advantage to you is that you will be able to tap many brains
IF
you show you are working on it and show your efforts.

That is what I did when I went to PLC school. Worked great.
Dan Bentler
 
as Dan says, it's best if you post your existing program ... but here's a hint that MIGHT help ...

not really sure on how the logic on a plc program should look for the fwd/rev rungs.

there are two very common ways of doing this ...

(1) you have two separate outputs - "forward" and "reverse" ... if you turn on one of them, the motor will run in the "forward" direction ... if you turn on the other one, the motor will run in the "reverse" direction ... (I'll leave it to your imagination what would happen if they were both turned on at the same time) ...

(2) you have two separate outputs - "run" and "reverse" ... if you turn on the RUN output, the motor will run in the "forward" direction ... if you turn on BOTH outputs at the same time, then the motor will run in the "reverse" direction ... if you only turn on the "reverse" by itself, the motor won't run at all ...

there are other less-common ways of skinning the cat ... we can't tell what you're up against until you give us more information ...

and welcome to the forum ...
 

Similar Topics

I am a second year EET student and have a small final project that simulates a coin operated car wash. As it is our last project for the intro...
Replies
28
Views
9,632
i am presently doing my final year undergraduate course, i need few tips to start my project in plc
Replies
16
Views
4,330
dear friend I studing electronic engineering and my final project is related to Wincc(under 50 tags)I download wincc(without authorisation)and...
Replies
2
Views
2,732
Hi guys and gals have a question: I'm currently a student and just started taking a class on PLCs. So this is my first time doing Ladder Logic...
Replies
3
Views
8,061
K
please, I need a process controlled using plc.
Replies
5
Views
3,537
Back
Top Bottom