Controlling Siemens variable frequency drive

Pandiani

Lifetime Supporting Member
Join Date
Apr 2005
Location
Tz
Posts
718
Hello guys,
by examining one STEP 7 program that is used for controlling VFD micromaster drive I came accross one part which is particulary interesting to me.
Code:
 	  L	 DB1.DBW1 			  //control word 
 	  T	 "MW12"
 
 	  L	 "control_datas_DR".DR_setpoint	//setpoint  
 	  L	 1.638400e+004			   
 	  *R	
 	  L	 1.000000e+002			  
 	  /R	
 	  RND   
 	  T	 "MW14"
 
 	  L	 "MD12"
 	  T	 "DR_send"				  //output word

I need someone more experienced to explain me what is happening. If I understand correctly, something like this is happening.

Setpoint that is read from some other location and which is in % (0-100%) is converted to number between 0 and 16384 and send to drive.
This opens two types of questions:
1. Why number 16384 is used? Is it standard for all Siemens' drives?
2. What exactly is a control word? Is it standardised, or a programmer is defining it according his particular needs?

Looking forward to your answers...
 
Here is the control word, you will notice the 16 bits for each control function.
CW1-1.JPG



In my experience this is very similar to all drives that support a PPO profile for profibus too. As far as the 16 bits for speed reference, it is 32767, the MSB bit is used for a sign (FORWARD OR REVERSE)
Try to send the drive -16383 and you will see the drive reverse directions.
The Masterdrive can support 32 bits (thats why I asked the question regarding the exact drive, the phase Micromaster should have been a clue for me :) )
 
Controlword

Hi Pandiani

I think it is 0-4000 HEX. It is on Danfoss.
ControlWord is 16 bit for control the drive eg. start,stop, rev,
ect.
I have not been working with Siemens, but i think Danfoss and Siemens works more and less the same.

Banker

BTW. I will try the filter you have made next week look very good.
 

Similar Topics

More help again please... See the picture. I want to make the rectangle visible when Mr_Zr_ToggleSwitch is 1, and make it invisible when 0...
Replies
5
Views
2,478
Hi all, I received a request from a customer, and I am doubting if this is the correct way of doing things. We have a Siemens 1500F PLC, with...
Replies
5
Views
1,960
Hi all, I've hit a bit of a brick wall and need some help. I'm currently trying to get a Siemens S7-1200 PLC to talk to an Eaton DE1 Drive I'm...
Replies
8
Views
3,684
Hey guys! Im using step7 v5.6. I have s7-300 on my desk, connected to vacon v20 i installed the opte5 card in the v20. So now im trying to...
Replies
18
Views
4,397
Hey Guy, I would like to control the (attached) DC motor drive with my S7-1500 PLC through an HMI. when i say control i mean only the speed...
Replies
6
Views
2,214
Back
Top Bottom