Delta VFD Parameter Setup: Troubleshooting Stop Light Blinking & Motor Not Running

Question: I have a Delta CP2000 VFD controlling a 30kW three-phase motor. I set parameters according to the manual and checked the wiring, but the Stop indicator keeps flashing and the motor won’t rotate. I’m using a Siemens S7-200 SMART PLC with an analog output module sending a 4-20mA signal to the VFD, and the PLC also gives a start signal. In the Delta CP2000, I set parameter 00-20 to 2 (analog input), 00-21 to 1 (external terminal control), 01-01 to 50Hz, and 03-29 to 4-20mA. Are there any other critical parameters I might have missed that could cause the motor not to start? Thanks.

Understanding the Stop Light Blinking on Delta CP2000

When the Stop LED on a Delta CP2000 VFD blinks, it typically indicates that the drive is in a standby or stop state but is ready to run. However, if the motor does not start despite a run command, the blinking may point to a missing condition, such as an absent run signal, incorrect source selection, or a safety interlock. In your setup, you are using external terminal control (00-21=1) and analog frequency reference (00-20=2). Let’s systematically check the possible causes.

1. Verify the Run Command Source and Terminal Wiring

Parameter 00-21 set to 1 means the start/stop command comes from external terminals (FWD/REV and DCM). You mentioned the PLC sends a start signal. Ensure that:

  • The PLC output is wired to the correct terminal: typically FWD (forward run) and DCM (digital common). For a simple start, connect a dry contact or PLC transistor output between FWD and DCM.
  • The signal is maintained. A momentary pulse may not latch the run command unless you configure two-wire or three-wire control (parameter 02-01). Default is two-wire (02-01=0), where closing FWD-DCM starts the motor, opening stops it.
  • Check if the MI1 terminal (or other multi-function input) is not accidentally set to a stop or emergency stop function. Default MI1 is usually “0: FWD/STOP” but verify parameter 02-01 to 02-08.
  • Measure voltage at the terminal when PLC output is ON: you should see 24V DC between FWD and DCM (internal supply). If not, check the PLC output module and wiring.

2. Analog Input Configuration for 4-20mA

You set 00-20=2 (analog input) and 03-29=2 (4-20mA). However, the CP2000 has two analog input terminals: ACI (current input) and AVI (voltage input). For 4-20mA, you must use ACI and ensure the jumper or switch is set correctly.

  • Locate the small slide switch near the control terminals: it should be set to ACI (current) position, not AVI.
  • Wire the PLC analog output to ACI and ACM (analog common).
  • Check parameter 03-00 (ACI analog input gain) and 03-01 (ACI analog input bias). Default gain is 100%, bias 0%. If the 4mA signal corresponds to 0Hz, the motor may not start if the signal is exactly 4mA. Try adjusting bias slightly or ensure the PLC outputs a higher current (e.g., 5mA) to test.
  • Monitor the frequency command on the keypad (display shows F command). If it shows 0.0Hz, the analog signal is not being read correctly.

3. Critical Parameters Often Overlooked

Beyond the basic settings, several parameters can prevent the motor from starting:

Parameter Function Recommended Setting
01-00 Maximum Operation Frequency 50.0 Hz (or 60.0 Hz depending on motor)
01-01 Maximum Voltage Frequency (Base Frequency) 50.0 Hz (must match motor nameplate)
01-02 Maximum Output Voltage 380V (or motor rated voltage)
02-00 Source of First Frequency Command 2 (Analog input) – you set 00-20, but 02-00 might override if not default
02-01 Source of First Operation Command 1 (External terminals) – you set 00-21, but verify 02-01
03-29 ACI Signal Type 2 (4-20mA)
06-00 Motor Rated Current Set to motor FLA (e.g., 56A for 30kW 380V)
06-01 Motor No-Load Current Typically 30-50% of rated current
06-04 Motor Poles 4 (for 1500rpm at 50Hz)
06-05 Motor Rated Speed e.g., 1470 rpm
06-06 Motor Rated Power 30 kW

Note: In some CP2000 firmware, parameters 00-20 and 00-21 are quick setup shortcuts that write to 02-00 and 02-01. However, always double-check the actual command source parameters (group 02).

4. Check for Active Faults or Inhibits

A blinking Stop LED might also indicate a fault condition. Press the “MODE” key to scroll to the fault display. Common issues:

  • External Fault (EF): If a multi-function input is set to “External Fault” and is active, the VFD will not start. Check parameters 02-01 to 02-08 for any terminal set to 10 (EF).
  • Low Voltage (Lv): If input voltage is too low, the VFD will inhibit start.
  • Overload (oL): Motor or drive overload may require a reset.
  • Hardware protection: Check if the emergency stop circuit is wired correctly. Some installations use a safety relay that interrupts the run command.

5. Practical Testing Steps

  1. Disconnect PLC and test locally: Temporarily set 00-21 to 0 (keypad control) and 00-20 to 0 (keypad potentiometer). Use the RUN key on the keypad. If the motor starts, the issue is with the external command or analog signal.
  2. Force a frequency command: Set 00-20 to 0 (keypad) and manually set a frequency (e.g., 10Hz) using the keypad. If the motor runs with keypad start, the VFD and motor are fine.
  3. Measure analog input: With PLC connected, measure DC current between ACI and ACM. It should be between 4-20mA. If 0mA, check PLC output and wiring.
  4. Check digital input status: On the keypad, you can monitor the status of digital terminals (display shows ON/OFF). Ensure FWD terminal shows ON when PLC output is active.
  5. Verify parameter lock: Parameter 00-02 must be set to 0 to allow changes. If it’s set to 1 or higher, some parameters may be read-only.

6. Additional Considerations for 30kW Motor

For a 30kW motor, ensure the VFD is properly sized (CP2000 models: VFD300CP43A-21 for 30kW/40HP, 380V). Check that the motor parameters (group 06) are entered correctly. Incorrect motor data can cause the drive to refuse starting due to calculated overload. Also, if you are using a long motor cable, consider the carrier frequency (parameter 11-01) and voltage drop.

Summary

The most likely causes for a blinking Stop LED and no motor rotation are:

  • Missing or incorrect run command at terminals FWD-DCM.
  • Analog input not properly configured (ACI switch, wiring, or signal level).
  • Frequency command showing 0Hz due to 4mA bias or broken wire.
  • Active fault or external interlock.

By following the steps above, you should be able to isolate the issue. Always refer to the Delta CP2000 user manual for detailed parameter descriptions.

Similar Posts