profibus communication: Siemens 314c 2dp and Micromaster MM4

italo2008

Member
Join Date
Feb 2009
Location
Padova
Posts
95
Hi
I have some doubts about profibus communication between a plc siemens (314C 2DP) and the inverter SIEMENS MICROMASTER 420

1)I have read that there are 5 types of PPO that depend on the number of words dedicated to process data and parameters. But who establish the structure of the command word (example: wich parameter corresponds to the first bit,wich parameter corresponds to the second bit and so on)? Can I define the structure or is it fixed?
2)How can I tell the inverter that I want the motor to rotate clockwise or counterclockwise if a condition is true or false?

thanks...
 
If you only need to start/stop the drive, change the setpoint and receive the actual value, then you only need PPO3. The control word and status word are fixed, and they are described in the MM4 manual. Mel_W has attached a picture of it.
In this case you only need to transfer values to the control word (or a specific bit), and transfer the setpoint (INT range from 0 to 16480)to the according configured HW addresses. For example, the basic value to STOP would be W#16#047E and to START would be W#16#047F.

If you also need to read the current, torque, etc or change a parameter through the PLC, then you would need PPO1, but that is a little more complicated because you have to send and receive commands using SFC14 and SFC15.

Regards
 

Similar Topics

Hello guys, I have problems with the Porfibus communication to my regulator Siemens Sipart DR 21and my PLC rockwell 1756-L161. So, for the...
Replies
8
Views
2,103
Dear Sir, I have a healthy profibus communication between SIEMENS PLC S7 400 and Allen Bradley drive PF700 using 20-comm-p profibus dp module...
Replies
3
Views
2,827
Hi All i need you help i have siemens Siemen S7-400 CPU , and i want to communicate it with S7-300 IO Modules on Profibus Any help would be...
Replies
2
Views
1,473
Hey All, I am trying to get a Phoenix Contact ILC171 to communicate with a Siemens CU320 via a profibus module (IB IL PB MA-Pac). I currently...
Replies
2
Views
5,914
Hi I am trying to establish communication between SIMEAS P power meter and siemens S7 PLC but it seems that there is something wrong. In hardware...
Replies
6
Views
2,812
Back
Top Bottom