×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

ABB AC Drive - Model ACS550

ABB AC Drive - Model ACS550

ABB AC Drive - Model ACS550

(OP)
I want to run this unit through a PLC which isnt the problem. One thing I want to do is be able to control the motor speed manually with a pot through the PLC. Does anyone know which input this is on the the ACS550 drive?

RE: ABB AC Drive - Model ACS550

Why don't you just look in the manual for the VFD?   

"The perfect is the enemy of the good." -- Voltaire

RE: ABB AC Drive - Model ACS550

(OP)
I did. But Im kinda wingin' it when it comes to setting this stuff up.

I see AI1 which is labeled as an "External Frequency Reference 0-10V".

Would this be it?

RE: ABB AC Drive - Model ACS550

Well, that would allow a 0-10V signal from the PLC to control the drive. If they're any distance apart I'd look for a 4-20mA input on the drive and a corresponding PLC output instead.

Isn't this quite an expnsive piece of hardware to be winging it, espcecially when the manuals are available online?
   

----------------------------------
  
If we learn from our mistakes I'm getting a great education!
 

RE: ABB AC Drive - Model ACS550

(OP)
I have the manuals and am confident I can work this out - Im just verifying some things first.

The plan is to run a POT through the PLC for manual operation - otherwise the PLC will run the motor.

RE: ABB AC Drive - Model ACS550

AI1 is used for either 4-20ma or 0-10V input. There is a little dip switch or jumper near the terminal that selects mA or V. Put J1 in the OFF position for 0-10V or ON for 4-20mA. Signal common connects to AGND and cable screen connects to SCR. SCR, AI1 & AGND are the first 3 terminals of terminal block X1. There are several AGND terminals all internally tied together.

There are configuration settings that may need to be set to tell the drive which inputs are going to be used, but there are "macro" configuration selections that simultaniously set the most often used combinations.

RE: ABB AC Drive - Model ACS550

(OP)
Yeah thats what Im talking about. I was referring to Macro "Alternate" from the manual.

I think this would the best set up Macro for a manual/auto PLC run configuration.

RE: ABB AC Drive - Model ACS550

The macro "Alternate" is probably what you want. If you want the pot to go through the PLC and use a separate analog input to the VFD, you would probably want to set both AI1 and AI2 to 4-20mA and have the PLC convert the pot input to 4-20mA. Setting the VFD analog inputs to mA may require both a jumper / dip switch setting and a configuration setting. I will look.

RE: ABB AC Drive - Model ACS550

(OP)
Thats what Id do. Use the POT through the PLC and use the PLC to either "look" at the pot when in manual mode or just adjust speed with the PLC program.

RE: ABB AC Drive - Model ACS550

After looking at the manual again, it seems to me that the "Hand-Auto" macro is more like what you want. The "Alternate" macro enables the forward and reverse inputs, but does not enable both analog inputs. However, the "hand-auto" simultaniously switches which analog and which run/stop inputs are in control. Manual configuration may be easier. What other PLC commands to the VFD and status signals from the VFD to the PLC do you have in mind?

RE: ABB AC Drive - Model ACS550

(OP)
Anything I guess. The components have been ordered but nothing has been set in stone as far as programming goes. I was thinking I just wanted to monitor VFD speed and current and tell it speed and direction. Otherwise I really dont need anything else from the drive.

RE: ABB AC Drive - Model ACS550

It sounds to me like you want to use a single speed source (the pot) and route it thru the PLC for some reason and have the PLC retransmit the speed signal to the drive.

Your best choice would be to stay with the factory default macro ABB Standard since this defaults to a simple two-wire (open-the drive stops; close-the drive runs), a separate forward/reverse input and the speed reference on AI1.

AI1 defaults to 0-10VDC which makes a simple 1/1 conversion in the PLC.  If you would rather have the PLC link to the drive with a 4-20ma signal, you will need to do the additional signal transformation and offsetting and then set the little yellow switches at the end of the drive terminal strip toward the inside of the drive (away from the edge).  That converts the input to a ma rather than a voltage input.  The default will give you 0-20ma which makes the math and offsetting easier in the PLC.  If you want a true 4ma for the minimum speed, go to Group 13 Parameter 01 and change it to 20% (4ma is 20% of full scale 20ma).

I don't know where the start/stop or forward/reverse is coming from but the will connect to Digital Input 1 (DI1) and Digital Input 2 (DI2) respectively.

RE: ABB AC Drive - Model ACS550

The "ABB Standard" macro sets the VFD for scalor operation configures AI1 for 0-10V, DI1 & DI2 for run/stop & fwd/rev, provides analog speed and current signals and ready, run & fault contact outputs. The "Alternate" macro sets the drive for vector operation and makes DI1 & DI2 run fwd and run rev and DI6 run enable. The other I/O are the same for both.

You could use either of those macros and add the second analog input, analog input selection and set 20% input = min speed for 4-20 ma. Or you could use just one analog input and have the PLC control just one analog speed command from either the pot or the other speed control scheme.

RE: ABB AC Drive - Model ACS550

(OP)
"Or you could use just one analog input and have the PLC control just one analog speed command from either the pot or the other speed control scheme. "

What do you mean by this? Hook the POT through the PLC and use the PLC to either "read" from the POT or run the motor speed dependent upon whatever the PLC tells it to?

I could use 2 seperate outputs from the PLC - 1 for manual POT operation and 1 for Auto mode - and use sub routines to keep it from trying to reasd both the POT and whatever was programmed.

RE: ABB AC Drive - Model ACS550

toastedhead, its unclear to me whether you have two ways to control speed or only one way.  At the beginning of this thread, it sounded like you were going to have single speed pot and run it thru the PLC which in turn sent it on to the drive.

Further along in this thread, it started to sound like you would have "manual" and "automatic" modes.  Manual where the speed is controlled by the pot, and Auto where the PLC (without the aid of the pot) calculates a speed and sends it to the drive.

Please clarify which of these is your plan.  Or maybe you desire something else.  We can help you but knowing what result you desire is essential.

RE: ABB AC Drive - Model ACS550

(OP)
I apologize for that. The second paragraph in your post is what Im looking for.

I was going to just use ABB Standard and have 2 constant speed selections but the "bosses" are requesting more. I can set up a PLC to the ABB with no problem using the constant speed selections but when it comes to using a pot pick speeds and interfacing it all together is where I get a little foggy.

Thanks to everyone in advance for helping me out here. I appreciate you guys taking time out of your schedules.

RE: ABB AC Drive - Model ACS550

You can select 3 constant speeds with two VFD inputs or 7 with 3 inputs. The inputs can be set to use any combination from 1 closed to all closed like generating a binary number.

If you are going to use both constant speed input selections and an analog input, you may need an input to tell the VFD whether to use the analog input or the constant speed input. However, the "all open" state of the constant speed input may cause the drive to use the analog input. I would need to check the manual to see exactly how that can be set up.

RE: ABB AC Drive - Model ACS550

(OP)
Man, youre so much help. Part of the problem when I look at the manual is I dont know what Im looking for. As a mechanical guy, Ive got little experience with PLCs. The most Ive done with a PLC is check bolt heights with an LVDT. So this is pretty new, though I think with the help of generous folks like yourself I can tackle this.

I may scrap the idea of the POT and do what youre talking about with multiple inputs. Set up lots of different test speeds and run the test bench like that.

RE: ABB AC Drive - Model ACS550

Toasted, it may well be that no PLC is needed.  As CJCPE has suggested earlier, if you choose the Hand/Auto Macro in Parameter 9902, you get the ability to have two different configurations with the same drive---the selection being made with one switch closure on Digital Input 3 Terminal 15.  

When that switch is open, the drive looks to Analog Input 1 Terminal 2 for its speed command, and when that switch is closed, it looks to Analog Input 2 for its speed command.

You will notice that the Start/Stop and Forward/Reverse is also on different terminals depending on whether that switch on DI3 is open or closed.  If you want them to both be on the same terminals so only the speed command moves, let me know and I'll give you the Parameters to change.

On the other hand, if all you want is up to seven fixed speeds, then use the ABB Standard (default) Macro and we will help you configure the inputs for seven fixed speeds.  The default is three fixed speeds but it is easy to change that to seven.

RE: ABB AC Drive - Model ACS550

(OP)
I appreciate the help fellas. I only need a PLC because I'll be monitoring some other stuff and logging some data. Otherwise - Id be down with no PLC!

RE: ABB AC Drive - Model ACS550

OK, but, is both the manual and automatic speed control going thru the PLC or only the automatic with the manual being a separate speed pot operating directly on the drive?

RE: ABB AC Drive - Model ACS550

(OP)
Hmmm,I wouldnt think you could run them NOT through the PLC could you? Would there be conflicting inputs? That would depend on the macro I chose wouldnt it.

I suppose it doesnt really matter to me. Whichever route is the easiest.  

RE: ABB AC Drive - Model ACS550

A typical design philosophy would be to have the "manual" speed control input go directly to the VFD as an alternate speed command reference source. That way, if you need to do troubleshooting later and want to know if a problem is in the VFD response or the PLC speed reference command, you can resort to the pot as a direct speed reference without concern for what effect the PLC is having on it.

RE: ABB AC Drive - Model ACS550

The ABB Standard macro, for example, looks for its only speed input on AI1 by default.  That could come from a PLC which combines and switches multiple speed commands into a single signal for the drive.

Or, you could choose the Hand/Auto macro which looks for a speed command on AI1 when in the hand mode and on AI2 when in the Auto mode.  If you connect a simple pot to AI1 and your PLC to AI2, you will have one or the other depending on the switch on DI3.

So, its up to you.  What do you want/need?

RE: ABB AC Drive - Model ACS550

(OP)
I think I like the Hand/Auto Macro. I initially didnt choose it because it appeared as if it wouldve been limited or I simply forgot about it.

So really, I'll just need to wire a POT to it? It cant be that easy - it never is for me.

RE: ABB AC Drive - Model ACS550

If you want simple put an extension cord on the removable drive key pad and run the drive in local control.

RE: ABB AC Drive - Model ACS550

Keep in mind that, with the Hand/Auto macro, as long as you have no connection between +24v and DI3, the drive will look at AI1 for speed (that would be your pot) and Start/Stop on DI1.

If you close the connection to DI3, then the speed signal is on AI2 and Start/Stop is on DI6.  That can be configured differently but the above is the default setup.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources