VFD Speed Commands

ibanez243

Member
Join Date
Jan 2010
Location
Pa
Posts
2
I am having trouble understaning speed setpoints to Variable drives. In Rslogix 5000 a computation is being done and then sent to the drives. For a power flex 70 the computation is the setpoint/32767 and for a powerflex 700 it is setpoint/15124. those computation are then distributed to the last byte of the output. Where do these numbers 32767 and 15124 come from and why are they different from model to model.
Thanks
 
The numbers refer to the binary resolution. One Drive requires more bits to give full speed. I don't have access to the manuals, hopefully someone else will respond with a clearer answer.
Roy
 
Last edited:
For the PowerFlex 700 drive, the speed reference is 0-32767 representing either 0-Max Frequency or 0-Max Speed. The default is 0-Max Frequency and the default for Max Frequency is 130 Hz. So 0-15124 represents 0-60 Hz assuming the default parameters for Max Frequency and speed reference have not been changed.

I usually bring those parameters in and do the math so the reference will always represent the maximum speed I want even if the drive parameters are changed.

Not sure about the PF70. Haven't worked with one of those in a while.
 
How are the drives connected to the PLC? Are the speed commands being sent to the drives using a communications protocol (modbus, devicenet, etc) or are you using an analog output module (current / voltage)?
 

Similar Topics

Hello, I am trying to setup on plc so If I enter 60 jph (job per hour) it will send the vfd hertz based on what jph is entered by...
Replies
2
Views
168
Working on 2 VFDs for two motors, they follow any speed command when local and in hand. Once I try to give a Speed reference from my PLC they both...
Replies
10
Views
2,219
Hello, So I was asked to turn up the speed on a VFD to allow a carriage to move a little bit faster and avoid getting stuck. Im not sure the exact...
Replies
2
Views
750
I'm trying to figure out how to read the actual speed reference value from the move blocks, writing to a DB that is being sent to the VFD. For...
Replies
5
Views
2,645
I don't understand how vfd detects speed when we are running in open loop control (sensorless). For me only possible way; during auto tuning it...
Replies
4
Views
2,672
Back
Top Bottom