Jump to content
  • Sign in to follow this  

    How to Control VFD with PLC using Ladder Logic?

       (0 reviews)

    caixiaofeng

    This is a complete tutorial about PLC ladder logic to control variable frequency drive (VFD) for motor speed control with speed selection from Field Local Panel or SCADA graphics.

    Execution Steps :

    1. Prepare a Control and Power drawing
    2. Commissioning and Parameters Programming in VFD
    3. Prepare a PLC program
    4. Prepare a SCADA design

    How to Control VFD with PLC ?

    22-1.gif

    Control and Power Diagram

    22-2.gif

    Commissioning and Parameters Programming in VFD

    • Commissioning is needed for the proper function of VFD.
    • Necessary parameter like Motor Nameplate details, Input Voltage, Motor Type, Frequency should be entered in VFD during quick commissioning.
    • After successful quick commissioning, now it’s a time to install the advanced commissioning. This commissioning is needed to give the details of all the digital and analog inputs and outputs, like

     

    1. Information about Digital inputs of Start command and Speed Selection command
    2. Information about Digital Outputs like Status of Drive Running and Drive in Fault etc.
    3. Information about Analog Inputs like Speed Input 1 and Speed Input 2
    4. Information about Analog Outputs like Current and Frequency of Motor

    PLC Program

    Network 1 :

    22-3.gif

    In this Network 1, we are checking whether the VFD is ready to start. This signal will come when all the conditions are healthy as well as safety and power feedbacks are active.

    Network 2 :

    22-4.gif

    In the Network 2, When start button is pressed, VFD Drive_DO bit will be set, if Ready_to_Start and No Error will be there.

    Network 3 :

    22-5.gif

    This is the stop logic, When stop button is pressed it will reset the Drive_DO bit.

    Network 4 :

    22-6.gif

    In this Network 4, this logic is required for safety as soon as Drive_DO bit will set and if any case VFD will not operate due to any fault then after predefined wait time, here we considered it as Run_FB_Time, it will reset the Drive_DO bit and generate Error.

    This Error you can acknowledge from the SCADA after resolving the error from the field side.

    Network 5 :

    22-7.gif

    In this Network 5, If the VFD is taking more current and gives overload error, then it will reset Drive_DO bit and generate Error.

    This Error you can acknowledge from the SCADA after resolving the error from the field side.

    Network 6 :

    22-8.gif

    This is the speed selection Digital output, if you select speed input as a local then it will not activate Speed Selection bit resulting Speed_DO absent and if you select speed input as a remote then it will activate Speed Selection bit resulting Speed_DO present.

    SCADA Design

    Normal State

    22-9.gif

    This is the normal state of motor. There is no error as well as Ready bit is also in normal state.

    Also the speed selection is in LOCAL mode.

    Running State

    22-10.gif

    This state shows that Ready bit is high and motor is running without any error.

    Error State

    22-11.gif

    There is an error bit is high and motor also showing error condition.

    Note :

    In some industries, Yellow color also used to indicate the error condition. Red color is used to indicate motor stop condition.

    Sign in to follow this  


    User Feedback

    Create an account or sign in to leave a review

    You need to be a member in order to leave a review

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

    There are no reviews to display.


×
×
  • Create New...