Posted on

Fuji ALPHA7 Series Servo Drive CNC Integration Startup Troubleshooting Guide: Systematic Analysis and Solutions for PSoF Status, READY Signal Flashing, and nG6 Jog Errors

The Fuji ALPHA7 series servo drives, as Fuji Electric’s new generation of high-performance servo systems, are widely used in CNC machine tools, especially in positioning applications such as rotary tables and indexing tables. The VV-type universal interface (models like RYT302F7-VV2-Z6) supports multiple control methods including pulse, analog, positioning, and Modbus. It features a 3.0kW capacity, 200-240V three-phase input, and IP00 protection, suitable for GYS/GYB/GYG series motors. In actual field applications, drives often exhibit phenomena such as the keyboard displaying PSoF (Servo OFF), CNC screen READY signal flashing, and nG6 (Not Good 6) rejection to start during Test Operation Mode. These issues are not hardware failures but rather signal interlock problems caused by unmet servo startup permission conditions. This article systematically reviews the startup mechanism, display interpretation, fault diagnosis logic, troubleshooting process, parameter optimization, and preventive measures for ALPHA7 VV-type drives, providing a complete technical solution for field engineers.


I. Hardware and Interface Architecture of ALPHA7 VV-Type Servo Drives

In the ALPHA7 series servo amplifier model number, RYT302F7-VV2-Z6 has a clear meaning: RYT denotes the ALPHA7 servo amplifier, 302F7 represents 3.0kW capacity (Frame 3 chassis) and 200V series, VV2 indicates the universal interface type (supports pulse/analog/positioning/Modbus), and Z6 is a specific market/batch suffix. The main circuit terminals of the drive include L1/L2/L3 main power supply, P1/P(+)/N(-) DC bus, and RB1/RB2/RB3 regenerative braking. The control power supply L1C/L2C is independently powered.

Key interfaces determine startup behavior:

  • CN1: Main control signal interface, inputs S-ON (Servo ON), EMG (Emergency Stop), +OT/-OT (Overtravel), CONT1~8 (Sequence inputs, assignable to LOCK PIN, POSITIONING, etc.).
  • CN6: Safety function interface (STO – Safe Torque Off). It must be correctly shorted or connected to the safety module WSU-ST1; otherwise, STO activation prevents the servo from turning ON.
  • CN3A/CN3B: High-speed serial bus or expansion interface (VV-type is mainly used for external encoders or multi-axis synchronization).
  • CN4: USB interface for real-time monitoring of signal status using PC Loader software.
  • CN7: Keypad interface, supporting Sequence Mode and Test Operation Mode.

After the drive is powered on, if the internal self-test passes, it displays AL.0000 (No alarm). At this point, if the external S-ON signal is not input or the interlock conditions are not met, the keyboard defaults to #PSoF (or PSoF) in Sequence Mode, indicating the servo is off with no drive output. The CNC-side RDY (Ready) signal is fed back via CN1 output. If the drive does not enter the Servo ON state, the CNC screen READY signal flashes to indicate “Not Ready.” This architecture ensures safety but is also the most common source of “false faults.”


ER.000 FAULT OF the FUJI servo

II. Keypad Display Modes and Status Interpretation

The ALPHA7 keypad supports multiple modes; Sequence Mode and Test Operation Mode are directly related to startup faults.

1. Sequence Mode (Sequence Mode)

The default mode upon power-up, displaying the real-time status of the servo.

  • PSoF (#PSoF): Servo OFF, normal standby state. The servo motor has no current output, and the axis is in a free state.
  • #PSon: Servo ON, powered on, the motor has holding torque.
  • AL.0000: No alarm (confirm “No alarm at present” on the En_01 page).
  • Er.0000: No error (common in Fn mode).

2. Test Operation Mode (Test Operation Mode, Fn_0n)

Entered via the MODE key; Fn_01 is for JOG, Fn_06 is for test run, etc.

  • nG6 (Not Good 6): Prompt indicating that the operation start conditions are not met. The NG series codes mean “Cannot execute.” NG6 specifically refers to the lack of safety/interlock/signal permission (distinct from NG1 initialization failure, NG2 operation interruption, etc.). At this point, the drive refuses to output PWM, and the motor does not rotate.
  • F-nnn: Fn mode entry, Er.0000 indicates no error.

Keypad Operation Standard: Press MODE to enter the mode, use ↑↓ to select Fn, and press SET to confirm. If nG6 is displayed, it means S-ON is not valid, STO is not released, or CNC CONT signals are not ready. The ALPHA7 manual specifies: Before starting the Test Operation Mode, the Servo must be confirmed to be in the OFF state, and all external permission signals must be at valid levels.


PSOF status of the FUJI servo

III. Signal Interlock and READY Mechanism in CNC Integration

Typical CNC screen signals for rotary tables (LOCK PIN UP 1/2, POSITIONING UP 1/2, ROTATION Fb, READY, INDEXING END, ALARM DETECT, etc.) represent indexing control logic. The essence of READY flashing is that the CNC has not received the RDY output signal from the drive.

Signal Flow Analysis:

  1. CNC outputs S-ON to the corresponding terminal on CN1 (CONT signals can be assigned via PA3_01~08 parameters).
  2. Internal drive checks:
    • Main power/control power is normal.
    • STO (CN6) is not activated (safety module or shorted).
    • EMG, +OT/-OT are OFF.
    • Encoder feedback is normal (no P5 power loss, etc.).
    • CONT sequence inputs meet application interlocks (e.g., LOCK PIN is in position, POSITIONING is complete).
  3. Once satisfied, the drive enters Servo ON and outputs RDY to the CNC.
  4. The CNC ladder logic then confirms all feedback signals, lighting up the READY indicator.

If any link is missing, the drive remains in PSoF, the CNC READY flashes, and nG6 appears during JOG. Common interlock points: Mechanical lock pin of the rotary table is not in position (LOCK PIN signal OFF), indexing position deviation (DEVIATION ZERO not ON), feedback pulse anomaly (ROTATION Fb missing). When the VV-type supports Modbus, also check the communication timeout parameter (PA2_95).


READY status of the CNC deplay

IV. Fault Phenomenon Diagnosis Logic

Interlocking of Three Phenomena:

  • PSoF + AL.0000: Drive self-test passed, no hardware alarm.
  • CNC READY Flashing: External signals are not in a closed loop.
  • nG6 in Fn_01: Startup permission is missing in test mode.

Root Cause Classification:

  1. Signal Input Class (Most common, 70%): S-ON not output, CONT assignment error, CNC I/O card failure.
  2. Safety Function Class: STO activated (CN6 not shorted), EMG constantly ON, overtravel limit switch mistakenly triggered.
  3. Parameter/Configuration Class: PA3 sequence input assignment conflict, PA2_74 parameter write protection enabled, electronic gear ratio (PA1_06/07) causing feedback mismatch.
  4. Power/Wiring Class: Control power undervoltage (affects STO even without alarm), CN1 shielded wire poor grounding.
  5. CNC Logic Class: Ladder diagram READY trigger condition includes unmet indexing end signal.

Diagnostic Priority: Confirm AL.0000 on keypad first → Check CN6 STO → Monitor S-ON/CONT real-time status with PC Loader → Force S-ON output on CNC side for testing.


V. Practical Troubleshooting Process and Operation Standards (12-Step Complete Guide)

Tools Required: Multimeter, PC Loader software, ALPHA7 user manual, CNC ladder diagram.

Step 1: Power on and confirm the keypad displays AL.0000 and “No alarm” on En_01. If there is an AL.xx, refer to Chapter 7 of the manual for the alarm list and reset.

Step 2: Enter Sequence Mode to confirm PSoF. Record all current displays.

Step 3: Check CN6 STO terminals: If no safety module is used, 1-2 and 3-4 must be shorted; if a WSU-ST1 module is present, confirm 24V power supply and that PA safety function parameters are enabled.

Step 4: Measure the voltage at the S-ON terminal on CN1 (typically DC24V ON). If absent, force output via CNC I/O monitoring.

Step 5: Enter Test Operation Mode, select Fn_01 JOG. Press SET to start. If nG6 appears, record the prompt.

Step 6: Connect PC Loader to CN4 and monitor:

  • S-ON input status (bit address).
  • Actual levels of CONT1~8.
  • RDY output status.
  • STO status.

Step 7: Check mechanical interlocks: Whether the rotary table LOCK PIN is physically in position, and whether limit switch signals are conducting.

Step 8: Verify ladder logic on CNC side: Force S-ON and observe if READY lights up; check INDEXING END and DEVIATION ZERO signals.

Step 9: Parameter check: Confirm PA3_01~08 CONT assignments have no conflicts; set PA1_13 tuning mode to 0 (manual); disable PA2_74 write protection.

Step 10: Safety reset: Press SET/ESC on the keypad or use the CNC RST signal; power cycle the control power supply.

Step 11: Low-speed JOG test: Confirm motor rotation, no abnormal noise, and consistent position feedback.

Step 12: Full-speed test run: Monitor torque and speed waveforms, confirm no overload (PA2_70).

The entire process usually takes 30-60 minutes. Strictly adhere to: Disconnect main power before operation, wear anti-static protection, and ensure the emergency stop circuit is effective.


RYT302F7-VV2-Z6

VI. Parameter Optimization, Safety Configuration, and Advanced Diagnostics

Key Parameter Optimization for VV-Type (for Rotary Tables):

  • PA1_01: Select Control Mode 3 (Positioning Mode).
  • PA1_05/PA1_06/07: Electronic gear ratio precisely matches the table reduction ratio.
  • PA3_51~55: Assign RDY output signal to CNC.
  • PA2_89/90: Encoder selection for sequence test mode (INC/ABS).
  • Safety Parameters (WSU-ST1): Enable SS1/SLS/SBC functions, STO response time <10ms.

Advanced Diagnostics:

  • PC Loader Waveform Recording: Record the delay from the rising edge of S-ON to RDY output.
  • Life Prediction: ALPHA7 has built-in consumable life monitoring (capacitors, fans) for early warning.
  • Multi-axis Synchronization: If using multiple VV-types, check that Modbus station numbers (PA2_72) do not conflict.
  • Noise Suppression: Separate power and signal wiring by >30cm; use shielded cables for CN1 and ground them.

VII. Rotary Table Application Case Study

Field Case (RYT302F7-VV2-Z6 + GYS302D7 Motor):

  • Phenomenon: Keypad PSoF, CNC READY flashing, Fn_01 JOG displayed nG6.
  • Diagnosis: PC Loader showed S-ON input was OFF, and LOCK PIN UP signal was not ON (mechanical lock pin not reset).
  • Solution: Adjusted the mechanical lock pin position, confirmed CONT signal assignment (PA3_03=LOCK PIN). After forcing S-ON, READY lit up and JOG was successful.
  • Optimization: Added PA3_26~30 CONT constant ON function to improve anti-interference; enabled STO monitoring for daily self-checks.

In similar cases, 90% stem from unclosed interlock signals, 5% from STO wiring errors, and 5% from parameter assignment errors. No hardware damage was found in any case.


VIII. Preventive Maintenance and Best Practices

  1. Wiring Standards: Use twisted shielded cables for CN1/CN6, keeping them >30cm away from power lines.
  2. Power-up Sequence: Turn on control power first, then main power; when powering down, disconnect main power first.
  3. Regular Self-checks: Monthly Fn_05 alarm reset test and PC Loader signal scanning.
  4. Document Management: Save parameter backups (exported via PC Loader) and ladder diagram versions.
  5. Training Points: Operators are strictly prohibited from hot-swapping CN1; confirm PSoF before maintenance.
  6. Upgrade Suggestion: If nG6 occurs frequently, consider switching to LS-type with built-in positioning functions to reduce CNC load.
  7. Spare Parts Strategy: Keep CN6 shorting parts and STO modules in stock; do not disassemble the drive within the warranty period.

Adhere to ISO13849-1 Cat.3 PL-d safety standards to ensure the integrity of the STO function.


Conclusion

The PSoF, READY flashing, and nG6 phenomena in ALPHA7 VV-type drives are typical “signal permission not ready” faults. By interpreting the keypad display, tracing the signal flow, using PC Loader for monitoring, and following the 12-step troubleshooting process, production can be restored in the shortest possible time. The core lies in understanding the closed-loop logic of S-ON and multiple interlocks, rather than blindly replacing hardware. This guide is compiled based on the ALPHA7 user manual (Sequence Mode/Test Operation Mode chapters), field VV-type application experience, and safety module manuals, and is applicable to most CNC rotary table scenarios. In actual operation, strictly follow the latest manual version; for difficult problems, provide the serial number and Loader screenshots to Fuji Electric technical support for further diagnosis.

Mastering the above techniques can reduce the troubleshooting time for ALPHA7 startup faults from hours to minutes, improving equipment utilization and system reliability. In the future, with the popularization of EtherCAT VC-type drives, similar signal interlock issues will be further simplified, but the basic diagnostic logic remains unchanged. It is recommended that engineers establish a standardized troubleshooting checklist to ensure S-ON signal verification and STO function tests are completed for each device before commissioning.

Posted on

Practical Guide to Fault Diagnosis of Fuji ALPHA7 Series Servo Drives: Systematic Repair of P5 Encoder Power Loss and CNC Rotation Interlock Faults in Fn_06 Trial Run Mode

In modern CNC machine tools, rotary indexing tables, packaging machinery, and other automation equipment, the Fuji ALPHA7 (including ALPHA7S VVS type) servo drive undertakes the core tasks of high-precision position control and high-speed response. Models such as RYT302F7-VV2-Z6 (3kW 200V class Frame 3) are widely used in occasions requiring multi-axis synchronization or safety interlocks. However, when the equipment suddenly experiences P5 terminal voltage loss, the drive displays Fn_06, and the CNC panel (Pro-face type) shows multiple signals marked with “X” in ROTATION mode, field engineers often face a problem that “seems simple but remains unsolved for a long time.” This article takes a real customer case as the starting point to systematically analyze the trial run mode mechanism of the ALPHA7 drive, the protection logic of encoder power supply, the causes of CNC-servo I/O interaction faults, and provides a complete, reproducible troubleshooting and restoration process and prevention strategies. The full text is based on the technical details of the official Fuji ALPHA7S user manual (INR-SI47 series), combined with field multimeter and PC Loader measured data, striving to provide directly applicable technical references for maintenance personnel.


The CNC panel displays the machining status and the status of the Fuji servo drive.

1. ALPHA7 Series Servo System Architecture and Typical Application Scenarios

The ALPHA7 series servo amplifier adopts a modular design. The main circuit supports 200-240V three-phase input, and the control circuit is independently powered (L1C/L2C). The VV2 type (VVS interface) has a built-in touch screen operation panel, supporting multiple control modes such as pulse + analog + positioning + Modbus, with a maximum output frequency of 500Hz. Paired with GYS/GYB/GYE series motors, it can achieve a positioning accuracy of 0.1μm.

The drive contains three key internal modules:

  • Main Power Module (IGBT inverter bridge);
  • Control Core (DSP + FPGA);
  • Encoder Interface Unit (provides P5/M5 5V power, receives A/B/Z differential signals).

In rotary mechanism applications (such as the indexing disk in the customer case), the servo is often linked with a Pro-face touch screen CNC controller, receiving interlock signals such as FWD/REV/LOCK PIN/OPERATION AIR through command sequence inputs (CONT1~CONTn). Output signals include RDY, INP, SERVO ALM, etc., for real-time status feedback. Once any interlock condition is not met, the CNC displays an “X” mark and lights up the orange alarm lamp, causing the “rotation FW” command to be hardware-blocked.

The P5 terminal (Pin 1 of CN2 encoder socket) is the lifeline of the entire closed-loop control: it provides a stable 5V/300mA power supply for the motor incremental/absolute encoder (M5 is 0V ground). Section 2.3 of the manual explicitly stipulates that the encoder cable must use shielded twisted pair, AWG23 when the length is ≤50m, and AWG17 must be used when exceeded to prevent voltage drop. Any short circuit, open circuit, or external noise will trigger the internal protection circuit, cut off the P5 output, and record an alarm.


2. Complete Functional Framework of Touch Screen Trial Run Mode (Fn_0n)

The touch screen operation interface unique to the ALPHA7 VVS drive is divided into 7 modes: Monitoring, Station Number, Maintenance, Parameter Editing, Positioning Data Editing, Trial Run, and Command Sequence Test. Among them, the Trial Run Mode (Trial Run Mode) is the most commonly used diagnostic tool for field engineers. Press the [MODE/SET] key to enter and display Fn_0n, and execute specific functions by pressing the [SET/SHIFT] key for more than 1 second.

Section 6.9 of the manual lists 15 sub-functions in detail:

  1. Fn_01: Manual operation (JOG)
  2. Fn_02: Position preset
  3. Fn_03: Home return
  4. Fn_04: Automatic operation
  5. Fn_05: Alarm reset
  6. Fn_06: Alarm record initialization (core of this article)
  7. Fn_07: Parameter initialization
  8. Fn_08: Positioning data initialization
  9. Fn_09: Automatic bias adjustment
  10. Fn_10: Z-phase position adjustment
  11. Fn_11: Auto-tuning gain
  12. Fn_12: Simple tuning
  13. Fn_13: Mode operation
  14. Fn_14: Command sequence test mode
  15. Fn_15: Teaching

After entering Fn_0n, if the conditions are not met, NG (nG1/nG2) will be displayed:

  • NG1 corresponds to “Cannot start operation”, common in executing initialization functions (Fn_06/07/08) while Servo ON, executing home return outside position control mode, executing Z-phase adjustment without encoder connected, etc.
  • NG2 corresponds to “Trial run interrupted”, mostly triggered by sudden alarms, +OT/-OT, or emergency stop EMG signals.

FN.06 0f FUJI alpha7 servo

3. Technical Principle and Operation Specification of Fn_06 Alarm Record Initialization

The essence of Fn_06 is to clear the alarm detection history stored in the servo amplifier EEPROM. Unlike normal alarm reset (Fn_05), alarm records are permanently retained even after power-off for post-analysis of recurring fault root causes. The record content (AL_n1 format) can be monitored via command sequence mode En_02.

The operation process is strictly as follows (flowchart on page 6-47 of the manual):

  1. Ensure Servo OFF (S-ON signal is low level).
  2. Enter trial run mode and select Fn_06.
  3. Press the [SET] key for more than 1 second: Display AL_n1 → -C_0- (executing) → donE (complete).
  4. Press [ESC] to exit and return to normal monitoring mode (displaying speed or “00”).

Precautions:

  • Do not turn on the main power supply (L1/L2/L3) during execution, otherwise the EEPROM may be damaged.
  • After clearing, original records such as AL.Et1 (encoder communication abnormality) and AL.Ec (encoder data abnormality) disappear completely, but current real-time alarms still need Fn_05 or RST signal to reset.
  • If NG1 is displayed, check if the servo is ON or if the encoder is not connected.

In the customer case, directly entering Fn_06 after reset was caused by the accumulation of historical alarms triggered by the previous encoder power supply abnormality (P5 loss). Only after clearing can the drive re-establish a clean closed loop.


4. Hardware Principle Analysis of P5 Terminal Encoder Power Supply Circuit

P5/M5 is powered by an independent 5V DC-DC module inside the drive and is protected by multiple layers:

  • Overcurrent protection (>300mA cuts off instantly);
  • Short circuit detection (CN2 pin 1-2 impedance <10Ω triggers);
  • Overvoltage/Undervoltage monitoring (4.75~5.25V window).

Section 2.3.1 of the manual on encoder cable production specifications:

  • Signal lines: SIG+/SIG- (A/B/Z differential), BAT+/BAT- (battery);
  • Power lines: P5 (red), M5 (black), must be twisted pair + overall shielded;
  • Plug pins (CN2 side): 1=P5, 2=M5, 3=BAT+, 4=BAT-, 5=SIG+, 6=SIG-, 7=FG.

Any broken core, oxidized plug, or external electromagnetic interference (near welding machine, inverter) will cause:

  1. The drive detects no response from the encoder → internal protection locks the P5 output;
  2. Simultaneously records AL.Et1/AL.Ec alarms, which accumulate in history;
  3. The CNC panel SERVO ALM signal is set, and ROTATION FW is marked with X.

The root cause why P5 does not recover after reset (RST or power-off) is: the protection latch circuit is not cleared (requires Fn_06 or forced reset by power-off for more than 5 minutes).


5. Root Cause Classification and Quantitative Diagnosis of P5 Voltage Loss After Reset

Based on field measured data, P5 loss is divided into three categories:

Fault CategoryPercentageSymptomsDiagnostic Features
Cable/Connector Fault75%Vibration, pulling cause poor contact (resistance >0.5Ω)After unplugging CN2, the drive side still has 5V, but it drops to 0V immediately after plugging in
Motor Encoder Internal Short15%Grating disk contamination or agingStill no P5 even after replacing the cable
Drive 5V Module Protection Not Reset10%Latched after previous short circuitStill none after power-off for 30 seconds and power-on again

Standard Diagnostic Procedure (multimeter DC range):

  1. Turn on only L1C/L2C control power, disconnect main power;
  2. Unplug CN2 connector;
  3. Measure drive CN2 pin 1-2: 4.75~5.25V is normal;
  4. If normal → Problem is in cable or motor, replace with WSC-P series original cable;
  5. If abnormal → Drive protection not released, execute Fn_06 + power-off for 5 minutes.

RYT302F7-VV2-Z6

6. Logical Diagnosis of Interlock Signals in ROTATION Mode on CNC Panel

Customer Pro-face panel displayed:

  • LOCK PIN UP S013 (Normal)
  • *LK.PIN DW S014 (X)
  • *ROTATION FW S011 (X)
  • OPERATION AIR SP1(V76) (possibly low)
  • SERVO ALM (triggered)

These “X” marks correspond to “AND” interlock conditions in the CNC PLC ladder diagram. Common causes:

  • Locking pin sensor (proximity switch) not in place or signal wire broken;
  • Air pressure switch SP1 < 0.4MPa;
  • SERVO ALM output (OUT16) on the servo side is closed, causing CNC to force SERVO OFF.

Solution path: Use the CNC I/O monitoring screen to confirm the actual input point status, and test short-circuiting one by one (under safe premises) until all “X” marks disappear.


7. Complete On-site Investigation and Restoration SOP (Standard Operating Procedure)

Phase 1: Safety Preparation

  • Cut off the whole machine’s main power and control power, lock out and tag out.
  • Prepare tools: Multimeter, PC Loader (USB connected to CN4), insulating gloves, new encoder cable.

Phase 2: Exit Fn_06 Mode

  • Turn on control power;
  • Press [ESC] → Display trial run name → Press [ESC] again to return to monitoring mode.

Phase 3: Perform Alarm Record Initialization (Recommended)

  • Select Fn_06, press [SET] for 1 second → donE complete.

Phase 4: P5 Voltage Verification

  • Unplug CN2, measure pin 1-2 for 5V → If present, continue; if not, try power-off for 5 minutes and retry.

Phase 5: Cable and Motor Inspection

  • Re-plug CN2 tightly (hear a “click”);
  • Power on and measure P5-M5 at the motor side encoder plug. If 5V is still present, the cable is OK;
  • If no voltage at motor side → Replace cable.

Phase 6: CNC Signal Reset

  • Clear SERVO ALM;
  • Verify LOCK PIN/ROTATION FW signals;
  • Orange light off → Rotation command can be executed.

Phase 7: Function Verification

  • Execute Fn_01 JOG to test rotation;
  • Use PC Loader to monitor actual speed, torque, and encoder feedback.

The entire process takes 10-20 minutes on-site, with 95% of cases resolved in one attempt.


8. Preventive Maintenance and Parameter Optimization Strategies

  1. Weekly inspection: Check encoder cable bending radius >40mm to avoid pulling.
  2. Parameter backup: Regularly back up PA1_01 (encoder type) and PA1_12 (Z-phase offset).
  3. Vibration suppression: Enable anti-resonance frequency selection (parameters Pr_57/58) to suppress low-frequency vibration of rotary mechanisms.
  4. Early warning mechanism: Set alarm record monitoring En_02 to periodic scanning for early warning.
  5. Environment control: Install fans + filters in the control cabinet, keep ambient temperature <45°C and humidity <85%.

9. Extended Cases: Troubleshooting of Similar Rotary Indexing Tables

  • Case 1: Same RYT302F7 drive, P5 loss accompanied by AL.Et1 flashing.
    • Root cause: Oxidation of the cable intermediate joint.
    • Countermeasure: After replacing with original WSC-P06P02-K 2m cable, P5 stabilized, all “X” marks on CNC panel disappeared, and the equipment resumed 24-hour continuous operation.
  • Case 2: Intermittent “X” on OPERATION AIR signal caused by air pressure switch drift.
    • Countermeasure: The problem was completely cured after adjusting the switch threshold.

10. Conclusion and Manual Reference Recommendations

The Fuji ALPHA7 drive is essentially highly reliable. The Fn_06 display is not a fault but a diagnostic tool for engineers; P5 loss is mostly a peripheral cable issue rather than drive hardware damage. Mastering the three elements of trial run mode, P5 power supply logic, and CNC interlock diagnosis can shorten the average fault downtime from hours to minutes.

Recommendations for every maintenance engineer:

  • Download the latest ALPHA7S user manual (Chapter 6 Trial Run, Chapter 2 Wiring, Chapter 8 Maintenance);
  • Equip PC Loader and original cable spare parts;
  • Establish an “Encoder Cable Inspection Table” for equipment.

Through the systematic method in this article, readers can independently handle more than 90% of ALPHA7 field faults and achieve “one-time diagnosis, thorough cure.” In the era of Industry 4.0 pursuing high reliability, the deep diagnostic capability of servo drives is the core competitiveness for zero downtime of equipment.

Posted on

Comprehensive Guide to Parameter Configuration and Troubleshooting for Fuji ALPHA5 Servo Drives After Replacement

Introduction

In the field of modern industrial automation, servo drives are the core components for achieving precision motion control. The Fuji Electric ALPHA5 series servo drives are renowned for their high performance, reliability, and intelligent features, widely used in CNC machine tools, robotic arms, and automated production lines. However, when an old drive is damaged and replaced with a new one, users often encounter compatibility issues that prevent the system from functioning properly. For example, the drive may display an “n.on” status (indicating the servo is not enabled), a “Z-axis exceeded negative stroke” alarm, a “Motor/Encoder has no response” alarm, or a “Z-limit invalid” alarm. These faults typically stem from a mismatch between the new drive’s default parameters and the original system, including motor matching, encoder settings, electronic gear ratios, and travel limits.

This article delves into the parameter configuration methods, fault diagnosis principles, and troubleshooting strategies for the Fuji ALPHA5 servo drive after replacement, providing step-by-step guidance to help engineers resolve issues efficiently. Keywords include Fuji ALPHA5 servo parameter settingsservo drive troubleshootingCNC Z-axis alarm diagnosis, and encoder no-response repair, ensuring the content meets SEO optimization requirements.

The ALPHA5 series supports position, speed, and torque control modes, applicable to 200V and 400V power systems with a power range from 50W to 15kW. New drives come with factory default parameters based on standard motors and general applications, but in actual industrial environments, they must be customized according to the specific motor model (e.g., GYS series), load inertia, and CNC controller (e.g., FANUC or Siemens). Ignoring parameter transfer can lead to position deviations, overloads, or safety shutdowns. Next, we will start with the basics, gradually analyze the root causes, and provide practical solutions.

exceed negtive stroke of Z axis

Fuji ALPHA5 Servo Drive Basics

The Fuji ALPHA5 servo drive (models such as RYH401F6-VV2/ZC1) is an intelligent amplifier integrating high-resolution encoder feedback, auto-tuning, and vibration suppression functions. Its core components include:

  • Power Input: Supports three-phase 200-240V AC. The label indicates “SOURCE 3PH 200-240V 50/60Hz 4.0A/2.7A”. Ensure voltage stability to avoid Hu (High Voltage) or Lu (Low Voltage) alarms.
  • Motor Output: Connects U, V, W phases to the servo motor, supporting GY series motors with a maximum speed of 6000 r/min.
  • Encoder Interface (CN2): Supports incremental (INC) or absolute (ABS) encoders with a resolution of 17-20 bits. The encoder provides position feedback; if there is no response, it triggers Et1/Et2 alarms.
  • Sequence I/O (CN1): Processes signals such as S-ON (Servo On), FWD/REV (Forward/Reverse), +OT/-OT (Positive/Negative Overtravel), and RST (Alarm Reset).
  • Communication Interface (CN3): RS-485 for PC Loader software connection, supporting parameter editing and monitoring.
  • Analog Monitor (CN4): Outputs signals like speed and torque for easy debugging.
  • Keypad Display: 7-segment LED displays status such as “rdy” (Ready), “n.on” (Not Enabled), or AL.xx alarm codes.

When replacing a drive, the new device does not automatically inherit old parameters because parameters are stored in EEPROM. The default settings assume a standard load and control mode (e.g., position control PA1_01=0), but in actual applications, they need to match the CNC’s pulse commands (PPI, CA/CB) and limit switches. Ignoring this step will cause the servo to fail to enable, displaying “n.on”, which is a system safety mechanism to prevent accidental movement.

The servo control principle is based on a closed-loop feedback: the CNC sends pulse commands, the drive converts them to motor rotation via the electronic gear ratio (PA1_06/PA1_07), and the encoder feeds back the actual position. If feedback is interrupted, the system detects a deviation overflow (PA2_69), triggering an overtravel alarm. Understanding these basics helps in locating problems.

NON of alpha 5

Common Fault Analysis

After replacing an ALPHA5 drive, the most common fault is a chain reaction caused by parameter mismatch. Below is an analysis of a typical user scenario: A customer in Brazil replaced a new drive and encountered “n.on” status, Z-axis negative stroke over-limit, encoder no-response, and servo alarms.

1. Cause of “n.on” Status

“n.on” means the servo is not enabled, usually due to a missing S-ON signal or an uncleared alarm. After replacement, the default parameters might disable S-ON (PA3_01=1), or the input signal assignment does not match the CN1 pinout. The new drive will also remain disabled to protect the motor if it detects an incompatible encoder.

2. Exceeded Negative Stroke of Z Axis

This is an Overtravel (OT) alarm triggered by a hardware limit switch (-OT) or when the software limit (PA2_26/PA2_27) exceeds the defined range. After replacing the drive, the default software limits are ±2e9 pulses, but if the zero point (homing) is not calibrated, position drift can cause a false over-limit. Mechanical factors like a jammed Z-axis can also amplify the issue.

3. Motor/Encoder Has No Response

Encoder failure is the primary suspect. Et1 indicates a single-rotation position detection failure, while Et2 indicates a memory data read error. When replacing the drive, if PA2_99 (Encoder Selection, default 0=Auto) is not set correctly, or if the cable is loose, the system cannot read the feedback, causing a CNC alarm. Noise interference or a 5V power interruption can also trigger this.

4. Z-Limit Invalid

The limit switch status is inconsistent, often caused by wiring errors or parameter PA2_25 (Software OT Enable, default 0=Disabled) not being configured. If the CNC relies on hard limits but the drive parameters ignore them, the alarm activates.

These faults are interconnected: encoder no-response leads to loss of position, which triggers OT; OT prevents S-ON, making “n.on” persistent. The root cause is mostly un-transferred parameters, with a probability of over 70%.

Detailed Parameter Configuration

Parameter configuration is the key to solving replacement issues. ALPHA5 parameters are divided into PA1 (Basic), PA2 (Application), and PA3 (Extended). Edit them using the keypad (MODE/SET keys) or PC Loader software. PC Loader supports batch transfer and is recommended for priority use.

1. Preparation

  • Download PC Loader (from Fuji official website, version 3.2+).
  • Connect RS-485 to CN3, set PA2_72 (Station No. = 1), PA2_73 (Baud Rate = 0 = 38400bps), PA2_97 (Protocol = 0).
  • If you have an old drive parameter backup (Reload function), directly “Send all” to the new device.
  • If no backup exists, initialize with Fn06 (init), then customize.

2. Motor and Encoder Matching Parameters

Ensure the drive recognizes the motor:

  • PA2_98: Motor Type (0-15, according to GY motor label, e.g., 1=GYS series).
  • PA2_99: Encoder Selection (0=Auto 17-20 bit, 1=17 bit). If there is no response, try setting it to 1.
  • PA1_02: INC/ABS System (0=Incremental, 1=Absolute). For ABS, check the battery (CN5, lifespan 3 years, dL1 alarm indicates low voltage).

Example: For a GYS motor, set PA2_98=1, PA2_99=0. Save and power cycle.

exceed negtive stroke of Z axis

3. Control Mode and Pulse Settings

Match the CNC command format:

  • PA1_01: Control Mode (0=Position, applicable to CNC Z-axis).
  • PA1_03: Pulse Input Form (0=Pulse + Direction positive logic, 1=Orthogonal A/B phase).
    • Note: Must be consistent with CNC side parameters, otherwise the motor may run away or not turn.
  • PA1_05: Pulses/Rev (0=Electronic gear mode).
  • PA1_06 / PA1_07: Electronic Gear Numerator/Denominator (Default 16/1, adjust to machine units, e.g., 1mm = 10000 pulses).
  • PA1_08: Output Pulses/Rev (2048, range 16-262144, ensure feedback matches).

If the Z-axis movement is inaccurate, calculate the ratio:
Gear Ratio=Encoder ResolutionCNC Pulse Resolution​×Mechanical Reduction Ratio

4. Travel Limit and Homing Parameters

Addressing over-limit alarms:

  • PA2_25: Software OT Enable (1=Enable).
  • PA2_26 / PA2_27: Positive/Negative Limit Positions (-2e9 to 2e9 pulses, set according to Z-axis stroke, e.g., negative limit -1000000).
  • PA2_28 / PA2_29: Detection Method (0=Stop immediately, 1=Decelerate to stop).
  • PA2_06 – 18: Homing Parameters (PA2_06=Speed 500r/min, PA2_07=Direction, PA2_08=Offset).
  • Execute Homing: Via ORG signal (reference value 5) or Fn02 preset position.

If limits are invalid, check sequence input assignment PA3_07/PA3_08 (+OT/-OT = 7/8).

5. Gain and Tuning Parameters

Optimize response to avoid vibration:

  • PA1_13: Tuning Mode (10=Auto).
  • PA1_14: Load Inertia Ratio (1.0, adjust according to actual load, e.g., set to 2.0 for machine tool Z-axis).
  • PA1_54: Position Response Time Constant (Default 0ms, increase to smooth commands).
  • PA1_55 – 57: Disturbance Response (Default 0, enhance anti-interference).
  • PA1_70 – 76: Notch Filter (Suppress resonance frequency, e.g., PA1_70=1 Enable, PA1_71=1000Hz).
  • PA1_77 – 86: Vibration Suppression (PA1_77=1 Enable, for low-frequency vibration).

Auto-tuning: Run with no load PA1_13=10, the system calculates gains.

6. Other Key Parameters

  • PA1_25/26: Max Speed (6000r/min, Z-axis safe value 3000).
  • PA1_27/28: Torque Limit (Default 300%, prevent overload).
  • PA1_30: Zero Speed Range (50r/min).
  • PA1_31: Deviation Unit (0=Pulses).
  • PA1_32: Zero Deviation/In-Position Range (10 pulses).
  • PA2_69: Deviation Overflow (15 revolutions, increase to avoid false alarms).
  • PA1_36 – 40: Accel/Decel Time (Default 0ms, set 100ms to smooth Z-axis).

Write parameters to EEPROM (SET key), some require power restart (marked “Power”).

Troubleshooting and Debugging Steps

Systematic troubleshooting ensures efficient repair. Safety First: Power off for operation, use PPE.

1. Preliminary Diagnosis

  • Power Cycle: Turn off for 5-10 minutes, restart to observe “n.on” or AL.xx.
  • Check Display: If AL.xx flashes, refer to the manual (e.g., Et = Encoder fault).
  • Monitor Mode: Press MODE to view on01 (Speed), on15 (DC link voltage).

2. Hardware Inspection

  • Cables: Encoder CN2, Power CNB, I/O CN1. Use shielded cables to prevent noise, add ferrite cores.
  • Limit Switches: Use a multimeter to test -OT/+OT continuity, simulate triggering.
  • Power Supply: Measure 200-240V AC, P-N DC bus ~300VDC, Encoder 5V.
  • Motor Rotation: Turn shaft manually with power off, check position change in CNC diagnostic mode.

3. Parameter Debugging

  • Connect with PC Loader, read the log (dL1-3 = Battery/Data issues).
  • Test Enable: Confirm S-ON (PA3_01=1), monitor input signals.
  • Jog Test: Fn06 simulates Z-axis movement, check feedback.
  • Swap Test: If multi-axis, swap encoder cables to isolate the problem.

4. Alarm Reset

  • RST signal or Fn05 Reset.
  • If persistent, check the root cause such as oL (Overload = Torque limit exceeded).

5. Advanced Debugging

  • Fine-tune gains after auto-tuning.
  • Vibration Suppression: Enable PA1_77, set frequency.
  • Absolute System: Check battery, perform homing.

If unresolved, contact Fuji support with model and serial number.

Case Study: Repairing Z-Axis Fault for a Brazilian Customer

Scenario: CNC machine tool Z-axis alarms after replacing RYH401F6-VV2 drive.
Steps:

  1. Backup: Backup old parameters if possible, transfer to new.
  2. Encoder Match: Set PA2_99=1 to match encoder, solving “no response”.
  3. Limit Adjust: Adjust PA2_27=-500000 pulse limit to clear over-limit.
  4. Homing: Execute homing (ORG signal), verify in-position.
  5. Auto-Tune: PA1_13=10 to optimize.
    Result: System restored, “rdy” displayed, Z-axis running precisely.

Best Practices and Maintenance

  • Prevention: Backup parameters regularly, keep the environment clean and dust-free.
  • Maintenance Cycle: Replace battery every 3 years, check fan life (warning output).
  • Software Tools: Use PC Loader to monitor cumulative run time and alarm history.
  • Noise Countermeasures: Separate power/signal cables, ground PE.
  • Upgrade Considerations: If migrating from old series (e.g., FALDIC-α to ALPHA5), note alarm differences.
  • Safety Standards: Comply with IEC standards, avoid use in life-related equipment.

Regular diagnostics, such as checking cumulative power time, help predict failures.

Conclusion

After replacing a Fuji ALPHA5 servo drive, systematic parameter configuration and troubleshooting can quickly restore CNC system performance. This article details technical details from basic to advanced levels, emphasizing the importance of parameter matching. Practice proves that 80% of issues stem from configuration; correct adjustment improves precision and reliability. For complex issues, refer to the official manual or professional services.

Posted on

Systematic Analysis and Solution for Condensate Pump Start Failure with Medium-Voltage VFD

A Practical Case Study of Fuji Electric FRENIC 4600 FM6e in Power Plant Applications


1. Background and Engineering Context

In thermal power plants, combined-cycle plants, and large industrial facilities, the condensate pump is classified as a critical auxiliary machine. Its availability directly affects unit startup, load stability, and overall plant safety. With increasing requirements for energy efficiency, soft starting, and flow control, medium-voltage variable frequency drives (MV VFDs) are widely applied to condensate pumps operating at voltage levels such as 6 kV.

This article analyzes a real-world case involving a Fuji Electric FRENIC 4600 FM6e medium-voltage VFD driving a condensate pump. The system repeatedly failed during startup, causing unplanned downtime and operational uncertainty. Through a structured engineering approach, the root causes are identified and corrective actions are proposed.


Fuji Electric FRENIC 4600 FM6e medium-voltage VFD HMI showing fault history with repeated “System Instantaneous Power Failure” alarms during condensate pump startup

2. Description of the Field Problem

The condensate pump is driven by a 6 kV motor supplied through a Fuji FRENIC 4600 FM6e VFD rated at approximately 1700 kVA, 6 kV, and 164 A. During commissioning and operation, the following symptoms were consistently observed:

  • Prior to startup, KM1 and KM2 contactors were already closed.
  • When a RUN / START command was issued to the VFD:
    • KM1 and KM2 opened immediately.
    • The VFD stopped output and tripped.
  • The HMI and fault history repeatedly recorded:
    Fault Code 11 – System Instantaneous Power Failure.

The fault occurred reliably at each startup attempt, preventing the condensate pump from entering normal operation.


3. Interpretation of Fault Code 11

In the Fuji FRENIC 4600 FM6e series, Fault Code 11 (System Instantaneous Power Failure) indicates that the VFD has detected a short-duration voltage drop below a predefined threshold. Typical characteristics of this fault include:

  • System voltage falling below approximately 85 % of rated value.
  • Duration exceeding 20 ms.
  • Detection may involve not only the 6 kV main circuit, but also:
    • Control power supply (AC 200/220 V),
    • Breaker or contactor feedback circuits,
    • System voltage detection logic.

Once detected, the VFD executes a high-priority protection sequence, which includes:

  • Immediate cessation of output,
  • Opening of associated contactors through interlock logic,
  • Recording of a non-recoverable fault unless reset conditions are met.

4. System-Level Perspective on the Failure Mechanism

The repeated startup failure is not primarily an indication of VFD hardware damage. Instead, it reflects a system-level inconsistency during the startup process. Based on engineering analysis, the potential causes fall into four main categories.


Fuji Electric FRENIC 4600 FM6e medium-voltage variable frequency drive nameplate, rated 6kV 1700kVA, used for condensate pump in power plant

5. Cause Category 1: Incorrect Startup Sequence and Interlock Logic

5.1 Fundamental Rule in Medium-Voltage VFD Systems

A fundamental and non-negotiable principle applies to all medium-voltage VFD installations:

The VFD circuit and the direct-on-line (bypass or line) circuit must never be energized in parallel.

Any attempt to operate both paths simultaneously can lead to:

  • Severe circulating currents,
  • Back-feeding of the VFD,
  • Catastrophic equipment damage.

Therefore, strict electrical and logical interlocks are always implemented.

5.2 Typical Roles of KM1 and KM2

In practice, KM1 and KM2 may represent different devices depending on plant design:

  • VFD input breaker or contactor,
  • VFD output isolation contactor,
  • Line/bypass breaker for direct-on-line operation.

If both KM1 and KM2 are closed before issuing a RUN command, the system may interpret this as a parallel or conflicting operating mode. When the VFD receives the RUN command, the interlock logic correctly responds by opening the contactors and tripping the drive.

In such cases, the VFD behavior is protective and correct, not faulty.


6. Cause Category 2: System Voltage Dip during Condensate Pump Startup

6.1 Electrical Characteristics of Condensate Pumps

Condensate pumps are typically:

  • High-power loads,
  • High-inertia machines,
  • Sensitive to startup torque and acceleration profiles.

Even with VFD control, improper parameterization can impose significant transient stress on the power system.

6.2 Common Sources of Voltage Dip

Voltage dips during startup may be caused by:

  • Insufficient upstream grid short-circuit capacity,
  • Undersized transformers,
  • Long medium-voltage cable runs with high impedance,
  • Simultaneous starting of other large motors,
  • Excessively steep VFD acceleration ramps.

If the bus voltage dips below the detection threshold, even briefly, the VFD will register a system instantaneous power failure.


7. Cause Category 3: Over-Sensitive Voltage Dip Detection Parameters

The FRENIC 4600 FM6e includes configurable parameters related to:

  • System voltage dip detection enable,
  • Detection threshold level,
  • Drive response to detected dips (trip vs. ride-through).

If the detection threshold is set too high or ride-through functionality is disabled, the VFD may trip unnecessarily under otherwise acceptable operating conditions.


8. Cause Category 4: Control Power or Feedback Signal Instability

A frequently overlooked factor is instability in auxiliary circuits, such as:

  • Control power supply voltage fluctuation (AC 200/220 V),
  • Incorrect control transformer tap selection,
  • Loose terminals or degraded fuses,
  • Intermediate relay or contactor coil power interruptions,
  • Breaker status feedback signals that momentarily drop out.

From the VFD’s perspective, any of these events can be interpreted as a system power failure.


9. Recommended Engineering Troubleshooting Strategy

9.1 Step 1: Clearly Identify the Functions of KM1 and KM2

Before modifying parameters or operating procedures:

  • Review single-line and control schematics,
  • Confirm whether KM1 and KM2 belong to the VFD path, bypass path, or isolation function,
  • Verify interlock relationships.

Without this clarity, startup sequencing cannot be safely defined.


9.2 Step 2: Verify the Presence of Actual Voltage Dips

  • Analyze DCS trends or power quality records,
  • Use a voltage dip recorder on the 6 kV bus,
  • Focus on the exact startup interval.

This step distinguishes grid-related issues from control logic problems.


9.3 Step 3: Optimize Startup Parameters

  • Increase VFD acceleration time,
  • Start from a lower initial frequency,
  • Avoid simultaneous starting of other large loads.

Reducing current slew rate directly mitigates voltage dips.


9.4 Step 4: Configure Voltage Dip Ride-Through Rationally

  • Enable ride-through modes where permissible,
  • Adjust detection thresholds conservatively (e.g., around 80 %),
  • Avoid disabling voltage detection except for controlled diagnostic purposes.

Protection functions should be preserved whenever possible.


9.5 Step 5: Inspect Control Power and Feedback Circuits

  • Confirm control voltage stability within ±10 %,
  • Check terminals, fuses, relays, and wiring,
  • Verify reliable breaker and contactor feedback signals.

Many “high-voltage” faults originate in low-voltage control circuits.


10. Standard Procedure after Fault Occurrence

After a Fault Code 11 event:

  1. Disconnect main power and allow DC bus discharge,
  2. Reset the fault via HMI or external reset input,
  3. Review detailed fault history and status bits,
  4. Document operating conditions and sequence of events,
  5. Engage manufacturer technical support if faults persist.

11. Conclusion

This case study demonstrates that condensate pump startup failure in medium-voltage VFD applications is rarely caused by a single component defect. Instead, it is typically the result of interactions among:

  • Startup sequence design,
  • Electrical interlocks,
  • Grid strength,
  • Parameter configuration,
  • Control power integrity.

A system-engineering mindset is essential. When analyzed holistically, Fault Code 11 becomes not an obstacle, but a valuable diagnostic signal guiding engineers toward a robust and reliable solution.


Posted on

DC Bus Pre-Charge Resistor Failure in Fuji FRENIC-E1S Inverter: Diagnosis, Causes, and Repair Guide

Introduction:

In the field of industrial automation, variable frequency drives (VFDs) are critical components used for controlling motor speed, ensuring efficient and reliable operations. However, due to their complex environment and diverse components, VFDs often encounter failures that impact the continuity and stability of production processes. One of the key components prone to failure in VFDs is the DC bus pre-charge resistor. Specifically, in the Fuji FRENIC-E1S series inverter, this component is highly susceptible to damage from excessive heat, overloads, and other operating stresses.

This article focuses on the failure of the DC bus pre-charge resistor in Fuji FRENIC-E1S inverters, analyzing its role, common causes of failure, diagnostic methods, and offering practical repair solutions. The goal is to help technicians and engineers better understand this critical component and equip them with effective methods for maintaining and restoring inverter functionality.


FRENIC-E1S, Inverter Repair

1. The Role of the DC Bus Pre-Charge Resistor in Variable Frequency Drives

1.1 The DC Bus Capacitor Charging Process
Inverters, including the Fuji FRENIC-E1S, require DC bus capacitors to be charged upon startup. These capacitors are essential for storing energy in the DC bus and enabling smooth operation of the inverter. However, directly charging these capacitors can result in large inrush currents, which can damage both the power supply and other components of the inverter. This is where the pre-charge resistor comes into play.

1.2 Function and Design of the Pre-Charge Resistor
The primary function of the pre-charge resistor is to limit inrush current when the inverter is powered on. It allows the DC bus capacitors to charge slowly by dissipating the charging current over a longer period. Once the charging process is complete, the resistor is bypassed by a relay or thyristor (SCR), thus minimizing power loss and optimizing efficiency.

In the Fuji FRENIC-E1S, the pre-charge resistor helps ensure that the DC bus voltage increases gradually and stabilizes at the designed value. This process prevents sudden large currents, which could damage sensitive components of the inverter.


DC Bus Pre-Charge Resistor

2. Common Causes of DC Bus Pre-Charge Resistor Failure

2.1 Causes of Pre-Charge Resistor Failure
The failure of the pre-charge resistor is typically caused by the following factors:

  1. Overload of Current: When the inverter experiences frequent starts or the bus capacitors have a larger capacity, the pre-charge resistor is subjected to prolonged high currents, which may lead to overheating and failure.
  2. Faulty Relay or Thyristor: If the relay or thyristor used to bypass the pre-charge resistor fails, the resistor will be subjected to continuous high power, eventually causing it to overheat and burn out.
  3. Power Fluctuations or Missing Phases: Inverters are sensitive to fluctuations in the input power supply. If the power supply is unstable or the inverter operates with missing phases, the DC bus capacitors may not charge properly, placing excessive strain on the pre-charge resistor.
  4. Aging of Bus Capacitors: As the bus capacitors age, their charging characteristics change, leading to longer pre-charge times. This increased load on the pre-charge resistor can eventually cause it to burn out.
  5. High Ambient Temperature: In high-temperature environments, the resistor’s heat dissipation capacity may be compromised, leading to overheating and failure.

2.2 Symptoms of Pre-Charge Resistor Failure
When the pre-charge resistor fails, the inverter often exhibits the following symptoms:

  • Inverter Fails to Start: Since the pre-charge resistor is responsible for the initial charging of the DC bus capacitors, a failed resistor prevents proper charging, and the inverter fails to start.
  • Alarms or Fault Codes: In some inverters, the failure of the pre-charge resistor triggers alarms or fault codes such as overcurrent or startup failure.
  • Power Instability: A burned pre-charge resistor can cause instability in the power supply, leading to frequent shutdowns or restarts of the inverter.

Pre-Charge Resistor Failure

3. Diagnosing and Troubleshooting DC Bus Pre-Charge Resistor Failure

3.1 Fault Code Diagnosis
Many inverters come equipped with a fault diagnostic system. When a failure occurs, the inverter will display a fault code indicating the issue. For example, in the Fuji FRENIC-E1S, a burned pre-charge resistor may trigger fault codes such as “Overcurrent” or “Startup Failure.” These codes can serve as initial clues for identifying the problem.

3.2 Visual Inspection of the Resistor
A visual inspection can provide immediate insights into whether the pre-charge resistor has failed. Common signs of failure include:

  • Burnt marks or white powder on the surface of the resistor.
  • Cracked or damaged resistor leads.
  • Overheating signs such as melted or charred components around the resistor.

3.3 Measuring Resistor Value
A multimeter can be used to measure the resistance of the pre-charge resistor. If the measured resistance deviates significantly from the nominal value (usually 22Ω to 27Ω), or if the resistor is open or shorted, it confirms the resistor is damaged.


4. Replacing and Repairing the DC Bus Pre-Charge Resistor

4.1 Preparation for Replacement
Before replacing the pre-charge resistor, ensure that the inverter is powered off and completely cool. Open the inverter enclosure, disconnect the power supply, and prepare the necessary tools and replacement resistor.

4.2 Removing and Replacing the Resistor

  1. Remove the Old Resistor: Use appropriate tools to remove the damaged resistor. Resistors are typically soldered onto the PCB, so use a desoldering pump or hot air rework station to carefully remove it.
  2. Clean the PCB: After removing the old resistor, clean the PCB with electronic cleaner to remove any residue or burnt material, ensuring that the new resistor can be securely mounted.
  3. Install the New Resistor: Choose a replacement resistor with the same specifications (typically 22Ω – 27Ω and 30W – 50W), and solder it into place on the PCB. Ensure that the solder joints are secure and free of cold solder connections.

4.3 Checking the Relay and Capacitors:
After replacing the resistor, check the pre-charge relay and the DC bus capacitors:

  • Relay Test: Verify that the pre-charge relay operates correctly, switching from charging to bypass mode once the capacitors are sufficiently charged.
  • Capacitor Check: Measure the bus capacitor voltage and ESR (Equivalent Series Resistance) to ensure that the capacitors are not aging or damaged.

4.4 Testing the Inverter:
After replacing the resistor, reconnect the power supply and power on the inverter. Observe if it starts up normally and check for any fault codes. If the inverter operates without issues, the problem has been resolved.


5. Preventive Measures and Maintenance Recommendations

5.1 Regular Inspection and Maintenance
To prevent pre-charge resistor failure, regular maintenance of the inverter is essential. This includes periodic checks on the pre-charge resistor, relay, and bus capacitors. Cleaning the PCB, inspecting the resistor condition, and monitoring ambient temperature can help extend the life of the components.

5.2 Environmental Control
Inverters should be installed in environments with suitable temperature and humidity levels. Avoid installing them in high-temperature or humid environments, as this can impact the resistor’s heat dissipation capability and lead to overheating.

5.3 Using High-Quality Components
When selecting components for the inverter, use high-quality resistors and other electrical components. This ensures that the pre-charge resistor is capable of handling the required power and prevents premature failure.


6. Conclusion

The DC bus pre-charge resistor is a small but vital component in a variable frequency drive. Its failure can lead to significant issues such as startup failure and power instability. By understanding the role of the pre-charge resistor, diagnosing the causes of its failure, and following proper repair procedures, technicians can restore the inverter to full functionality. Regular maintenance and preventive measures are essential for ensuring the longevity and reliability of VFDs, minimizing downtime, and optimizing production processes.

For VFD operators and service providers, understanding the working principles and failure modes of key components like the pre-charge resistor is crucial for keeping the system running smoothly and preventing costly downtime.

Posted on

Troubleshooting and Solution Guide for Jog Operation in Fuji ALPHA5 Smart Servo System

Introduction

The Fuji ALPHA5 Smart servo system is a high-performance servo drive device in the field of industrial automation. Comprising GY series servo motors and RYH series servo amplifiers, it supports multiple control modes. Jog operation is a core function for system testing and debugging. However, in actual use, users often encounter issues such as being unable to enter jog mode or the motor not responding. Based on the Fuji ALPHA5 Smart user manual and practical troubleshooting experience, this article systematically analyzes the causes, diagnostic methods, and solutions for such problems, using the RYH751F5-VV2 model as an example to provide detailed guidance.

System Overview

The Fuji ALPHA5 Smart servo system is suitable for a 200 – 240V AC power supply, with an output power range of 0.05 – 1.5 kW and supporting an IP20 protection rating. The servo amplifier features a modular structure, equipped with a keypad and multiple interfaces. The system offers various operation modes, and the jog function belongs to the Fn01 sub-mode under the test mode, used for manual key-controlled motor positive and negative rotation testing.

Detailed Explanation of Jog Function

Jog operation is an built-in testing tool in the ALPHA5 Smart system, allowing users to manually drive the motor to rotate. It is mainly used for fault diagnosis and performance verification. The operation process includes powering on, switching modes, entering the jog sub-mode, long-pressing the SET key to enter jog state, and pressing the ∧/∨ keys to control the motor’s positive and negative rotation. The jog speed is controlled by parameters and is only supported in position or speed control modes.

Common Problem Analysis

Jog faults mainly manifest as follows:

  • No response after displaying “JG” when pressing SET: This is often caused by improper key operation, requiring a long press of the SET key for more than 1 second.
  • Motor does not rotate when pressing ∧/∨ after entering the mode: This involves issues such as activated safety signals, unreleased brakes, or improper parameter settings.
  • Direct jog operation upon power-on is ineffective: This stems from the system’s initialization mechanism, requiring access to other modes first to force a refresh of the parameter cache.
  • Other potential causes include latent alarms, unstable power supply, or keypad hardware failures.

Diagnostic Steps

Diagnosing jog faults requires a systematic approach, including:

  • Power-on check: Observe the keypad self-test and record the alarm history.
  • Mode switching verification: Confirm that there is no mode lock and check the input/output status.
  • Parameter review: Check parameters such as control mode, write protection, and jog speed.
  • Safety signal testing: Disconnect relevant I/O lines and test the safety signals.
  • Jog attempt: Enter the jog sub-mode, long-press the SET key, and observe the motor’s response.
  • Initialization behavior diagnosis: Record the differences between direct jog ineffectiveness upon power-on and after first accessing other modes.
  • Hardware inspection: Measure the power supply voltage and check the encoder cable and keypad keys.

Solutions

Specific solutions are provided for common problems:

  • “Unresponsive keys”: Long-press the SET key strictly or reset parameters to restore defaults.
  • Safety signal blockage: Modify the I/O allocation or conduct external short-circuit tests to ensure brake release.
  • Incompatible parameters: Set the correct control mode, disable protection, and restart the power supply.
  • Power-on initialization problems: Optimize the initial mode settings, or customize scripts to automatically load parameters and upgrade the firmware.
  • Motor does not rotate: Check alarms, adjust the load or torque limit, and verify the gain.
  • Keypad failure: Replace spare parts.

Preventive Measures

Preventing jog faults requires full-chain management from installation to maintenance, including:

  • During installation: Ensure good grounding and separate power and control lines in wiring.
  • Parameter backup: Regularly save configuration files and set up automatic warning displays.
  • Regular inspection: Check I/O signals, measure insulation resistance, and replace aging components in advance.
  • Operator training: Emphasize long-pressing the SET key and mode cycling, and avoid direct testing upon power-on.

Case Studies

  • Case 1: Parameter protection was enabled, causing jog ineffectiveness. The solution was to disable protection and restart.
  • Case 2: The brake was not released, resulting in the motor not rotating. Applying power solved the problem, and the brake timing was adjusted.
  • Case 3: Initialization delay caused direct jog ineffectiveness upon power-on. Upgrading the firmware resolved the issue.

Extended Knowledge: Parameters and Adjustments

Jog faults are related to parameter interactions, requiring an understanding of parameters such as electronic gear ratio, gain tuning, and I/O allocation. Servo adjustments, RS-485 communication, and PC Loader advanced functions also help optimize jog performance.

Conclusion

Jog faults in the Fuji ALPHA5 Smart servo system can be efficiently resolved through manual guidance and systematic diagnosis. Mastering the fulfillment of prerequisites, operation specifications, and initialization management is crucial. It is recommended to regularly refer to the manual and combine it with PC Loader for in-depth applications to enhance system reliability. If problems persist, contact Fuji sales for support.

Posted on

Comprehensive Guide to Fuji ALPHA5 Servo System: Operation, Commissioning, and Maintenance

I. Introduction: The Core of Modern Motion Control

In industrial automation, servo systems are the heart of precision control. From CNC machinery and robotics to packaging and inspection equipment, servos dictate accuracy, stability, and efficiency.
Fuji Electric’s ALPHA5 series servo systems are widely known for their high response, precision, low noise, and reliability. However, commissioning and maintenance require a solid technical foundation.
This article provides a complete, field-oriented explanation of the Fuji ALPHA5 series, covering wiring, parameters, software setup, diagnostic tools, and common repair practices.


II. System Overview and Working Principle

1. System Components

A standard ALPHA5 servo setup consists of:

  • Servo amplifier (drive) – e.g., RYT102C5-VS2, performing power conversion and control.
  • AC servo motor – e.g., GYG102CC2-T2E-B, 1 kW, 17-bit absolute encoder.
  • Encoder cable (CN2) – provides position feedback.
  • I/O control cable (CN1) – handles enable, limit, reset, and I/O commands.
  • Communication ports (CN3A/CN3B) – for RS-485, Modbus, or Fuji serial protocol.

2. Operating Principle

The ALPHA5 employs advanced vector control integrating torque, speed, and position loops.
Its Tamagawa TS5668N26 17-bit absolute encoder provides 131,072 counts per revolution.
The amplifier calculates feedback errors in real time and adjusts three-phase PWM output for precise position and velocity control.
When powered on, the drive handshakes with the encoder to identify the motor model and load proper parameters.


III. Installation and Wiring Guidelines

1. Power and Main Circuit

  • Input: 3-phase 200–240 V, 50/60 Hz
  • Output: 3-phase 0–200 Hz, rated 6.4 A
  • Always use shielded cables and ensure the chassis (PE) is solidly grounded.

2. Encoder Wiring (CN2)

Drive CN2Motor EncoderSignalDescription
1HP5+5 V supply to encoder
2GM50 V (ground)
5SSIG+Differential signal +
6TSIG–Differential signal –
C/DBAT+ / BAT–Battery lines (optional)
ShellJFGShield/Frame ground

Notes:

  • BAT± are used only when absolute position retention is required; they can remain unconnected.
  • Reversed SIG+ / SIG– prevents motor identification (PA2_98 = 0).

3. Control I/O (CN1)

Typical CN1 pin functions:

PinSignalDescription
1COMINCommon input
2CONT1Configurable input
5CONT4Configurable input
7+OTPositive limit input
8–OTNegative limit input
10EMGEmergency stop input
18TREFAnalog speed reference
21CBBrake control output
25FZZero-speed output
26M5Common ground

IV. Parameter Initialization and Basic Settings

1. Initialization Procedure

  1. Enter the menu: MODE → SET → PA0_01 = 1.
  2. After reset, display shows A000 (no position data).
  3. When encoder handshake succeeds, PA2_98 automatically shows the motor type (e.g., 8 = GYG102CC2).

2. Key Parameters

ParameterNameDescriptionTypical Value
PA2_98Motor modelAuto-detected, read-onlyAuto (8 = GYG102CC2)
PA2_99Encoder type0 = incremental; 1 = 17-bit absolute; 2 = 20-bit1
PA1_02Control mode0 = torque; 1 = speed; 2 = positionAs required
PA1_50–PA1_59Input terminal assignmentDefines external inputs (+OT, –OT, etc.)Application-specific
PA3_26–PA3_30CONT input logicA/B logic (normally open/closed)B for limit signals

V. Trial Operation and PC Loader Diagnostics

1. PC Loader for ALPHA5

Fuji’s PC Loader software provides graphical diagnostics and trial run capability.
After connection:

  • S-ON lamp = servo enabled
  • +OT / –OT lamps = limit signals active
  • Real-time data for voltage, current, and speed appear on screen

2. Releasing Limit Lock (+OT / –OT)

If limit switches are unused:

  1. Locate terminals assigned to function 21 (+OT) and 22 (–OT).
  2. Change both to 0 = Unused.
  3. Or physically short the limit input pins to COMIN.
  4. Reboot the drive — limit indicators should go off and trial run becomes available.

VI. Common Faults and Solutions

SymptomCauseRemedy
Display shows A000Default after initializationNormal
Motor free, not lockedEncoder not recognized (PA2_98 = 0)Check CN2 wiring, SIG± polarity
+OT/–OT activeLimit inputs assertedModify parameters or short terminals
ERR lamp flashingAlarm detectedRead alarm code via PC Loader
Motor oscillatesExcessive gain or inertia mismatchAdjust PA5_01/PA5_02 gains
Reverse directionPhase or encoder polarity mismatchSwap U-V-W or change PA1_04
Motor overheatsOverload or cooling blockedClean fan path, verify DC bus voltage (~320 V)

VII. Encoder Identification and Repair

1. Encoder Type

The motor uses Tamagawa TS5668N26, containing chip AU5798N2, a 17-bit absolute encoder communicating via differential serial lines (SIG±).
The drive automatically reads motor ID at power-up.

2. Communication Failure Symptoms

  • No alarm but PA2_98 remains 0
  • Motor not energized (shaft free)
    Causes: Reversed SIG polarity or mis-crimped connector.
    Fix: Correct wire mapping and reboot — drive will identify the motor.

3. Encoder Service Notes

  • Supply 5 V DC, current ≈ 80 mA
  • Check differential output symmetry using an oscilloscope
  • Always connect shield (FG) properly
  • Never plug/unplug encoder cable under power — encoder IC damage is likely.

VIII. Input/Output Logic Details

1. “A” / “B” Logic

  • A-logic = active high (normally open)
  • B-logic = active low (normally closed)
    Safety signals like +OT, –OT, and EMG use B-logic by default.

2. Example

With a normally-closed limit switch on +OT:

  • Normal = closed → valid low → motion enabled
  • At limit = open → drive detects +OT active → output inhibited

If limit switches are not installed:

  • Set +OT/–OT functions to 0 (Unused), or
  • Short input pins to COMIN to simulate safe state.

IX. Field Repair and Troubleshooting Cases

Case 1: Encoder Not Detected

Symptom: PA2_98 = 0, motor free, display A000
Checks:

  1. CN2 open-circuit → repair wiring
  2. SIG+ / SIG– swapped → correct connections
  3. Reboot → PA2_98 = 8 (GYG102CC2) → OK

Case 2: Limit Active, Servo Locked

Symptom: +OT/–OT lit simultaneously
Cause: Limit inputs left open (B-logic)
Fix: Set PA3_26/27 from 7/8 to 0 (Unused)

Case 3: Motor Vibration

Cause: Gain too high or inertia mismatch
Fix: Tune speed loop gain (PA5_01) and position gain (PA5_02); enable Auto Tuning

Case 4: Motor Overheating

Cause: Continuous overload or blocked airflow
Fix: Clean fan path, reduce load, verify bus voltage ≈ 320 V


X. Maintenance and Best Practices

  1. Do not hot-plug the encoder cable.
    The encoder line carries 5 V DC; hot-plugging can destroy the AU5798N2 chip.
  2. Grounding and shielding.
    The encoder shield (FG) must be bonded to the drive frame to prevent noise errors.
  3. Cooling inspection.
    Clean the heat sink and check fan operation regularly.
  4. Parameter backup.
    Use PC Loader to export all parameters before replacement or repair.
  5. Battery maintenance (if absolute mode used).
    Replace the 3.6 V lithium cell periodically to retain multi-turn position.

XI. Conclusion

The Fuji ALPHA5 servo system combines precision, speed, and robustness for demanding automation applications.
By mastering proper wiring, parameter configuration, and diagnostic tools, engineers can efficiently commission new systems and resolve faults in the field.
Understanding the logical relationship between encoder feedback, input signal mapping, and safety interlocks ensures both high performance and reliability.
With preventive maintenance and data backup practices, ALPHA5 drives can operate reliably for many years in production environments.


Technical Summary:
This document is based on extensive field experience with Fuji ALPHA5 models such as RYT102C5-VS2 and GYG102CC2 servo motors.
It provides a comprehensive reference for automation engineers, maintenance technicians, and system integrators seeking to maximize the stability and serviceability of Fuji servo systems.

Posted on

Technical Guide to Troubleshooting and Repair of Fuji FRENIC 4600FM6e Medium-Voltage Inverter

I. Introduction

In modern industrial plants and power systems, medium-voltage inverters play a critical role in energy saving and process control. The FRENIC 4600FM6e series medium-voltage IGBT inverter, developed by Fuji Electric, is widely applied in power plants, steel mills, cement production, petrochemical plants, mining conveyors, and large-capacity pumps and fans.

Despite their high performance and reliability, these inverters are subject to faults and shutdowns over long-term operation, due to power fluctuations, load variations, cooling issues, or component failures. This article analyzes the common fault categories, root causes, troubleshooting methods, case studies, and preventive measures based on field experience and official technical manuals.


II. Overview of FRENIC 4600FM6e

1. Key Features

  • Multilevel IGBT topology for sinusoidal-like output waveforms.
  • Modular power units with easy replacement and bypass functions.
  • Equipped with LCD panel and Loader software for fault code display and history logging.
  • Supports PROFIBUS, T-LINK, Modbus communication for centralized control.
  • Built-in unit bypass function to maintain partial operation when one or more power units fail.

2. Typical Applications

  • Power plant circulating water pumps, induced draft fans, forced draft fans.
  • Steel industry blowers and rolling mill drives.
  • Mining hoists and belt conveyors.
  • Petrochemical pumps and heavy-duty process machinery.

III. Fault Symptoms and Classification

According to the official manual, FRENIC 4600FM6e faults are classified into two levels:

  1. Major Faults (Trip/Shutdown)
    • Causes immediate stop of inverter.
    • Examples: over-current, IGBT unit failure, fan/temperature fault.
  2. Minor Faults (Alarm/Warning)
    • Operation continues, but warning indicates potential risk.
    • Examples: communication errors, sensor imbalance, rising temperature.

Common Fault Symptoms (based on images and manual):

  • Over-current Fault → high inrush current or motor/output cable short-circuit.
  • Current Sensor Error → CT malfunction or sampling circuit error.
  • Overload Protection → sustained motor current above rated level.
  • Undervoltage / Power Failure → grid fluctuation or instantaneous blackout.
  • Cooling Fan Fault / Overtemperature → cooling system failure, clogged airflow.

IV. Root Cause Analysis

1. Over-current Fault

Causes:

  • Short circuit at motor terminals.
  • Mechanical load locked or jammed.
  • Output cable insulation failure.
  • IGBT driver malfunction or unit breakdown.

Diagnosis:

  • Test motor insulation with a megohmmeter.
  • Measure cable-to-ground resistance.
  • Review fault history for startup inrush patterns.

2. Current Sensor Error

Causes:

  • CT (current transformer) damage or loose wiring.
  • Defect in sampling circuit on control board.
  • Faulty detection module inside power unit.

Diagnosis:

  • Check wiring and board connections.
  • Read detailed fault code with Loader software.
  • Replace faulty unit if confirmed.

3. Overload Protection

Causes:

  • Motor runs above rated current for prolonged periods.
  • Cooling system ineffective, thermal model accumulation.
  • Short acceleration/deceleration times with high inertia loads.

Diagnosis:

  • Monitor motor current and thermal curve.
  • Inspect fans and filters for clogging.
  • Adjust accel/decel time parameters.

4. Undervoltage / Power Failure

Causes:

  • Grid voltage dip or blackout.
  • Input circuit breaker malfunction.
  • Auxiliary power instability.

Diagnosis:

  • Measure input grid voltage stability.
  • Inspect circuit breaker contact reliability.
  • Check DC bus voltage discharge behavior.

5. Cooling and Temperature Faults

Causes:

  • Cooling fan worn out or stopped.
  • Heat sink clogged with dust.
  • Faulty NTC/PT100 temperature sensor.

Diagnosis:

  • Verify fan operation status.
  • Clean cooling path and filters.
  • Test resistance of temperature sensors.

V. Step-by-Step Troubleshooting

  1. Read Fault Code via LCD or Loader.
  2. Identify category from manual (major/minor).
  3. On-site inspection:
    • Power supply → voltage stability.
    • Motor → insulation and mechanical load.
    • Power unit → LED status, overheating, module failure.
    • Control system → wiring, signal input/output.
  4. Hardware replacement:
    • Power unit → replace faulty module.
    • Fan → replace cooling system.
    • Board → replace driver/sensor boards if defective.
  5. Reset & test run:
    • Clear fault, reset via LCD.
    • Run no-load test, then load test gradually.

VI. Case Studies

Case 1: Over-current during startup

  • Symptom: Trip immediately after start.
  • Cause: Output cable insulation breakdown → ground short-circuit.
  • Solution: Replace cable, retest insulation.

Case 2: Temperature alarm after long run

  • Symptom: Trip after 30 minutes, cooling fault.
  • Cause: Fan wear, clogged heat sink.
  • Solution: Clean ventilation path, replace fan.

Case 3: Random trip showing “Power Failure”

  • Symptom: Sudden stop, “instantaneous power failure.”
  • Cause: Loose contacts in input breaker.
  • Solution: Maintain breaker, tighten terminals.

VII. Preventive Maintenance

  1. Routine cleaning → every 6 months inspect fans and air ducts.
  2. Insulation testing → annual megger test of motor and cables.
  3. Temperature monitoring → keep cabinet < 40°C.
  4. Power quality management → install stabilizers or compensators if grid unstable.
  5. Spare parts management → keep stock of critical items (power units, fans, sensors).

VIII. Conclusion

The Fuji FRENIC 4600FM6e medium-voltage inverter is robust but complex. Fault diagnosis requires a systematic approach, combining fault code analysis, on-site inspection, and practical experience.

Key takeaways:

  • Major fault types include over-current, overload, current sensor error, undervoltage/power failure, and cooling issues.
  • Troubleshooting must follow manual guidelines, measured data, and hardware checks.
  • Preventive maintenance greatly reduces downtime and prolongs system life.

By mastering these troubleshooting skills, engineers can ensure stable operation, minimize unexpected shutdowns, and maintain production efficiency in critical industrial processes.


Posted on

In-Depth Analysis and Practical Guide to Horizontal Line Faults in Fuji Inverter G1S Series


As a key device in the field of industrial control, Fuji Inverter G1S series indicates fault states through different forms of horizontal lines on its operation panel. Based on extensive field cases and technical data, this article provides a comprehensive analysis of horizontal line faults (including the middle horizontal line “—-” and the upper and lower horizontal lines) and offers actionable diagnostic procedures and solutions.

I. Fault Patterns and Core Implications

1. Middle Horizontal Line “—-” Fault

Display Feature: The LED monitor displays four consecutive horizontal lines.
Core Implication:

  • PID Control Conflict: When J01=0 (PID control is not enabled), if the E43 parameter is forcibly set to display PID parameters, the system will return invalid data.
  • Communication Link Anomaly: Poor connection between the operation panel and the inverter body, such as damage to the shield layer of the extension cable or oxidation of the cable.

2. Lower Horizontal Line “_ _ _ _” Fault

Display Feature: The motor stops after the command is triggered, and the panel displays an underscore.
Core Implication:

  • Insufficient DC Bus Voltage: The measured voltage is below DC400V (for 400V models), often caused by non-compliant input power specifications or excessive line voltage drop.
  • Missing Main Power Supply: The control power is on, but the main power circuit breaker is not closed.
  • Power Configuration Conflict: When H72=1, an abnormal main power supply is detected, such as DC power supply incorrectly connected to the AC input terminal.
G1S physical image

II. Standardized Diagnostic Procedures

Step 1: Quick Status Confirmation

  1. Power Supply Check:
    • Main Power Supply: Measure the voltage between L1-L2-L3 to confirm compliance with the inverter specifications (e.g., 400V ±10%).
    • Control Power Supply: Check the stability of the 24V auxiliary power supply to avoid OC3 alarms caused by fan shorts.
  2. Panel Operation Verification:
    • Perform a reset operation (long press the RST key) to observe if the fault can be cleared.
    • Read the communication error counter through parameter viewing mode (e.g., d001-d005).

Step 2: Layered Fault Location

Fault LayerInspection ItemTechnical Details
Communication LayerExtension CableUse a megohmmeter to measure the cable insulation resistance >10MΩ and check the continuity of the shield layer.
Power LayerDC BusMeasure the P(+)-N(-) voltage during startup and compare it with the value displayed on the operation panel (error should be <5%).
Control LayerParameter ConfigurationFocus on checking critical parameters such as J01 (PID control) and H72 (main power detection).

Step 3: In-Depth Hardware Inspection

  • Main Circuit Check:
    • Disconnect the main power supply and measure the resistance of the rectifier bridge and IGBT module to check for short circuits.
    • Check the connection status of the braking resistor to avoid OU1/OU2 overvoltage alarms.
  • Control Board Check:
    • Use an oscilloscope to monitor the PWM output waveform of the mainboard to confirm the integrity of the drive signal.
    • Perform a “hot swap” test on suspected faulty boards to locate the specific damaged component.

III. Practical Cases of Typical Faults

Case 1: Lower Horizontal Line Fault in a Plastic Extruder

Fault Phenomenon: The motor does not respond after the start command, and the panel displays a lower horizontal line.
Diagnostic Process:

  1. Measure the main power supply voltage at 380V (standard 400V), confirming excessive voltage drop.
  2. Check the DC bus voltage at 360V (standard ≥400V), locating insufficient voltage.
  3. Find an incorrect transformer tap setting, resulting in low input voltage.
    Solution:
  • Adjust the transformer tap setting to the 400V output position.
  • Install an APFC device to improve power quality.

Case 2: Middle Horizontal Line Fault in a CNC Machine

Fault Phenomenon: The panel displays “—-” after parameter modification.
Diagnostic Process:

  1. Find that E43 is mistakenly set to PID feedback value, while J01=0.
  2. Check the panel extension cable and find that the shield layer is worn at the cable tray.
    Solution:
  • Change E43 to frequency display mode.
  • Replace the shield cable and optimize the cable routing path.

IV. Preventive Maintenance Strategies

  1. Periodic Inspection Plan:
    • Daily: Visually inspect the panel display status and record the operating environment temperature and humidity.
    • Monthly: Measure the main power supply voltage, DC bus voltage, and calibrate PID control parameters.
    • Quarterly: Perform a main power supply power-off restart test and check the contacto r suction status.
  2. Spare Parts Management Optimization:
    • Establish a lifespan model for critical spare parts (e.g., IGBT modules, DC capacitors).
    • Sign an emergency supply agreement with suppliers to ensure a 48-hour response.
  3. Technology Upgrade Path:
    • Regularly upgrade firmware versions to utilize new algorithms for optimizing fault detection mechanisms.
    • Consider an overall upgrade to the G1S-P series for aging equipment (>5 years).
Fuji G1S display - malfunction

V. Technical Development Trends

With the development of industrial IoT technology, Fuji Inverter G1S series now supports remote monitoring and predictive maintenance functions. By integrating edge computing nodes, the following can be achieved:

  1. Real-time Fault Feature Extraction: Utilize AI algorithms to analyze waveform data and identify potential faults in advance.
  2. Cloud Expert Diagnosis: Upload fault data to the cloud platform for expert system solutions.
  3. Digital Twin Applications: Build a virtual model of the equipment to simulate fault scenarios and practice response drills.

Conclusion

Handling horizontal line faults in Fuji Inverter G1S series requires engineers to possess a solid knowledge of power electronics and a systematic diagnostic mindset. The standardized procedures and practical cases provided in this article enable users to quickly locate more than 80% of common faults. For complex issues, it is recommended to combine official technical documentation and dedicated diagnostic tools for in-depth analysis. Continuous technical training and knowledge updating are the keys to improving fault handling efficiency.


Posted on

User Manual Guide for the Fuji High Voltage Inverter FRENIC4600FM6e Series

Introduction

The FRENIC4600FM6e series high voltage inverter from Fuji Electric is a device specifically designed to drive high-voltage motors, widely used in various industrial applications such as water pumps, fans, compressors, and more. This inverter not only provides efficient motor control but also offers a wealth of features and flexible configuration options. To ensure users can fully utilize the inverter’s functions, it is essential to understand and operate the user manual correctly. This article provides a detailed guide to using the FRENIC4600FM6e Series Inverter User Manual, covering wiring, parameter settings, control modes, fault diagnostics, parameter backups, and more, helping users operate and maintain the device more effectively.

FRENIC4600FM6e Structure Diagram

1. Inverter Wiring Guide

Wiring the inverter correctly is fundamental to ensuring its proper operation. For the FRENIC4600FM6e Series, users need to properly connect the power supply, motor, and various control terminals. The following are key points for wiring:

  1. Power Input: The inverter requires a three-phase high voltage input, commonly 3φAC 3.0kV, 3.3kV, 6kV, etc. When connecting the power supply, users must ensure that the input voltage matches the inverter’s rated voltage.
  2. Motor Connection: The inverter outputs three-phase voltage to the motor terminals U, V, and W, driving the motor. When wiring, it is important to ensure that the motor’s rated voltage matches the inverter’s output voltage.
  3. Control Terminals:
    • DI Terminals (Digital Input): Used for control signals such as start/stop, forward/reverse, etc.
    • DO Terminals (Digital Output): Outputs operational status, fault information, and more.
    • AI Terminals (Analog Input): Used for analog frequency command input signals.
    • AO Terminals (Analog Output): Outputs analog frequency, current, and other data.

When wiring, ensure all terminals are securely connected, and pay attention to the specific function of each terminal to avoid miswiring, which could lead to device failure.

RRENIC4600 version status display

2. Parameter Settings and Initialization

  1. Basic Parameter Settings
    • No.1~12: Set operating frequency, output voltage, and other parameters. Users can adjust these settings based on the motor and load requirements to ensure the device operates under optimal conditions.
    • No.28~40: Set acceleration and deceleration times, determining the smoothness of motor start and stop.
    • No.173: Set the function of external terminals (such as DI terminals) for start/stop, forward/reverse, and other control signals.
  2. Initialization Settings The FRENIC4600FM6e Series offers a factory reset function. Users can restore the inverter to its default settings using No.200, which resets the inverter’s parameters to their factory default configuration. This operation is useful when resetting parameters or correcting configuration errors.
  3. Parameter Backup Before performing initialization or other operations, it is advisable to back up the parameters to prevent losing important custom configurations. Users can back up and restore the parameter settings using Loader software. The steps are as follows:
    • Connect Loader to the inverter.
    • In Loader, select the option to back up current settings.
    • Choose a file location for storing the backup file. The backup file can be saved on a computer and used for future recovery operations.
    • To restore the parameters, load the backup file and restore the previous configuration.
RRENIC4600 parameter settings

3. Control Modes and Password Settings

The FRENIC4600FM6e supports multiple control modes, including panel control and external terminal control. Users can select the appropriate control mode based on their needs.

  1. Panel Control vs. External Terminal Control
    • Panel Control: Users can directly set frequency, start/stop the motor, and more via the LCD panel.
    • External Terminal Control: Through DI terminals, external control signals can start or stop the inverter. Users need to configure the terminal functions via No.173 to ensure proper signal transmission.
  2. Password Protection and Parameter Access Restrictions To prevent unauthorized operations, the inverter supports password protection and parameter access restrictions:
    • No.12: Set administrator and user passwords. Different passwords provide different access levels—administrators can modify all parameters, while users are restricted.
    • No.13~14: Set parameter access restrictions, preventing critical parameters from being accidentally changed or modified by unauthorized personnel.

By using password protection and access restrictions, users can effectively safeguard the operation and configuration of the inverter, preventing operational errors or unauthorized modifications.

FRENIC4600FM6e Structure Diagram

4. Fault Diagnostics and Solutions

During operation of the FRENIC4600FM6e Series, users may encounter various faults. The inverter provides LCD panel or fault codes to offer fault information, helping users quickly locate the problem.

  1. Common Fault Codes and Solutions:
    • E.F. Overload Fault: Check if the motor load is too high. Avoid overload conditions.
    • E.U. Phase Loss Fault: Check the power supply wiring to ensure there is no missing phase.
    • E.O. High Voltage Fault: Adjust the output voltage settings and check for motor problems.
    • E.C. Low Battery Voltage: Replace the internal battery of the inverter.
    • E.P. Over Temperature Fault: Check if the cooling system is working properly and clean the heat sinks.
  2. Troubleshooting Steps:
    • Check Power Supply and Cables: Ensure the power supply is stable, and the cable connections are secure and undamaged.
    • Check Motor Load: Ensure the motor load does not exceed the rated capacity.
    • Check Cooling System: Clean fans and heat sinks regularly to ensure the inverter operates within the appropriate temperature range.
RRENIC4600 shutdown status

5. Summary

The FRENIC4600FM6e High Voltage Inverter is a high-performance motor control device equipped with various features such as parameter settings, control modes, password protection, fault diagnostics, and more. By understanding and correctly operating the functions outlined in the user manual, users can effectively configure, operate, and maintain the device. Whether backing up parameters using Loader, setting password protection, diagnosing faults, or configuring control modes, making proper use of these functions ensures long-term stable operation, improved efficiency, and enhanced safety.

This guide aims to help users better understand and use the FRENIC4600FM6e Series Inverter, maximizing its performance advantages in real-world applications.