Need sample S7 program for ABB ACS800 contorl on PROFIBUS

Alpha

Member
Join Date
May 2003
Posts
35
Hi, does any one has sample S7 project about ABB ACS800 control on PROFIBUS?
I have serched the 'whole' web to find something about it, but so much about MM4XX comunication via profibus and nothing useful for ABB ACS.
In my project i need use ACS800 as speed controller with torque limit.
THX
🍻
 
You need the GSD file, which ABB would provide and place in you hardware library, to select in S7 Hardware Config. Select which format you want, PPO, PP1, etc, all these would be described in the ABB profibus interface manual.

Basically their to do with the amount of information that you are planning to send and recieve, basic is normally 2 send words (control bits and speed reference) and 2 receive words (status bits and actual speed).

You may need to use standard profibus FC's if you select other than basic comms, otherwise you can address simply as I/O as ranged in the Hardware Config.
 
Alpha,

The ACS800 uses PPO types too. So you can use the Siemens blocks too and just change the control word names to fit the ABB structure. If you need further info let me know. There is a Siemens PPO4 block under the download section in PLCS.NET
Get the GSD file from ABB and use the Siemens block with PPO type 4
 
I have an spx drive (by eaton) with the profidrive profile. I am trying to program it using codesys. I downloaded the GSD file, chose the PPO type, and addressed the variables to the hardware. I'm trying to simulate by writing variables into the Control word and reference but nothing comes out in the Status and Actual value. HEEEEEELP !!
 
Send it a 400 hex or make sure bit 10 is sent
Do you see this in the receive area of the drive?

Does this drive have comm lights that indicate basic comms are ok?

Can you enable the drive with a 47f ?
 
Last edited:
Steps Ive gone through:
1. CHose a DP master
2. Append: and chose the drive GSD
3. Chose PPO3
4. the OUtputs IW6,IW8, QW2,QW4
all i did was define the Variables (CW,SW,REF,ACT) to their appropriate addresses.

I tried writing 400 and 47f hex to the Control word but nothing came out to the Status.

I cant tell anything about the comm. lights because i haven't connected the drive yet. I'm just writing the program and trying to simulate.I'd really appreciate it if you had a look at the codesys program.

Thanks
 

Similar Topics

Hi, I'm just starting to learn wonderware intouch and so far am able to understand it. but it seems like all the examples given on the program and...
Replies
10
Views
6,135
Dear I need the sample program of PLC LG , model G7M-DR20U or any example by GMWIN 4.17 Pleas. regard
Replies
1
Views
2,223
Need good example/sample of aoi RSLogix5000 code to read&write through RS232 port on Need good example/sample of aoi RSLogix5000 code to...
Replies
0
Views
1,838
Hi! I am desperately looking for some simple sample programs to learn Step7. Something like the manual of Working with Step7...
Replies
52
Views
20,301
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
6
Views
67
Back
Top Bottom