Unidrive SP is a high-performance universal AC frequency converter launched by Nidec Control Techniques, which supports induction motors and servo motors, covering four working modes: open-loop V/F, closed-loop vector, servo, and feedback. With its flexible menu parameter structure, rich I/O interfaces, and scalable Solutions Module, Unidrive SP is widely used in industrial automation, machine tools, lifting, packaging, and other fields.
However, during on-site operation, it is inevitable for the driver to experience alarms, trips, or abnormal performance. This article is based on the core technical information of the Unidrive SP Advanced User Manual, and compiles a systematic troubleshooting and maintenance guide to help engineers quickly locate problems and reduce downtime.
Parameter Structure and Access Fundamentals
2.1 Menu and Parameter System
The parameters of Unidrive SP are organized by menu, with menu 0 being the simplified quick access area and menus 1-22 being the advanced parameter area. By default, only menu 0 is displayed after power on. To access all menus, Pr 0.49 (Security status) needs to be set to L2 (1).
Menu 1: Frequency/Speed Given
Menu 2: Acceleration and deceleration ramp
Menu 3: Speed Feedback and Control
Menu 4: Torque/Current Control
Menu 5: Motor Control Parameters
Menu 6: Timing and Clock
Menu 7: Analog I/O
Menu 8: Digital I/O
Menu 10: Status and Trip Records
Menu 11: Basic Drive Settings
Menu 12: Threshold detection and brake control
Menu 13: Position Control
Menu 14: User PID
Menu 15-17: Expansion module slots
Each parameter has a "Coding" attribute (such as RW/RO, US, NC, RA, etc.), where US represents user saved, NC represents unclonable, and RA represents rated value related.
2.2 Status Display and Alarm
The driver status is displayed through LED or LCD keyboard, and common statuses include: inh (prohibited), rdY (ready), StoP (stopped), run (running), and triP (tripped). The alarm information will flash and display, for example:
Br.rs: Brake resistor overload
OVLd: Motor overload
Hot: The radiator or control board is overheating
Auto tune: self-tuning in progress
When the driver trips, the first line displays triP and the second line flashes the trip code. The last 10 trip records are saved in Pr 10.20 to Pr 10.29, and the timestamps can be viewed through Pr 10.41 to Pr 10.51.

Analysis and Handling of Common Fault Codes
3.1 Power supply and overvoltage/undervoltage faults
Code meaning investigation method
UV DC bus undervoltage check input power supply voltage, measure whether the DC bus is below the threshold (200V drive: 175Vdc). Confirm whether the main power contactor is closed and whether the fuse is blown.
The overvoltage acceleration and deceleration slope of the OV DC bus is too steep (increasing the deceleration time by Pr 0.04), and the braking resistor is not connected or the resistance value is too high. Check if the brake IGBT is short circuited. For parallel multi module systems, check OV. P.
PS.24V 24V internal power supply overload digital output total load exceeds 200mA, or encoder power supply overcurrent. Reduce external load and use an external 24V power supply.
Experience tip: When the driver is powered by a 24V backup power supply (Pr 6.44=1), the UV trip will not automatically save the power-off parameters. If UV frequently occurs, the low voltage battery voltage (Pr 6.46 setting) should be checked.
3.2 Overcurrent and overload faults
Code meaning investigation steps
OI.AC instantaneous overcurrent check whether the motor cable is short circuited or grounded. Reduce the current loop Kp gain (Pr 4.13). For large inertial loads, increase the ramp time or activate the S-ramp (Pr 2.06).
The continuous working time of the IGBT overload braking resistor exceeds the Pr 10.30 set value. Check the brake duty cycle and increase Pr 10.31 (full power braking cycle).
O. HT2 power module overheating check cooling fan (Pr 6.45 can be forced to run at full speed), clean the air duct. SP6xxx and above models have independent fan fault detection.
O. Ld1 digital output overload terminal 24-26 total current exceeds 200mA. Measure each output load and install intermediate relays if necessary.
Current loop gain adjustment: For closed-loop vector or servo modes, the current loop proportional gain Pr 4.13 is determined by the motor transient inductance (Pr 5.24). If replacing the motor or long cable, it is necessary to recalibrate (Pr 5.12=2 rotation self-tuning). Typical experience value: 400V drive, Kp=150,Ki=2000。
3.3 Encoder/Feedback Fault
Unidrive SP supports multiple encoder types (incremental, SinCos, Hiperface, EnDat, SSI, and rotary transformers). The encoder related trips are concentrated in Enc1 to Enc17:
Solution to code meaning
Enc1 encoder power overload check encoder power supply voltage (Pr 3.36 set to 5V/8V/15V), confirm that the current does not exceed 200mA@15V or 300mA@8V /5V。
Enc2 signal line disconnection enables terminal resistance (Pr 3.39 setting). Check the wiring of A/A - and B/B. For SinCos, if Sin ²+Cos ² is lower than 0.25Vpp, a disconnection will be reported.
Enc3 phase offset errors are usually caused by loose encoder installation or signal interference. Check the shielding grounding and perform phase self-tuning again (servo mode Pr 5.12=1).
Enc4/5 serial communication timeout/CRC error Hiperface/EnDet communication failure. Check the baud rate (Pr 3.37) and cable length (<105m).
Enc7 initialization failed and automatic configuration failed (error still reported after Pr 3.41=1). You need to manually input Pr 3.33 (circle number), Pr 3.34 (line number/revolution), and Pr 3.35 (single circle resolution).
Enc9 does not have a feedback module installed but is selected to check Pr 3.26 (speed feedback source). If Slot1-3 is selected but the module is missing, this fault will be reported.
Practical tip: Temporarily disable unnecessary encoder detection function by setting the corresponding bit of Pr 3.40 (0=wire breakage detection, 1=phase detection, 2=SSI power detection). If using RFC mode (encoder free closed-loop vector), Pr 3.40 must be set to 0 to disable Enc2 break detection.
3.4 Communication Failure
SCL (30): Communication between RS485 and remote keyboard is lost. Check the cables and connectors to confirm that the keyboard power supply is normal.
C. Xxx series: SMARTCARD operation failure. Common C.rtg (different ratings) and C.Optn (different module types). This can be resolved by setting the read-only flag (Pr x.00=9888) or erasing the card (Pr x.00=9999) for SMARTCARD.
SLx.Er: Internal error in Solutions Module. Check the Pr x.50 error codes for the corresponding module (0=no fault, 1=power overload, 2=disconnection, 74=overheating). For example, the 1 of SM-IO Plus indicates a short circuit in the digital output.
Modbus RTU debugging note: Unidrive SP supports Modbus RTU (Pr 11.24=1), addresses 1-247 (Pr 11.23), and a maximum baud rate of 115200 (Pr 11.25=9). Register mapping is 40000+menu x 100+parameter number, but note that parameter # 0.0 is not accessible. To read a 32-bit floating-point number, use function code 03 and set the top two bits of the address to 01 (INT32) or 10 (Float32).
3.5 Motor thermal protection and braking resistance
The motor thermal model is determined by Pr 4.15 (thermal time constant) and Pr 4.16 (protection mode). When Pr 4.19 (overload accumulator) reaches 100%, if Pr 4.16=0, it trips; if=1, it automatically reduces the current limit to (K-0.05) × 100%.
The thermal protection of the braking resistor is modeled using Pr 10.30 (full power braking time) and Pr 10.31 (braking cycle). When the brake energy accumulator Pr 10.39 is greater than 75%, an alarm will be triggered at br.rs. If the resistor frequently overheats, the "disable brake IGBT trip" mode (bit1=1 of Pr 10.37) can be activated. At this time, the IGBT will temporarily stop braking when the temperature is too high and resume after the temperature drops.
Key debugging and parameter optimization
4.1 RFC mode (encoder free closed-loop vector)
For large inertia fans, pumps, or high-speed applications, RFC mode (Rotor Flux Control) can be used. Setting steps:
Set the driver to closed-loop vector mode (Pr 11.31=2).
Set Pr 3.24=1 (enable RFC).
Shielding encoder disconnection detection (Pr 3.40=0).
Enter the motor nameplate parameters (Pr 5.06-5.09) and perform rotation self-tuning (Pr 5.12=2).
Adjust speed loop gain: In RFC mode, there is a fixed filtering of 4ms for speed feedback. It is recommended that Pr 3.11 (Ki) not exceed 0.50, and Pr 3.10 (Kp) can be appropriately increased to 0.05-0.10.
Note: RFC mode does not support 4kHz/8kHz/16kHz switching frequencies. If these values are set in Pr 5.18, the actual switching frequency will automatically downshift. Actual values can be viewed through Pr 5.37.
4.2 Manual optimization of current loop and speed loop
When the default self-tuning cannot meet the dynamic response, it can be manually adjusted:
Current loop proportional gain Kp (Pr 4.13): Formula Kp=(L/167 μ s) × (Kc × √ 2/0.45/Vfs) × 256/5, where L is the transient inductance of the motor (Pr 5.24). For 400V drive, Kp ≈ 1161 × L × Kc. If the response is too soft, Kp can be increased by 1.5 times.
Current loop integral gain Ki (Pr 4.14): Ki=0.0427 × K × R × Kc, where R is the stator resistance (Pr 5.17). Increasing Ki can reduce the nonlinear effects of the inverter. It is recommended to increase Ki by 8 times when the switching frequency is 16kHz.
Speed loop: Pr 3.10 (Kp), Pr 3.11 (Ki). First set Ki=0, increase Kp until slight oscillation occurs, and then increase Ki until static error disappears.
Automatic calculation of speed loop bandwidth: Set Pr 3.17=1, and set the expected bandwidth Pr 3.20 (in Hz) and damping factor Pr 3.21 (recommended 1.0). The driver will automatically calculate Kp and Ki. The premise is to accurately set the load inertia Pr 3.18 (which can be measured by self-tuning Pr 5.12=3).
4.3 Digital Input/Output Logic Settings
The digital I/O of Unidrive SP adopts positive logic (Pr 8.29=1 default): input>15V is ON,<5V is OFF. To change to negative logic (such as compatibility with old devices), set Pr 8.29=0.
Common function mapping:
Emergency stop limit: Assigning Pr 6.35 (forward limit) and Pr 6.36 (reverse limit) to digital inputs can achieve a quick response of 250 μ s.
Brake control: Using the brake controller (Pr 12.41) from menu 12, it is more reliable than traditional macros. Pr 12.44 (brake release frequency), Pr 12.46 (delay before release), etc. can be set.

Advanced maintenance function
5.1 Electronic Nameplate
If using Hiperface or EnDat encoders, motor parameters can be stored in the encoder EEPROM. By inputting 110zy through Pr x.00 and resetting the driver, bidirectional transmission can be achieved:
110z0: Write driver parameters to encoder (motor object)
110z1: Read parameters from encoder to driver
110z2/3: Read and write of performance object block 1/2
Where z=0 represents the encoder interface of the drive itself, and z=1-3 corresponds to the Solutions Module slot. After transmission, the driver will automatically save the parameters.
5.2 SMARTCARD parameter backup and recovery
Suggest preparing a SMARTCARD for each Unidrive SP for quick replacement. Common operations:
Backup all parameters: Set Pr 11.42=2 (Prog) and reset, or Pr x.00=3001.
Create differential backup: Pr x.00=4001 (only saves parameters that differ from the default values), suitable for creating macros.
Auto start recovery: Set Pr 11.42 to 4 (boot), insert the card and power on, and the driver automatically loads parameters from the card to the EEPROM.
Erasing card: Pr x.00=9999.
Note: When the rated values of the source drive and the target drive are different, the RA attribute parameters will not be copied, resulting in a C.rtg trip. It can be ignored by setting the "warning suppression flag" (Pr x.00=9666) on the card.
5.3 Quick Configuration Macros
Unidrive SP provides 8 pre-defined macros to simplify typical application settings:
Macro 1: Simple Mode - Display only the most necessary parameters.
Macro 2: Electric potentiometer - adjusts the speed through digital input UP/DOWN.
Macro 3: Preset Speed - Use 2-3 digits to input and select multiple speeds.
Macro 4: Torque Control - Analog given torque, digital switching speed/torque mode.
Macro 5: PID Control - Built in PID for pressure and flow regulation.
Macro 6: Limit Control - Cooperate with limit switches to achieve travel protection.
Macro 7: Brake Control - Crane Brake Logic (Recommended to use Menu 12 as an alternative).
Macro 8: Digital lock/spindle orientation - only in closed-loop mode, achieving master-slave position synchronization.
When calling a macro, it is necessary to first load the default parameters (Pr x.00=1233 or 1244), and then set specific parameters according to the macro instructions (see Chapter 6 of the manual).
Summary of Systematic Troubleshooting Process
When Unidrive SP encounters an exception, it is recommended to follow the following steps to troubleshoot:
Read trip records: Check Pr 10.20 (latest trip), Pr 10.41-10.51 (timestamp). Record the complete trip string (such as OI.AC, Enc5).
Check the basic status: Confirm if the driver is enabled (Pr 6.29=1) and if the Safe Torque Off (terminal 31) is closed. Check the LED status light: green RUN flashing indicates normal, red FAIL on indicates hardware failure.
Analyzing the context of tripping: Did it occur during acceleration or deceleration? Is it under light or heavy load? Have you replaced the motor or encoder?
Refer to parameter correlation: for example, when OV trips, check Pr 2.04 (ramp mode) and Pr 2.08 (standard ramp voltage threshold). If using a braking resistor, check if Pr 10.30/10.31 matches the resistor specifications.
Perform targeted testing: Disconnect the motor load and observe whether it still trips during no-load operation. If possible, use self-tuning (Pr 5.12) to re identify the motor parameters.
Restore backup: If the parameters are accidentally modified, insert SMARTCARD and set Pr 11.42=1 to read back the backup.
