How to control ABB drive from Siemens CPU

Join Date
Mar 2017
Location
6 October
Posts
69
Hi to all ,
can anyone explain to me how can i control DC and AC drives ( ABB DCS 800 and ACS 850 ) from a Siemens CPU using Ethernet or profibus
the control is how to start stop , change speed of the motor and get the feedback to a hmi
 
http://new.abb.com/drives/connectivity/fieldbus-connectivity

The above link is for the ABB fieldbus connectivity that you are looking at implementing. Example Profibus.
https://search-ext.abb.com/library/Download.aspx?DocumentID=3ADW000497R&LanguageCode=en&DocumentPartId=&Action=Launch

Next look at the Siemens CPU that you are programming and look for the manual or quick start guide.
Example S7 Profibus
https://cache.industry.siemens.com/dl/files/693/1158693/att_31060/v1/mn_s7-cps-pb_76.pdf

Here are a couple of threads that are similar:
http://www.plctalk.net/qanda/showthread.php?t=75453

http://www.plctalk.net/qanda/showthread.php?t=42845

Regards,
 
thanks guys for the help
but i could not find any help in the links
except downloading GSD files insert it to the Ethernet system , settings on the drive not in plc
now how can i control the drive
which FB i will use ?
rlgd9i.jpg
 
Check your manual. In the bottom of your picture you see PPO6, check which WORDS correspond to what command/feedback.

Usually, the first word is control word (status word in feedback), second is speed (actual speed in feedback).

You can use the addresses just like any other PROFINET addresses in your program.
 
Check your manual. In the bottom of your picture you see PPO6, check which WORDS correspond to what command/feedback.

Usually, the first word is control word (status word in feedback), second is speed (actual speed in feedback).

You can use the addresses just like any other PROFINET addresses in your program.

thanks for the answer
i have been searching on all sites to find how to do this and still don't know
the PPO6 is what the manual say to insert and some setting of the drive like how do u want to control the drive , the ip and gateway
https://library.e.abb.com/public/9c3b0794a798350ac1257345001eeca8/en_RETA-02_um_A.pdf
but which FB or FC will i use is not shown
can you explain me more because am still in beginner level
 
Last edited:
You will likely have to build your own.

This is what we use. 3 commands (start/stop/reset) and a reference. Other is mapping of STW.

Start with sending W#16#47C to your drive (first address) and see if it starts. W#16#43C to stop.

This is the most basic way of controlling.

CTW.PNG STW.PNG
 
You will likely have to build your own.

This is what we use. 3 commands (start/stop/reset) and a reference. Other is mapping of STW.

Start with sending W#16#47C to your drive (first address) and see if it starts. W#16#43C to stop.

This is the most basic way of controlling.

i don't have the drive control , i work in a factory where ABB ACS and DCS drives are controlled from PLC and i want to know how to do it .

i think it's hard for me and i should take a course on controlling drives throw the PLC .

thanks for the help , topic should be closed
 
i don't have the drive control , i work in a factory where ABB ACS and DCS drives are controlled from PLC and i want to know how to do it .

i think it's hard for me and i should take a course on controlling drives throw the PLC .

thanks for the help , topic should be closed
you should study the telegram or status and control words of the drive carefully and you have a good example from bonless via snaped shots
 
you should study the telegram or status and control words of the drive carefully and you have a good example from bonless via snaped shots

Am trying to know the address for start / stop / reference speed of the drive
Other way how to edit the I/o of the drive
Do u know a pdf for control and status words?
This is the last thing I would
 

Similar Topics

I do programming in GX developper for ABB drive model ACS 550 control via modbus communication in FXCPU PLC,I can read the Data of drive...
Replies
3
Views
3,183
Hai Folks Have anybody got experienced with ABB ACS550 Drive... I have an Application of Speed Control of AC Motor... I'm gonna use ABB...
Replies
22
Views
14,958
does anyone have an install or know if/where i can download it for the following "ABB PS501 Control Builder Plus V2.3 " the software was a free...
Replies
2
Views
62
I currently have a weird issue involving Ethernet IP communication between a ABB CI873 (EthernetIP Module) and a 1756-L83ES. The Layout is as...
Replies
8
Views
731
Hi all! I am hoping to find some help understanding the ABB VFD Connection to my Rockwell PLC. I have set up the VFD parameters based on...
Replies
4
Views
641
Back
Top Bottom