4 PIT's and 4 pumps

learner

Lifetime Supporting Member
Join Date
Apr 2007
Location
British Columbia
Posts
81
Hi,

Got 4 PIT's at the discharge of 4 parallel pumps. One PIC will be controlling the speed of these pumps based on the the PIT's value. the PV to the PIC is actually the highest PIT value among the 4 PIT's.

any of the 4 pumps could be on / off at anytime. the PIT value is only considered if the associated pump is running and the PIT has no fault.

I can go through bunch of crazy comparison and find out the highest PIT reading at a time. What I am looking for is to do this a bit smarter. I would appreciate if you have any suggestion with this regard.

Thanks,

Always a Learner;)
 
Its only three comparisons.

Assume the first is the highest.
Now one at a time compare the 2nd, 3rd, and 4th to the assumed highest. If any of them are higher then make it the new assumed highest. After three compares the assumed highest is the confirmed highest.
 

Similar Topics

The plc model im using is CP2E-N Using a CP2W-CIFD02 to program Omron Multi-power controller. With RS 485. Since im a beginner in PLC, i just...
Replies
4
Views
1,373
Recently all of my projects are erroring when I'm trying to enter simulation mode. I receive the 'License File Missing.' & 'License file invalid'...
Replies
0
Views
1,181
Hi all, I'm trying to connect my WAGO PLC to multiple databases. It is currently connected to a single MySQL database using the library...
Replies
0
Views
936
Hello guys, I am new to WAGO PLCs and e!****pit. I am trying declare variables from a Modbus Slave Connected using serial to WAGO PFC200 and pass...
Replies
0
Views
1,351
Hello, I am new to WAGO PLCs and e!****pit. I am struggling to program a 750-881 PLC since I am unable to see/add an application under the...
Replies
2
Views
2,361
Back
Top Bottom