Posted on

Comprehensive Guide to Communication Parameter Settings of Yaskawa V1000 Inverter —— Accessing and Configuring H5-01 and H5-02

Introduction

In modern industrial automation, inverters (VFDs) are not only used for motor speed control but also serve as vital communication nodes between field devices and PLCs or supervisory systems. The Yaskawa V1000 series, as a compact vector control inverter, is widely applied in conveyors, fans, pumps, compressors, and other equipment due to its stable performance and rich features.
However, many engineers encounter a common issue during commissioning: Why can’t I find H5-01 or H5-02 communication parameters in the V1000 menu?

V1000

This article will provide a systematic explanation from the perspective of communication card hardware requirements, panel operation, step-by-step key procedures, and troubleshooting methods. After reading, you will fully understand how to access and correctly configure the H5 parameters on a V1000 inverter, enabling MEMOBUS (Modbus RTU) communication without confusion.


I. Communication Basics of the V1000 Inverter

1.1 Limitations of the Standard Model

The standard version of the V1000 does not include an RS-485 port by default. It only supports local operation through I/O terminals, such as start/stop signals and analog inputs. Therefore, if you search for H5-01 (slave address) or H5-02 (baud rate) in the parameter menu, you will not find the H5 parameter group.

1.2 Necessity of Expansion Cards

To enable communication, dedicated option cards must be installed, such as:

  • SI-485: RS-485 (Modbus RTU) communication card
  • SI-232: RS-232 communication card
  • Other fieldbus option cards: Profibus-DP, DeviceNet, CANopen, CC-Link, etc.

Once installed, the inverter automatically activates the relevant parameter group and displays H5-01, H5-02, and other settings.

1.3 Installation Position of Expansion Cards

Above the control terminal block of the V1000, there is a long pin connector slot designed for option cards. Installation requires:

  1. Powering off and discharging the inverter to ensure safety.
  2. Removing the front cover to expose the slot.
  3. Inserting the communication card firmly into the slot and securing it with screws.
  4. Re-powering the inverter, which will then detect the card and load the H5 parameter group.

OPTION CARD

II. Operation Panel Types and Differences

2.1 Standard LED Operator

Most V1000 units are equipped with a simplified LED operator panel, which includes the following buttons:

  • ESC (Exit/Back)
  • RESET (Fault reset)
  • ↑/↓ (Parameter navigation or value adjustment)
  • ENTER (Confirm/Save)
  • RUN/STOP (Start/Stop motor)

Unlike larger inverters, this panel does not have a dedicated PRG key. To enter the parameter menu, you need to press and hold ESC for about 2 seconds instead of pressing PRG.

2.2 Advanced LCD Operator (Optional)

Some models may be equipped with an LCD operator panel, which provides more advanced displays and shortcut keys. Regardless of the panel type, the process of accessing H5 parameters is the same, with only minor differences in button usage.


CIMR-VB4A0011BBA

III. Step-by-Step Procedure to Access H5 Parameters

The following example is based on the standard LED operator commonly found on the V1000.

Step 1: Enter Parameter Mode

  • After powering on, the display shows motor frequency, such as 0.00.
  • Press and hold the ESC key for 2 seconds to enter the parameter group selection mode.
  • The screen will display a parameter code, for example A1-01.

Step 2: Navigate to the H5 Parameter Group

  • Use the ↑/↓ keys to scroll through parameter groups.
  • You will see: A1-xxb1-xxC1-xx
  • Continue scrolling until you find H5-01.

⚠️ Note: If the communication card is not installed or not recognized, the H5 parameter group will not appear.

Step 3: Configure H5-01 (Slave Address)

  • When H5-01 is displayed, press ENTER.
  • The screen switches to the current value, for example 01.
  • Use ↑/↓ to set the slave address (range 0 to FFH).
  • Press ENTER to save.
  • The screen briefly flashes, then returns to H5-01.

Step 4: Configure H5-02 (Baud Rate)

  • Press ESC to return to the parameter list.
  • Scroll to H5-02.
  • Press ENTER to view the current value, e.g., 03 (9600bps).
  • Use ↑/↓ to select the desired baud rate:
    • 0 = 1200bps
    • 3 = 9600bps
    • 4 = 19200bps
    • 8 = 115200bps
  • Press ENTER to save.

Step 5: Return to Monitoring Mode

  • Press ESC repeatedly until the display returns to the main frequency screen (e.g., 0.00).
  • The parameters are now set.

IV. Common H5 Configuration Examples

4.1 Single-Inverter Communication

  • H5-01 = 01 (slave address = 1)
  • H5-02 = 4 (baud rate = 19200bps)
  • Configure the PLC master with address 01 and baud rate 19200bps for communication.

4.2 Multi-Inverter Communication

  • Several V1000 inverters connected on the same RS-485 bus.
  • Each inverter must have a unique H5-01 value, e.g., 01, 02, 03.
  • All devices must share the same H5-02 baud rate, e.g., 19200bps.
  • Ensure termination resistors are enabled on both ends of the bus.

4.3 Commissioning Notes

  • A power cycle is required after parameter changes for them to take effect.
  • If communication fails, check baud rate and slave address consistency, and confirm R+/R- wiring polarity.

V. Common Issues and Solutions

5.1 H5 Parameters Missing

Cause: Communication card not installed, or wrong card type.
Solution: Ensure SI-485 card is installed properly and compatible with V1000.

5.2 Parameter Changes Not Effective

Cause: Some parameters only apply after restart.
Solution: Power off and restart the inverter after changes.

5.3 Communication Interruption

Cause: Long cable runs or strong EMI interference.
Solution: Use shielded twisted pairs, ground the shield properly, and add termination resistors.

5.4 Panel Buttons Differ from Manual

Cause: Different operator versions (LED vs. LCD).
Solution: For LED panels, press and hold ESC; for LCD versions, PRG may be available.


VI. Conclusion

This article systematically explained how to access and configure H5-01 and H5-02 parameters on the Yaskawa V1000 inverter. From hardware requirements (communication card installation) to operator panel differences and detailed step-by-step key operations, all potential problems have been clarified.

In short:

  1. H5 parameters will not appear without a communication card.
  2. On LED operators, hold ESC to enter parameter mode.
  3. Always save changes and restart for them to take effect.

By mastering these procedures, engineers can easily configure V1000 inverters for Modbus RTU communication, ensuring seamless integration into automation systems.

Posted on

Analysis and Solutions for CALL Alarm on Yaskawa V1000 Inverters

1. Introduction

In modern industrial automation systems, the inverter is the core device for motor control and energy-saving operations. It is widely used in pumps, fans, compressors, and various mechanical transmission systems. Among them, the Yaskawa V1000 inverter has become a popular choice due to its compact design, high reliability, and stable performance.

However, during field operation, many users encounter a situation where the inverter’s keypad displays “CALL”, while the ALM (alarm) indicator is lit. For beginners, this situation may seem confusing—“CALL” is often mistaken as a call instruction or program recall. In reality, it represents a communication-related warning.

This article will analyze the meaning of the CALL alarm, its possible causes, troubleshooting methods, and preventive measures, offering a structured guide to help engineers resolve this problem effectively.

CALL ALM

2. Meaning of CALL Alarm

On Yaskawa V1000 inverters, CALL means “Communication Awaiting”.

  • When the inverter is set to communication control mode, it continuously waits for data from the master device (PLC, PC, or communication module).
  • If no valid data is received within a specific time, the inverter enters the CALL state.
  • In this case, the ALM LED turns on, indicating a minor fault (warning). Unlike a trip fault, it does not immediately stop the inverter but signals that communication has not been established correctly.

Therefore, CALL is not a severe error code, but a reminder that the communication link is inactive or faulty.


3. Main Causes of CALL Alarm

Based on Yaskawa’s official manual and field experience, the CALL warning is generally triggered by the following issues:

1. Incorrect communication wiring

Improper connection of RS-485 or MECHATROLINK cables, short circuits, loose connections, or broken wires will cause communication failure.

2. Master device program not running or faulty

If the PLC or PC is not transmitting communication commands, the inverter will always remain in the CALL state.

3. Communication circuit malfunction

Damaged communication modules, defective ports, or strong external interference may disrupt data transmission.

4. Improper termination resistor setting

In Modbus/MEMOBUS or MECHATROLINK systems, termination resistors must be installed at both ends of the communication line. Incorrect settings lead to unstable signals and communication errors.

5. Incorrect control mode settings

If the inverter is configured to communication mode (e.g., o2- parameters set to serial communication) but no master is connected, it will always display CALL.


4. Troubleshooting Steps

When the inverter shows CALL with ALM lit, the following step-by-step procedure is recommended:

Step 1. Check wiring

  • Verify RS-485 polarity (A/B terminals).
  • Ensure shielded twisted pair cables are used and grounded properly.
  • Inspect for loose, shorted, or broken wires.

Step 2. Check the master device

  • Confirm that the PLC or PC communication port is enabled.
  • Ensure that the master continuously transmits communication commands (e.g., Modbus function codes, MECHATROLINK frames).
  • Debug the ladder program to confirm proper command output.

Step 3. Check termination resistors

  • Install a 120Ω resistor at both ends of the communication line.
  • If the V1000 has an internal switch for termination resistance (e.g., S2 switch), ensure it is set to ON.

Step 4. Verify inverter parameters

  • Confirm o2- parameters (control mode selection).
    • If communication is not required → set the mode to panel or terminal control.
    • If communication is required → ensure correct baud rate, parity, and slave address settings.

Step 5. Power cycle test

  • After corrections, restart the inverter.
  • If CALL disappears, the issue is solved.
  • If it persists, consider replacing the keypad, communication module, or contacting Yaskawa technical support.

Yaskawa_V1000_CALL_Flowchart

5. Case Studies

Case 1: Wiring error

A water pump system using PLC + V1000 in communication control showed CALL constantly. Upon inspection, RS-485 polarity was reversed. Correcting the wiring resolved the issue immediately.

Case 2: Master program inactive

In a production line upgrade, V1000 inverters were linked by Modbus. Since the PLC program had not been downloaded yet, all inverters displayed CALL. Once the master program was activated, the alarms cleared.

Case 3: Termination resistor missing

In a long-distance bus network, multiple V1000 units showed CALL alarms. Investigation revealed no termination resistors were installed. Adding 120Ω resistors at both ends solved the communication problem.


6. Preventive Measures

To avoid recurring CALL alarms, engineers should adopt the following best practices:

  1. Standardized wiring
    • Always use shielded twisted pair cables.
    • Properly ground the shield layer to reduce interference.
  2. Reliable master program
    • Ensure PLC/PC programs send communication frames immediately after startup.
    • Include heartbeat signals to prevent timeouts.
  3. Correct termination resistor setup
    • Always place resistors at both ends of the communication line.
    • Verify onboard termination switch settings.
  4. Control mode configuration
    • If communication is not required, set the inverter to terminal or panel control to prevent unnecessary CALL states.
    • If communication is required, confirm all protocol settings match between master and slave devices.
  5. Regular maintenance
    • Periodically inspect cable connections and terminal blocks.
    • Check communication bus health in multi-inverter systems.

7. Conclusion

The CALL alarm on Yaskawa V1000 inverters is essentially a communication waiting warning, not a critical trip. It indicates that the inverter is not receiving valid data from the master device.

By systematically checking wiring, master device operation, termination resistors, and control parameters, engineers can quickly identify and resolve the issue. Moreover, if communication is not used, simply switching to panel or terminal control mode will prevent the CALL alarm.

Understanding CALL’s meaning and mastering troubleshooting procedures not only reduces downtime but also enhances the reliability of the overall automation system.


Posted on

Yaskawa V1000 Series “CALL” Fault Analysis and Resolution Methods

Introduction

The Yaskawa V1000 series inverter is renowned for its efficient vector control performance and wide range of applications, making it a vital component in industrial automation, including systems like fans, pumps, and conveyor belts. However, during operation, the inverter may encounter various faults, with the “CALL” fault being a common communication-related issue. When the inverter’s display shows “CALL” accompanied by the ALM (alarm) light turning on, it typically indicates a communication link abnormality, which may result in system shutdown. This article provides an in-depth analysis of the nature of the “CALL” fault, its causes, and resolution methods, along with preventive measures to help users quickly restore equipment operation and enhance system reliability.

V1000 call

Nature of the “CALL” Fault

In the Yaskawa V1000 series inverter, “CALL” generally signifies a communication-related issue, potentially indicating that the inverter is awaiting a signal from a master device (e.g., PLC) or has detected an error in the communication link. In some instances, “CALL” may serve as a general prompt, urging users to investigate specific fault codes (e.g., “CE” for MEMOBUS/Modbus communication errors) further. The illumination of the ALM light suggests the inverter has detected an abnormal state, typically interrupting output and allowing the motor to enter a free-stop mode.

Based on relevant documentation, while “CALL” is not explicitly listed in the V1000 series fault code table, it is closely related to communication problems, possibly linked to codes like “CE” (MEMOBUS/Modbus communication error) or “bUS” (option card communication error). In certain communication protocols (e.g., Modbus), “CALL” might indicate a more severe communication issue, potentially necessitating inverter replacement.

Causes of the “CALL” Fault

The occurrence of a “CALL” fault may be attributed to the following causes:

  1. Communication Cable Wiring Issues:
    • Loose, broken, or short-circuited communication cables can lead to data transmission failure.
    • Incorrect wiring (e.g., improper terminal connections) may prevent communication between the inverter and the master device.
  2. Communication Parameter Configuration Errors:
    • Mismatched communication parameters (e.g., HS-01 slave address, HS-02 communication speed, HS-03 parity) with the master device.
    • For example, if the inverter’s baud rate is set to 9600 bps while the PLC is set to 19200 bps, communication will not establish.
  3. Hardware Problems:
    • Failure or improper installation of communication option cards (e.g., Modbus, CC-Link, or PROFIBUS-DP cards).
    • Damaged or poorly contacted communication terminals.
  4. Electromagnetic Interference (EMI):
    • Common electromagnetic noise in industrial environments (e.g., from motors or transformers) may disrupt communication signals, causing data transmission errors.
  5. Master Station Program Errors:
    • Incorrect configuration in the master device (e.g., PLC) may prevent proper command transmission or response reception.
    • For instance, the PLC may not have the correct slave address or communication protocol set.
  6. Communication Timeout:
    • If the inverter does not receive a response from the master within a specified time (e.g., as set by parameter HS-09), it may trigger a “CALL” fault.

Steps to Resolve the “CALL” Fault

To effectively address a “CALL” fault, follow these troubleshooting and resolution steps:

CIMR-VB4A0018FBA

Step 1: Inspect Physical Connections and Wiring

  • Check Cables: Inspect communication cables for damage, breaks, or short circuits. Ensure the correct cable type (e.g., RS-485 or RS-422) is used.
  • Verify Connections: Confirm all terminals are securely connected with no looseness or poor contact.
  • Refer to Manual: Ensure terminal connections (e.g., R+, R-, S+, S-) are correct as per the Yaskawa V1000 technical manual.

Step 2: Verify Communication Parameters

  • Use the inverter’s digital operator panel or programming software (e.g., DriveWorksEZ) to check the following parameters:
    • HS-01 (Slave Address): Set to a unique address between 1-247, matching the master device.
    • HS-02 (Communication Speed): Confirm baud rate (e.g., 9600, 19200 bps) matches the master.
    • HS-03 (Parity): Select the appropriate parity setting (none, odd, even).
    • HS-04 (Fault Action Selection): Define the action upon communication failure (e.g., decelerate to stop or free stop).
    • HS-09 (Timeout Time): Adjust timeout to suit system needs.
  • Save changes and retest communication.

Step 3: Perform Self-Diagnostic Test

  • Per the technical manual, set parameter H1-06 to 67 to enter communication test mode.
  • Power off, connect test terminals, power on again, and check if the display shows “PASS” (normal) or “CE” (fault).
  • This test helps identify issues with the communication line or hardware.

Step 4: Adjust Terminal Resistor Settings

  • For RS-485 networks, ensure terminal resistors are correctly set (typically “ON”).
  • Check terminal resistor configuration per the technical manual.

Step 5: Reduce Electromagnetic Interference

  • Check for EMI sources (e.g., motors, transformers) in the vicinity.
  • Use shielded cables and ensure proper grounding.
  • Install EMI filters or surge suppressors as recommended.

Step 6: Inspect Master Device

  • Verify the PLC or other master device’s communication settings and program are correct.
  • Ensure commands sent by the master match the inverter’s communication protocol and parameters.

Step 7: Consult Technical Support

  • If issues persist, refer to the Yaskawa V1000 technical manual’s troubleshooting section.
  • Contact Yaskawa support with details including model number, software version, purchase date, and fault description.

Note: In Modbus communication, if “CALL” persists, it may indicate a severe fault, potentially requiring inverter replacement as a last resort.

Preventive Measures

To reduce the likelihood of “CALL” faults, consider the following preventive actions:

  1. Regular Maintenance of Communication Lines:
    • Periodically inspect cables and terminals for damage or looseness.
    • Promptly replace aged or damaged cables.
  2. Record Communication Parameters:
    • Document all communication settings (e.g., slave address, baud rate) for quick verification and adjustment.
    • Update records after system changes or modifications.
  3. Use EMI Protection Measures:
    • Employ shielded cables and ensure proper grounding.
    • Install EMI filters or surge suppressors to reduce noise impact.
  4. Keep Firmware Updated:
    • Regularly check for firmware updates.
    • Update firmware to address known communication issues.
  5. Routine System Checks:
    • Conduct regular inspections of the inverter, master device, and communication network to identify potential issues early.
  6. Train Operating Personnel:
    • Train operators and maintenance staff on inverter operation, fault codes, and troubleshooting procedures.
    • Ensure personnel can correctly interpret “CALL” and other fault messages and take appropriate action.

Fault Code Reference Table

Below are common communication-related fault codes for the V1000 series inverters and their descriptions:

Fault CodeDescriptionPossible CausesResolution Methods
CEMEMOBUS/Modbus Communication ErrorNo response from master, parameter mismatch, wiring issuesCheck parameters, wiring, perform self-diagnostic test
bUSOption Card Communication ErrorOption card failure, wiring issues, incorrect terminal resistorCheck option card, wiring, adjust terminal resistor
CALLCommunication Wait or ErrorAwaiting communication signal, wiring/parameter issues, hardware failureCheck wiring, parameters, perform self-diagnostic, consider replacement

Conclusion

The “CALL” fault is a significant communication-related issue in Yaskawa V1000 series inverters, potentially leading to system downtime and affecting production efficiency. By inspecting wiring, verifying communication parameters, performing self-diagnostic tests, and reducing electromagnetic interference, most “CALL” faults can be resolved. Implementing preventive measures such as regular maintenance, parameter documentation, and the use of shielded cables can greatly reduce the incidence of such faults. For complex or persistent issues, consulting the Yaskawa V1000 technical manual or contacting Yaskawa technical support for professional assistance is recommended. Ensuring the reliability of the communication system is crucial for maintaining stable operation in industrial applications.

Posted on

Analysis and Solutions for the Uu1 Fault in Yaskawa J1000 Series Inverters

The Yaskawa J1000 series inverters are widely used in industrial automation for their stable control performance and high energy efficiency. However, during actual operation, inverters may encounter various faults, one of which is the “Uu1” fault. This article will analyze the meaning, causes, and solutions for the Uu1 fault from both external and internal perspectives, providing a reference for inverter maintenance and repair.


J1000 displays Uu1 fault

I. Meaning and Causes of the Uu1 Fault

1. Fault Meaning

The Uu1 fault indicates an undervoltage output fault, meaning the inverter detects that the output voltage is below the set minimum value, triggering a protective mechanism. This fault often causes the inverter to stop, protecting the motor and load from potential damage.

2. Causes of the Fault

The Uu1 fault can be attributed to several factors:

  • Unstable power supply: The input voltage to the inverter is lower than the rated range, leading to insufficient output voltage.
  • Wiring issues: Poor contact in the input or output wiring causes voltage drops.
  • Internal inverter faults: Damage to the inverter’s internal circuits or components results in abnormal output voltage.
  • Motor or load faults: Issues with the motor or load cause abnormal feedback voltage.

3. On-Site Handling Methods

To address the Uu1 fault on-site, follow these steps:

  1. Check the power supply voltage: Use a voltmeter to measure the inverter’s input voltage and ensure it is within the rated range. If the voltage is too low or unstable, inspect the power supply, and replace it or use a voltage stabilizer if necessary.
  2. Inspect the wiring: Check the input and output wiring for proper contact, ensuring no loose or disconnected wires. If poor contact is found, reconnect the wiring and tighten the screws.
  3. Examine the inverter internally: If the power supply and wiring are fine, the issue may lie within the inverter. Consult a professional technician or the manufacturer for repairs.
  4. Check the motor and load: Ensure the motor is operating normally and inspect the load for any issues.
  5. Reset the fault: After resolving the issue, press the RESET button on the inverter to clear the fault. Restart the inverter and observe its operation.

II. Analysis of Electrical Issues from the Inverter’s Internal Structure

1. Overview of the Inverter’s Internal Structure

The internal structure of the Yaskawa J1000 series inverter primarily includes the rectifier circuit, inverter circuit, control circuit, and protection circuit. The rectifier circuit converts AC voltage to DC voltage, the inverter circuit converts DC voltage to variable-frequency AC voltage, the control circuit regulates the output frequency and voltage, and the protection circuit detects and protects against faults such as overload, overvoltage, and overcurrent.

2. Electrical Issues Related to the Uu1 Fault

The Uu1 fault is typically associated with the inverter’s output circuit and involves the following aspects:

  • Rectifier circuit faults: Damage to diodes or capacitors in the rectifier circuit can lead to insufficient DC voltage, affecting the output voltage.
  • Inverter circuit faults: Damage to IGBT modules or driver circuits in the inverter circuit can cause abnormal output voltage.
  • Control circuit faults: Faults in the microprocessor or driver chips in the control circuit can result in inaccurate output voltage regulation.
  • Protection circuit faults: Malfunctioning detection components or protection chips in the protection circuit can lead to incorrect identification of undervoltage.

3. Electrical Repair Methods

To repair the Uu1 fault, follow these steps:

  1. Inspect the rectifier circuit: Use a multimeter to test the diodes and capacitors in the rectifier circuit to ensure they are functioning correctly. Replace any damaged components.
  2. Check the inverter circuit: Inspect the IGBT modules and driver circuits for proper operation. Replace any faulty modules or chips.
  3. Examine the control circuit: Test the microprocessor and driver chips to ensure they are functioning correctly. Replace any faulty chips.
  4. Inspect the protection circuit: Check the detection components and protection chips in the protection circuit for proper operation. Replace any faulty components.

J1000 physical image

III. Comprehensive Solutions for the Uu1 Fault

1. Preventive Measures

To prevent the occurrence of the Uu1 fault, consider the following measures:

  • Regularly check the power supply voltage: Periodically inspect the inverter’s input voltage to ensure stability.
  • Maintain wiring connections: Regularly check the wiring for proper contact and address any issues promptly.
  • Inspect the inverter internally: Periodically check the inverter’s internal circuits to identify and resolve potential faults early.
  • Maintain the motor and load: Regularly inspect the motor and load to ensure they are operating correctly.

2. Fault Handling Procedure

When addressing the Uu1 fault, follow this procedure:

  1. Confirm the fault: Verify the Uu1 fault on the inverter’s display.
  2. Check the power supply voltage: Ensure the input voltage is normal.
  3. Inspect the wiring: Check for proper wiring connections.
  4. Examine the inverter internally: Ensure the internal circuits are functioning correctly.
  5. Check the motor and load: Verify that the motor and load are operating normally.
  6. Reset the fault: After resolving the issue, reset the inverter and observe its operation.

3. Professional Support

If the Uu1 fault cannot be resolved through the above methods, consult a professional technician or the manufacturer for further assistance.


Conclusion

The Uu1 fault in the Yaskawa J1000 series inverters is a common undervoltage output fault with complex causes, involving the power supply, wiring, internal circuits, motor, and load. Through systematic fault analysis and step-by-step troubleshooting, the Uu1 fault can be effectively resolved, ensuring stable inverter operation. Regular maintenance and preventive measures are also crucial in avoiding such faults.

Posted on

Operation Guide for Yaskawa V1000 Series Inverter User Manual

The Yaskawa V1000 series inverter, as a high-performance vector control inverter, is widely used in various industrial drive systems. This article will provide a detailed introduction to the operation panel functions, basic setting methods, common function applications, and fault code analysis of this inverter, helping users better understand and utilize this equipment.

Function diagram of V1000 operation panel

I. Introduction to Operation Panel Functions and Basic Settings

1. Introduction to Operation Panel Functions

The operation panel of the Yaskawa V1000 series inverter integrates rich display and control functions, mainly including the LED operator, LO/RE indicator light, RUN indicator light, etc. Users can perform parameter settings, mode switching, operation monitoring, and other operations through the operation panel.

2. How to Set and Clear Passwords

To protect the inverter parameters from being modified arbitrarily, users can set a password. The specific steps are as follows:

  • Setting a Password: In the parameter setting mode, find A1-04 (password setting), enter the desired password value, and then press the ENTER button to confirm. Next, enter the same password value in A1-05 (password) for confirmation.
  • Clearing a Password: To clear the set password, simply set the password values in both A1-04 and A1-05 to 0.

3. Parameter Initialization

When it is necessary to restore the inverter to its factory default settings, parameter initialization can be performed. The specific steps are as follows:

  • In the parameter setting mode, set A1-03 to 2220 (2-wire sequence control initialization) or 3330 (3-wire sequence control initialization), and then press the ENTER button to confirm. At this point, the inverter will be restored to its factory default settings.

4. Using the DWELL Function

The DWELL function can temporarily maintain the output frequency during motor startup or stoppage to prevent motor stall. The specific setting steps are as follows:

  • In the parameter setting mode, find b6-01 and b6-02, and set the DWELL frequency and time during startup respectively. For example, set b6-01 to 5Hz and b6-02 to 2s, so that the motor will maintain a 5Hz output for 2 seconds during startup.

5. Using the Speed Search Function

The speed search function can automatically search and set the appropriate output frequency when the motor stalls or restarts. The specific usage method is as follows:

  • In the parameter setting mode, set b3-05 to the speed search wait time (e.g., 1s). Then, trigger the speed search function through an external signal when needed, and the inverter will automatically search and set the appropriate output frequency.
V1000 labeled wiring diagram

II. Terminal Functions and Wiring Settings

1. Realizing Forward and Reverse Start/Stop Functions

To realize the forward and reverse start/stop functions of the motor, it is necessary to correctly wire and set relevant parameters. The specific steps are as follows:

  • Wiring: Connect the forward start signal to terminal S1, the reverse start signal to terminal S2, and the stop signal to terminal S3.
  • Parameter Settings: In the parameter setting mode, set b1-02 to 1 (LOCAL/REMOTE selection), and set H1-01 and H1-02 to the input terminals for forward and reverse commands (e.g., S1 and S2) respectively. At the same time, set H1-03 to the input terminal for the stop command (e.g., S3).

2. Realizing External Potentiometer Speed Regulation

The external potentiometer speed regulation function allows users to change the output frequency of the inverter by adjusting the resistance value of an external potentiometer. The specific implementation method is as follows:

  • Wiring: Connect the output signal of the external potentiometer to terminal A1 of the inverter (multi-function analog input terminal).
  • Parameter Settings: In the parameter setting mode, set b1-01 to 1 (control circuit terminal frequency command), and set H3-01 to 0 (0~10V input). At the same time, adjust the values of H3-04 (input gain) and H3-05 (input offset) according to actual needs.

III. Fault Code Analysis

The Yaskawa V1000 series inverter has a comprehensive fault diagnosis function. When a fault occurs in the inverter, the corresponding fault code will be displayed on the operation panel. The following are some common fault codes, their meanings, and solutions:

  • CPF02: A/D converter fault. Possible causes include control circuit damage, control circuit terminal short circuit, etc. Solutions include checking the control circuit connection and replacing the inverter.
  • CPF06: EEPROM data anomaly. Possible causes include control circuit damage, power being cut off during the initialization process, etc. Solutions include re-executing the initialization operation and replacing the inverter.
  • Uv1: Main circuit undervoltage. Possible causes include too low power supply voltage, power supply phase loss, etc. Solutions include checking the power supply voltage and power supply wiring.
  • oH1: Heatsink overheat. Possible causes include too high ambient temperature, excessive load, etc. Solutions include improving heat dissipation conditions and reducing the load.

When a fault occurs in the inverter, users should refer to the fault code displayed on the operation panel, combine the above analysis methods and solutions for troubleshooting and handling. If the problem cannot be solved, users should promptly contact professional technicians for repair.

IV. Conclusion

The Yaskawa V1000 series inverter, as a high-performance vector control inverter, boasts rich functions and flexible setting options. Through the introduction in this article, users can better understand and utilize this equipment to achieve precise motor control and efficient operation. At the same time, users should also regularly check and maintain the inverter to ensure its long-term stable operation.

Posted on

User Manual Guide for Yaskawa Inverter A1000 Series

The Yaskawa Inverter A1000 Series is a high-performance vector control inverter widely used in various industrial control applications. This document aims to provide users with a detailed guide, covering the function explanation of the operation panel, password setting and cancellation, parameter initialization settings, external terminal start/stop and potentiometer speed adjustment settings, as well as common fault codes and troubleshooting methods.

Function Description Diagram of Yaskawa A1000 Series Inverter Operation Panel

I. Function Explanation of the Operation Panel (Operator)

The operation panel of the Yaskawa Inverter A1000 Series integrates multiple functions, facilitating user parameter settings and status monitoring. Below are the main functions of the operation panel:

  1. Display and Operation: The operation panel features an LED display and multiple operation keys, including the “LOCAL/REMOTE” key and the “STOP” key, allowing users to perform local or remote operations and stop the inverter.
  2. Password Setting and Cancellation:
    • Password Setting: Enter the parameter setting mode and set the password by configuring A1-04 (Password) and A1-05 (Password Setting). The specific steps are: First, press the “ESC” key to enter the parameter setting mode, then select A1-05 and input the password value, and finally press the “ENTER” key to confirm.
    • Password Cancellation: To cancel the set password, set A1-04 (Password) to the same value as A1-05 (Password Setting), then re-enter the parameter setting mode and set both A1-04 and A1-05 to 0.
  3. Parameter Initialization Settings: Set A1-03 (Initialization) to choose different initialization methods. Common options include:
    • 1110: Initializes based on user settings, restoring parameters to user-saved values.
    • 2220: Initializes for 2-wire sequential control, restoring factory settings for 2-wire sequential control.
    • 3330: Initializes for 3-wire sequential control, restoring factory settings for 3-wire sequential control.
    • 5550: Resets oPE04, used for parameter reset after replacing the detachable terminal block.

II. External Terminal Start/Stop and Potentiometer Speed Adjustment Settings

To enable external terminal start/stop and potentiometer speed adjustment functions for the Yaskawa Inverter A1000 Series, the following parameter and wiring settings are required:

  1. Parameter Settings:
    • Set b1-01 (Run Command Selection 1) to 2, selecting external terminal run commands.
    • Set b1-02 (Run Command Selection 2) to 0, selecting the 2-wire sequential control mode for forward/stop and reverse/stop (or select other modes as needed).
    • Set H1-01 and H1-02 to 40 and 41, respectively, assigning the S1 and S2 terminals as input for forward and reverse run commands.
  2. Wiring Settings:
    • Connect the external start/stop buttons to the S1 and S2 terminals.
    • Connect the center tap of the potentiometer to the common terminal of the inverter (e.g., 0V), and connect the ends of the potentiometer to the analog input terminals of the inverter (e.g., A1 and +V or -V) to achieve potentiometer speed adjustment.
Yaskawa A1000 series inverter control circuit wiring diagram

III. Common Fault Codes and Troubleshooting Methods

The Yaskawa Inverter A1000 Series may encounter various faults during operation. Below are some common fault codes, their meanings, and troubleshooting methods:

  1. oL1 (Motor Overload):
    • Meaning: The motor current exceeds the rated value, triggering the overload protection.
    • Troubleshooting: Check if the motor load is too heavy, adjust the load or increase the motor capacity; check the motor wiring for correctness to avoid line-to-line shorts; check the inverter parameter settings to ensure the motor parameters match the actual motor.
  2. Uv1 (Main Circuit Undervoltage):
    • Meaning: The main circuit DC voltage is lower than the set value.
    • Troubleshooting: Check if the power supply voltage is stable and within the allowable range; check the power wiring for firmness to avoid poor contact; check if the internal capacitors of the inverter are aged or damaged.
  3. oH1 (Inverter Overheat):
    • Meaning: The internal temperature of the inverter is too high, triggering the overheat protection.
    • Troubleshooting: Check the installation environment of the inverter to ensure adequate ventilation; check if the inverter heat sink is clean and free of dust accumulation; check if the cooling fan is working properly and replace it if faulty.
  4. oPE03 (Improper Selection of Multi-function Input):
    • Meaning: There is a conflict or error in the function assignment of the multi-function input terminals.
    • Troubleshooting: Check the parameter settings of H1-01 to H1-08 to ensure the function assignment of each terminal is correct and without duplication; check if any unused terminals have been assigned functions mistakenly.
  5. Er-11 (Motor Speed Fault):
    • Meaning: During rotary self-learning, the motor speed is abnormal.
    • Troubleshooting: Check the connection between the motor and the inverter for correctness; check the wiring and settings of the PG (encoder); re-perform self-learning with the motor and mechanical system connected.

The above are only some common fault codes and their troubleshooting methods. In actual use, other faults may occur. Users should refer to the fault code table in the inverter user manual and take corresponding measures based on specific fault codes and meanings. Additionally, regular maintenance and inspection of the inverter are important means to prevent faults.

Posted on

User Manual for Yaskawa GA700 Series Inverte

I. Detailed Explanation of Operator Panel Functions

Mode and menu diagram of Yaskawa inverter GA700 operation panel

The operator panel of the Yaskawa GA700 Inverter serves as the primary interface for user interaction, providing a wealth of functions and setting options. Below are the main functions and operation instructions for the operator panel:

  1. Display and Setting Functions
    • Monitoring Display: The operator panel can display various status information of the inverter, such as frequency command, output frequency, current, voltage, etc. Users can select the desired monitoring item using the up, down, left, and right keys.
    • Parameter Settings: Through the operator panel, users can access and modify various inverter parameters to meet different application requirements. Press the “MENU” key to enter the menu, then use the up and down keys to select the desired parameter, and press the “ENTER” key to enter the parameter setting interface.
  2. Restoring Factory Default Parameters
    If it is necessary to restore the inverter parameters to their factory defaults, follow these steps:
    • Press the “MENU” key to enter the menu.
    • Use the up and down keys to select the “Tools” menu, then press the “ENTER” key to enter.
    • In the “Tools” menu, use the up and down keys to select the “Parameter Initialization” option, then press the “ENTER” key to enter.
    • Select “Factory Default Initialization” and press the “ENTER” key to confirm. The system will prompt for confirmation; press the “YES” key to initialize, and the inverter parameters will be restored to their factory defaults.
  3. Setting External Terminal Start
    External terminal start refers to controlling the start and stop of the inverter through external signals (such as buttons, switches, etc.). Follow these steps to set external terminal start:
    • Ensure that the external control circuit is correctly wired.
    • Enter the “Application” menu on the operator panel and select “Frequency Command Source 1” (b1-01).
    • Set b1-01 to “0”, indicating that the operator panel is used to input the run command. If external terminal start is desired, set it to “2” (indicating that the control circuit terminal is used to input the run command).
    • Set other related parameters as needed, such as the function selection for the external start terminal (H1-xx parameter).
Yaskawa inverter GA700 control circuit wiring

II. Settings for External Terminal Start and External Potentiometer Speed Control

  1. External Terminal Start Settings
    The settings for external terminal start include wiring and parameter settings:
    • Wiring Steps:
      • Connect one contact of the external start button or switch to the “RUN” terminal of the inverter (e.g., terminal S1).
      • Connect the other contact to the common terminal of the inverter (e.g., terminal CM).
    • Parameter Setting Steps:
      • Enter the “Application” menu on the operator panel and select “Frequency Command Source 1” (b1-01).
      • Set b1-01 to “2”, indicating that the control circuit terminal is used to input the run command.
      • Enter the “Multi-function Input Terminals” menu (H1-xx), select the corresponding terminal (e.g., H1-01), and set its function to “Run Command” (e.g., set value “1”).
  2. External Potentiometer Speed Control Settings
    External potentiometer speed control allows users to adjust the output frequency of the inverter by rotating the potentiometer, thereby controlling the motor speed.
    • Wiring Steps:
      • Connect the three terminals of the potentiometer to the “AI1” (Analog Input 1) terminal of the inverter, the common terminal (e.g., terminal CM), and ground (GND), respectively.
    • Parameter Setting Steps:
      • Enter the “Application” menu on the operator panel and select “Frequency Command Source 1” (b1-01).
      • Set b1-01 to “1”, indicating that analog input is used as the frequency command.
      • Enter the “Multi-function Analog Input” menu (H3-xx), select “Terminal A1 Function Selection” (H3-02), and set it to “Main Speed Frequency Command” (set value “0”).
      • Adjust “Terminal A1 Input Gain” (H3-03) and “Terminal A1 Input Offset” (H3-04) as needed to match the output range of the potentiometer and the frequency command range of the inverter.

III. Inverter Fault Codes and Handling Methods

When the Yaskawa GA700 Inverter encounters a fault, it will display the corresponding fault code. Below are some common fault codes, their meanings, and handling methods:

  1. oC (Overcurrent)
    • Meaning: The inverter output current exceeds the rated value.
    • Handling Method: Check if the motor load is too heavy, if there are short circuits or grounding faults, and adjust inverter parameters (such as acceleration/deceleration time, torque limit, etc.).
  2. oV (Overvoltage)
    • Meaning: The DC bus voltage of the inverter is too high.
    • Handling Method: Check if the input power supply is stable, if there are issues with the braking resistor (overheating or damage), and adjust inverter parameters (such as deceleration time, overvoltage suppression function, etc.).
  3. oH (Overheat)
    • Meaning: The internal temperature of the inverter is too high.
    • Handling Method: Check if the installation environment of the inverter is well-ventilated, if there is dust accumulation or blocked heat sinks, clean the heat sinks, and check if the cooling fan is working properly.
  4. FbL (PID Feedback Lost)
    • Meaning: The feedback signal is lost in PID control.
    • Handling Method: Check if the PID feedback loop is correctly wired, if the feedback sensor is working properly, and adjust PID control parameters.
  5. EF (External Fault)
    • Meaning: An external fault signal has been received.
    • Handling Method: Check if the external fault signal source is normal, resolve the external fault, and reset the inverter.

The above are only some common fault codes and their handling methods. In actual use, more fault codes may be encountered. Users should refer to the inverter’s technical manual to understand the meanings of various fault codes and the corresponding handling methods to ensure the normal operation of the inverter.

Through this introduction, users should now have a comprehensive understanding of the operator panel functions, settings for external terminal start and external potentiometer speed control, and fault code handling for the Yaskawa GA700 Inverter. In practical applications, users should set the inverter parameters reasonably based on specific application requirements and environmental conditions to ensure the safe and stable operation of the inverter.

Posted on

Operation Guide for Yaskawa Inverter H1000 Series User Manual

I. Operation Panel Function Introduction and Usage Instructions

The operation panel of the Yaskawa Inverter H1000 series serves as its control hub, enabling parameter setting, monitoring of operating status, and fault diagnosis. The primary buttons and functions on the operation panel include:

Function diagram of Yaskawa INVERTER H1000 operation panel
  • ESC: Exits the current mode or cancels operations.
  • RUN: Starts the inverter.
  • STOP: Stops the inverter.
  • ENTER: Confirms inputs or enters parameter settings.
  • RESET: Resets faults.
  • ALM: Displays fault or warning messages.
  • DIGIT: Selects digits during parameter setting.
  • OPRATOR: The operation panel display, which shows various information and parameters.

Parameter Initialization

Parameter initialization restores the inverter’s settings to the factory defaults. The steps are as follows:

  1. Enter Initialization Mode: Press the “ESC” button on the operation panel, then press “ENTER” to enter the parameter setting mode.
  2. Select Initialization Parameter: Use the “DIGIT” buttons to select parameter “A1-03” and press “ENTER”.
  3. Set Initialization Value: Set the value of “A1-03” to “2220” or “3330” for initialization of 2-wire or 3-wire sequential control, respectively.
  4. Confirm and Save: Press “ENTER” to confirm the setting, and the inverter will automatically restart and complete the initialization.

Setting and Resetting Passwords

To protect the inverter settings from unauthorized changes, passwords can be set. The steps are as follows:

  1. Enter Password Setting Mode: In the parameter setting mode, select “A1-04” and press “ENTER”.
  2. Enter Password: Use the “DIGIT” buttons to input a 4-digit password and press “ENTER” to confirm.
  3. Confirm Password: Enter the same password again to confirm the setting and press “ENTER”.

To reset the password, simply enter the correct password in the password input interface to unlock the parameter settings.

Wiring diagram of Yaskawa INVERTER H1000 series control circuit

II. Terminal Start/Stop and External Potentiometer Speed Adjustment

To achieve terminal start/stop and external potentiometer speed adjustment, the corresponding control terminals need to be connected and parameters set accordingly.

Wiring Instructions

  1. Start/Stop Terminals: Typically, use terminals S1 (Run) and S2 (Stop). Closing (connecting) terminal S1 starts the inverter, while closing terminal S2 stops it.
  2. External Potentiometer: Use terminal A1 as the input terminal for the external potentiometer. Connect the potentiometer’s output to terminal A1 and adjust the potentiometer to change the frequency command.

Parameter Settings

  1. Run Command Selection: Set parameter “b1-01” to “10” to select the operation panel as the frequency command source.
  2. Multi-function Input Settings: Set parameter “H1-01” to “04” (Run command) and “H1-02” to “05” (Stop command), corresponding to the functions of terminals S1 and S2, respectively.
  3. Analog Input Gain and Offset: Adjust parameters “H3-03” (Gain) and “H3-04” (Offset) according to the output range of the external potentiometer to ensure that the frequency command changes proportionally with the potentiometer output.

III. Crane Control Wiring and Parameter Setup

In crane applications, special attention must be paid to safety control and precise speed regulation.

Wiring Instructions

  1. Main Circuit Wiring: Connect the inverter’s R/L1, S/L2, and T/L3 terminals to the crane motor according to its voltage and power requirements.
  2. Control Circuit Wiring: In addition to the basic start/stop terminals, emergency stop, limit switches, and other safety control terminals also need to be connected.
  3. PG (Encoder) Wiring: For cranes requiring precise speed control and positioning, connect the PG encoder and output its signals to the inverter’s PG option card.

Parameter Settings

  1. Control Mode Selection: Set parameter “A1-02” to the appropriate vector control mode (e.g., Vector Control with PG) to ensure precise speed and position control.
  2. PG Parameter Settings: Set parameters such as “F1-06” (PG Output Division Ratio) and “F1-12/F1-13” (PG Gear Ratio) according to the encoder specifications.
  3. Safety Function Settings: Enable the external emergency stop function and set the relevant parameter, such as “H2-01” (Multi-function Contact Output Selection), to output an emergency stop signal.
  4. Speed Search Function: For heavy-duty applications like cranes, it is recommended to enable the speed search function to improve stability and safety during startup. Set parameter “b3-01” to effective and adjust other related parameters as needed.

IV. Fault Code Meanings and Solutions

The Yaskawa Inverter H1000 series has comprehensive fault self-diagnosis functions. When a fault occurs, the operation panel will display the corresponding fault code. Below are the meanings of some common fault codes and their solutions:

  • CPF00/CPF01: Control circuit fault. Possible causes include incorrect control circuit wiring or damaged circuit boards. The solution is to check the control circuit wiring and replace the circuit board if necessary.
  • oH: Overheating of the heatsink. Possible causes are high ambient temperature, excessive load, or a faulty cooling fan. The solution is to improve ventilation, reduce the load, or replace the cooling fan.
  • Uv: Undervoltage in the main circuit. Possible causes are low supply voltage or phase loss in the power supply. The solution is to check the supply voltage and wiring to ensure they are normal.
  • oL1: Motor overload. Possible causes are excessive load or improper motor parameter settings. The solution is to reduce the load or reset the motor parameters.

When a fault occurs in the inverter, first check the fault code displayed on the operation panel to identify the cause and follow the corresponding solution. If the issue cannot be resolved, promptly contact a professional technician for repairs.

Through this operation guide, users can better understand and operate the Yaskawa Inverter H1000 series, ensuring its stable operation in various applications.

Posted on

Repairing the Stubborn GF Fault in Yaskawa 616G3 55kW Frequency Converter

Repairing a frequency converter, especially one that reports a stubborn ground fault (GF), can be a challenging and frustrating task. Recently, I encountered such an issue with a Yaskawa 616G3 55kW frequency converter. Despite the common advice to replace the board, I delved deeper into the problem, determined to find a logical solution. This article outlines the step-by-step process I followed to diagnose and repair the GF fault without replacing any major components.

Initial Diagnosis and Background

The Yaskawa 616G3 frequency converter had been out of service for two to three years before it arrived at our repair department. Upon inspection, we found that two of the three-phase power input rectifier modules and two of the six inverter IGBT modules were damaged. The driver board had also suffered some component damage due to the module failure.

The GF fault typically indicates an issue with the drive circuit or the IGBT module itself, especially during the initial startup stage when the three-phase output voltage has not yet been established. Understanding the structure of the protection circuit helped narrow down the potential causes. The GF and OC (load-side short circuit) fault signals are fed directly to the CPU by the protection circuit of the driving circuit board.

Driver and Protection Circuits Inspection

The driver circuit of the Yaskawa frequency converter includes six pulse signals from the CPU, isolated and amplified by six TLP250 ICs, and sent to the IGBT modules. Additionally, six TLP750 ICs form a module fault protection circuit, reporting GF and OC signals to the CPU. There are also three 2501 optocouplers responsible for detecting fuse status.

After disconnecting the driver board and CPU motherboard, I replaced the damaged components in the power amplifier circuit. The switch power supply and motherboard appeared to be functioning correctly. I manually cleared other potential faults, such as overvoltage, undervoltage, overheating, and fan issues, to ensure the drive circuit could output normal excitation pulses.

Addressing the FU Fault

During the initial tests, the circuit reported an FU (fuse) fault. After inspecting the relevant optocoupler components and circuit components, I found that the copper foil strip of the N lead was broken due to mold. This caused the fuse detection circuit to assume the fuse was broken. I repaired the moldy copper foil strip and retested the circuit, which resolved the FU fault.

Further Investigation and Component Replacement

With the FU fault resolved, I pressed the RUN button on the operation panel and measured the six pulses output by the drive circuit, all of which were normal. However, the GF fault persisted. I re-inspected the driver board, measuring all circuit components and short-circuiting the GF fault feedback optocoupler, but the GF fault still tripped.

Further investigation revealed a poor contact between a diode in the IGBT voltage drop detection circuit and the copper foil strip. I also found that the positive voltage of the W-phase transistor driver pulse was low, indicating an issue with the driver IC. After replacing the faulty A3320 IC, the output pulse amplitude returned to normal.

The Stubborn GF Fault

Despite repairing the identified issues, the GF fault still occurred during startup. I used the fault zone cutting method to narrow down the fault range, eventually finding that the IGBT driver circuit (protection circuit) of the U-arm was prone to reporting the GF fault. A diode with a poor contact was identified and replaced.

However, even after these repairs, the GF fault persisted. I then conducted a series of tests, including short-circuiting the module detection circuit’s transistors to relieve the fault protection function. During these tests, I observed an abnormal phenomenon: the series-connected light bulb lit up with high brightness after the start signal was activated, indicating a potential issue with the IGBT modules or driving circuit.

Discovering the Common Cause

After ruling out issues with the driving circuit and modules, I focused on the common factors that could affect all six protection circuits. I noticed that the leads of the capacitor bank, which were longer due to the repair setup, could be introducing inductance into the circuit. This inductance could generate induced electromotive force and current, interfering with the module fault detection circuit.

To test this hypothesis, I formally installed the machine, limiting the lead inductance of the capacitor bank within the allowable value. After the installation, the Yaskawa frequency converter operated normally without tripping the stubborn GF fault.

Conclusion

Repairing the GF fault in the Yaskawa 616G3 55kW frequency converter was a challenging but rewarding experience. By thoroughly understanding the protection circuit and methodically diagnosing each potential issue, I was able to repair the machine without replacing any major components. The key to solving the stubborn GF fault was identifying the common cause—inductance in the capacitor bank leads—and addressing it through proper installation.

This case study highlights the importance of logical reasoning and thorough investigation in repairing electronic equipment. It also demonstrates that, with patience and persistence, even stubborn faults can be resolved without resorting to costly board replacements.