Can u help me on a RSLogix 5000 program?

agariza

Member
Join Date
Apr 2024
Location
Idaho
Posts
16
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts when the same button is pushed 2 more times. Pushing the button one more time turns both motors off and resets everything. The program I build does not work n I have no idea why not.
 
Im on my phone so cant post a program but...

Push button = counter value, counter value = to motor starters to run/start/stop
 
for some reason that i cannot see its not working for me. Can you give me a cpl lines of logic so I can see what I'm doing wrong. Ive got pb going to a counter but the counter isn't counting
 
When start button is pushed 3 times, conveyer 1 will start. Conveyer 2 will start when the same button is pushed 2 more times. Pushing the button one more time will turn both conveyers off and reset everything
 
Don't worry about counting yet.

Do you see the CU output bit of the CONT1 object turn green on that first CTU instruction when the three XIC instructions' operands' values, ESTOP and START BUTTON 3 and SELECTOR 2 ON, are all 1?

If not, solve that problem first.
 
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts when the same button is pushed 2 more times. Pushing the button one more time turns both motors off and resets everything. The program I build does not work n I have no idea why not.
I got it figured out, thanks for replying
 
for some reason that i cannot see its not working for me. Can you give me a cpl lines of logic so I can see what I'm doing wrong. Ive got pb going to a counter but the counter isn't counting
You are at a crossroads between being a beginner programmer and being a competent programmer.

Beginner programmers think like this: "I know I told it do do A, but it is doing B, so I think something is broken in the PLC because it won't do what I told it to do."

Competent programmers think like this: "I thought I told it to do A, but it is doing B, so I know I actually told it to do B, because the PLC cares not a whit what I want it to do, but it will mercilessly and inexorably do exactly what I tell it to do."

It's a subtle difference, but it makes a huge difference in how you diagnose the problem.

This is what I would do:

IMG_7338.png
 

Similar Topics

Hello Everyone, I have tried to access the help function from my RSLogix 5000 but everytime I select a function block on the PLC rung and press...
Replies
3
Views
1,284
I’m working with indirect addressing and trying to make an HMI where each Rectangle Object has a tag of “A[0-127]” with a correlating Push Button...
Replies
15
Views
4,221
I have been tasked to upgrade some SquareD PLCs at our plant. I have done several of these upgrades without any issues. However, I have now met my...
Replies
4
Views
2,448
Hi There, When i did FRD instruction in SLC 500 its working, when i try to simulate in RSLogix 5000 same way as i did in SLC 500 which is not...
Replies
14
Views
2,732
fatal error in rslogix 5000 v20 Error 0x80042082 RxE_locale_changed_by_outside- the locale language Settings for RSLogix 5000 was changed
Replies
1
Views
2,011
Back
Top Bottom