AB slick 504 - Water feature

syd9

Member
Join Date
Apr 2015
Location
midwest
Posts
4
--------------------------------------------------------------------------------

Hi I'm working on a personal program for my kids. I bought 8 water valves that I would like to operate in some kind of sequence. I’m uncertain if will place them in a row or box pattern. I read about using a word e.g. 010101 to activate the outputs, However changing the bits in some kind of pattern like the Las Vegas Bellagio has me a little overwhelmed.
This would be simulator to a light board where I would just turn the lights off and on in patterns for a duration of time. Does anyone have ideas on how to easy change the bits on a 1 sec time interval.
Syd
 
Indirect addressing can also be used. See appendix E in the link provided by sthompson.
 
Translate the “1’s and 0’s” (binary) into integers (words) and move the integer to the outputs. For example lets say you want the first three outputs “on” the rest “off” in an 8 output setup (remember that in PLC’s 8 outputs will start with output “0” and end with output “7”). In binary that would be “00000111” or “7”. To get the outputs to mimic that you would, upon the desired moment (time sequence, based off of input, etc…) move “7” to the outputs. If in the next sequence you want inputs 3, 4, and 5 to come on and the first three (0, 1 and 2) to go off. In binary that would be “00111000” or “56”. Upon the desired moment move “56” to the outputs. In doing this you can create any combination of valves on and off you want and have them change on whatever event you want.
 

Similar Topics

I forgot, what position does the switch have to be in in order to upload and save the program while the machine is running using R/S Logix 500?
Replies
1
Views
1,840
I hope this isnt on already here but I need simple ladder one line with normally open(part present) one closed(while counter not at 250) it...
Replies
9
Views
4,519
I might have just stumbled on a super slick way to create a toggle in the TWIDO. I downloaded a manual and was looking at the IL instruction...
Replies
3
Views
3,070
Does anyone happen to know how many amps the P2 power supply can output at 24 volts? Thanks
Replies
5
Views
3,966
Hey all in the middle of no where. I have an old computer running win98 with a seriel port. Use this with my pic with no problems at all on my...
Replies
15
Views
3,482
Back
Top Bottom