8 Motor Primary / Standby

DBLD99

Member
Join Date
Oct 2003
Location
USA
Posts
230
Does anyone have any tricks up their sleeves using ladder/ ST / FB (RS5000) for programming an 8 Motor rotation 1 Primary (7 Standby). Operator needs to be able to select the order from an HMI. Once the primary motor fails depending on the operator next selection any of the remaining 7 motors could be that standby #1 then that standby would have a stand.by #2..etc.

I know I could do it through hardcoding but there are way too many different combinations which does not sound very appealing.
 
Thanks, I have done that logic before. This one is different in that it won't alternate in order(1,2,3,4 // 2,3,4,1 // 3,4,1,2)..ETC... The operator may select 1,3,5,7,2,4,6,8 or 8,2,5,3,1,7,6,4.

So there are tons of different combinations they may select. In any randomized order that can be thought of.
 
I ended up making a UDT with one member of a BOOL[Array] - Used another UDT with the BOOL UDT with other bits and the selections for the Primary / Standby setpoints.

Then used a FLL to clear the BOOL[Arrays] then just used XIC -- OTE following the FLL.

(OTE)PumpSelection.Selected_LeadPump.BOOLS[PumpSelection.SP_HMI_Lead_Pump]

Then used the following rungs using the same theory if Primary is no longer available then

(XIO)PumpSelection.Pumps_Available.BOOLS[PumpsAvailable.SP_HMI_Lead_Pump]

(OTE)PumpSelection.Selected_Standby1.BOOLS[PumpSelection.SP_HMI_Standby_Pump1] -- ETC. got it all done in 9 Rungs then.
 

Similar Topics

I have a client with a requirement to keep a motor running in the event of a VFD failure. They do not have redundant motors, but will have...
Replies
10
Views
3,270
Hope you are doing well. Currently, I am involed in a revamping project. It requires to stop a mixer at specific postion. For the detail, this...
Replies
9
Views
220
I'm looking for how others do it. I need to start a 1 phase motor. I have always used a regular 3 phase Motor Protected Circuit Breaker and looped...
Replies
9
Views
234
I've got this 3-phase 575V motor that we're controlling with a VFD (Variable Frequency Drive), which has been quite the learning curve in itself...
Replies
10
Views
314
Hello, It is mandatory to use VFD IF i use IE5 electrical motor? What happens If connect it directly as delta without VFD? Please look at motor...
Replies
1
Views
167
Back
Top Bottom