RSlogix500 programming help

Snap25

Lifetime Supporting Member
Join Date
Dec 2014
Location
Michigan
Posts
237
I'm doing a little project in my basement to continue to gain more knowledge on programming.

I have a 6" pipe filling with water and once the level sensor(NC) says its full it shuts off the pump and infeed valve and then starts a timer. Once the pipe is full for 30 seconds it turns on the drain valve...

The problem I'm having is as soon as it starts draining and drops the level the infeed valve and pump turn back on!.. I know its probably simple logic but I cant seem to wrap my head around it. Ive tried a few things and it didn't work.

I guess I need to get it to drain for X amount of seconds before it pumps water back in and restarts the cycle...

Anyone willing to give me hand? I attached a copy of the program for you to see whats going on (its a mess sorry.. I'm still working on organization and design strategies)

13531.jpg
 

Attachments

  • Project.zip
    17 KB · Views: 12
I tweaked your program a little. I commented the rungs at the end that I changed or added.

I changed the name of the level sensor. An input should be named for the condition sensed when the input is turned ON. Don't just name the device (use the description for that).

The parallel contact in the last rung (/TT) is ON while a timer is timing but turns off when the timer is done (/DN).

Of course an 'empty' sensor would be more accurate, but that's for later.
 
I changed the name of the level sensor. An input should be named for the condition sensed when the input is turned ON. Don't just name the device (use the description for that).

Thanks for the tip! Also, thanks for helping with my issue.. I'm going to give it a try after dinner!
 

Similar Topics

This is my first time to use AB Programming Software RSLogix500. My version is V6.30. I tried to start a new program with MicroLogix 1100 but I...
Replies
10
Views
4,633
I am planning a new PLC install with an AB ML1100 but my RSLogix500 version appears a little dated: ver 7.00.00. It has support for Series A...
Replies
3
Views
2,042
So here's my situation, I have been tasked with modifying the logic to mimic a button press in the PLC. I have two identical machines however one...
Replies
6
Views
538
Hello, I'm new to programming. I'm using RSLogix500 to modify an existing program for a SLC500. My plan was to use one of the existing inputs...
Replies
26
Views
1,983
So i have an allen bradley rack (2080-LC50-24QWB), i have it connected through ethernet. I dont have an offline program so im trying to upload...
Replies
6
Views
676
Back
Top Bottom