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,264
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
136
Here's what happened, Operator turned on the disconnect for an auger while it was still running to cut power. Auger DID in fact turn off, but the...
Replies
8
Views
335
Hello all, In my facility we have multiple 3HP 460V motors that are being controlled by VFDs which drive conveyor belts. The drives are randomly...
Replies
2
Views
201
Hi everyone, This is my first time posting, so please forgive any omissions or mistakes. I am attempting to control the velocity of a stepper...
Replies
18
Views
1,000
Back
Top Bottom