What is the difference between Ready & Active

Valley Ind

Member
Join Date
May 2013
Location
Columbiana, Ohio
Posts
38
Hello.

I have some PowerFlex drives which I wish to control via ethernet. But I am wondering what is the difference between the drive Ready and drive Active signals/status?


Thank you
 
Thanks for the reply.

In my PLC ladder I monitor both Ready and Active.

It seems they are both False until I give the Start signal, I don't remember seeing Ready as being True when the drive is ready but not running the motor.

I was hoping to use Ready just for that - to know when the drive was ready, no faults.
 
Bit 0 “Ready” – Condition is true if there are no start inhibits indicated by P933 [Start Inhibits].

Bit 1 “Active” – Condition is true if drive is modulating

This is for PF 755/753, but for others (PF again) is the same
 
It seems they are both False until I give the Start signal, I don't remember seeing Ready as being True when the drive is ready but not running the motor.
Your PLC program may not be showing the actual VFD status signal, but rather the status signals modified by the operator Start and Stop signals. In other words, when the drive has not been started, the programmer may have chosen to show the drive as "not ready". If your status signals are being retrived though a communications cable to the drive, then the true drive status signals should be available.
 
Last edited:
Check the state of the STOP command bit. Is your command logic holding the STOP bit true whenever the START bit is not commanded ?

The best method is to hold STOP true until "Running" goes false. This verifies that the drive has stopped as commanded.

Which exact model of PowerFlex are you using ? The 4-class might work a little differently than the 7-class.
 

Similar Topics

Hello, I have a problem with AO- and AA-Tags. When I use for example the tag AO_Test with the address 200 and type the value 1,2 in, the AA-Tag...
Replies
7
Views
1,413
As per the title. This might seem like a basic question to many, but I'm unclear about the difference between a coil ( ) and an application...
Replies
28
Views
4,042
Good Morning , I have 2 Frequency Drive panels to build and commission . It is for 2 pump systems . Just wondering , what is the...
Replies
4
Views
1,971
Hi Experts, Good day! What are the differences between PCS7 SIMATIC Batch and PM Control? Do you have any manual like "Getting Started "...
Replies
0
Views
813
I have a Automation Direct Click Plus that you can buy option CPU slot modules for input/outputs. The slot modules have the options of sinking...
Replies
9
Views
2,832
Back
Top Bottom