Queuing Backwash Request

salih

Member
Join Date
Dec 2003
Location
manchester
Posts
14
Dear All
I have got 3 water treatment plant (RO) and they require backwash.
each RO send to my PLC one DI signal to tell me that it needs backwash. My duty is getting this signal and put in sequential order (queue) and only one backwash allow at a time. when the current backwash finished the next one will start backwash. while this happening if new backwash require it will be last in the queue. If you could help that would be great.

Many Thanks in advance
sa

I am using AB SLC-500 PLC
 
Last edited:
if u are using siemens simatic manager u can use the TI library
u have a table function call fc 84 which is add to table you can assign a number to each machine and add this values in the table
then use the FIFO function to see which one u should process now
 

Similar Topics

Anyone have an idea of how to create a FIFO que and storage network using only the folowing instructions (and,or,not,xor). I'm working on a...
Replies
17
Views
8,148
Does any one know how to realize MSMQ queuing sending/receive from PLC to PC?
Replies
0
Views
1,152
Hi Friends While I try to install PCS7 .I must Install WINCC so I should have Message Queuing but By this Alarm "The properties of this computer...
Replies
1
Views
2,306
I have been struggling to transmit multiple messages to a serial printer with S7-200. I seem to have overcome this with the attached program, but...
Replies
8
Views
3,003
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
426
Back
Top Bottom