+086-15305925923

K-WANG

Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

AKD ® Servo driver CANopen communication

From: | Author:Wang | Time :2025-08-25 | 409 visit: | 🔊 Click to read aloud ❚❚ | Share:

AKD ®  Servo driver CANopen communication

CANopen Communication Fundamentals and Hardware Configuration

(1) CAN Bus hardware interface and settings

Interface definition: Two 6-pin RJ-12 terminals, X12 (CAN input) and X13 (CAN output), are used, with clear pin functions. Pin3 is CANH, Pin4 is CANL, Pin2 is shielding layer, Pin5 is GND, and Pin1 and Pin6 are used to activate the built-in 132 Ω terminal resistor (only devices at both ends of the bus need to be enabled).

Key parameter configuration

Baud rate: Supports fixed baud rates of 125/250/500/1000 kBit/s and automatic detection mode, set through parameter FBUS.PARAM01 or the driver front panel rotary switch (S1=9, S2 corresponds to 0-4). The automatic detection mode requires the driver to listen to valid CAN frames on the bus and match the bit time.

Node address: Set by the S1 (MSB) and S2 (LSB) rotary switches on the front panel of the driver, with an address range of 1-127, and associated with the IP address (such as S1=4, S2=5 corresponding to CAN address 45, IP address 192.168.0.45), which can be separated from the rotary switch configuration through WorkBench.

Terminal resistor: The AKD at both ends of the bus needs to activate the built-in terminal resistor, which can be short circuited to X13 terminals Pin1 and Pin6 using an optional terminal plug (P-AKD-CAN-TERM). Non terminal devices need to disconnect the terminal resistor to avoid signal reflection.

Cable requirements: Shielded twisted pair cables with characteristic impedance of 100-120 Ω must be used, and the maximum cable length varies with the baud rate (10m at 1000 kBit/s, 70m at 500 kBit/s, 115m at 250 kBit/s). The cable capacitance must be ≤ 60 nF/km, the lead loop resistance must be ≤ 159.8 Ω/km, and the shielding layer must be reliably grounded to ensure EMC performance.

(2) CANopen core communication protocol

Communication Object (COB): CANopen communication is based on an 11 bit COB-ID to identify the communication object, with priority determined by the ID. The core objects include:

Network Management Object (NMT): COB-ID=0, used for node start/stop, communication reset (such as resetting nodes with cs=129, starting nodes with cs=1).

Synchronization Object (SYNC): The default COB-ID is 0x80, providing a periodic clock for the bus and supporting multi axis synchronous motion. COB-ID can be modified through object 1005h, and the communication cycle period (in μ s) can be defined through object 1006h.

Emergency Object (EMCY): High priority event trigger object, COB-ID=0x80+node address, containing 2-byte error code, 1-byte error register, and 1-byte error category, used to report drive failures (such as overvoltage and overcurrent).

Service Data Object (SDO): Used to access object dictionaries, supports parameter reading and writing (such as downloading motor parameters and reading fault history through SDO), uses acknowledgment communication, and includes protocols such as initiating download/upload, segment transfer, and terminating transfer.

Process Data Object (PDO): used for real-time data interaction, divided into receiving PDO (RXPDO, master station → driver, such as control word, target speed) and transmitting PDO (TXPDO, driver → master station, such as status word, actual position), supporting three transmission methods: event triggered, time triggered, and synchronous triggered.

Data types: Define unsigned integers (UNSIGNED8/16/32, etc.), signed integers (INTEGER 8/16/32, etc.), mixed data types (STRUCT/ARRAY), and extended data types (OCTET_STRING/VIIBLE_STRING), with transmission using "low order first" (Intel format) to ensure multi device data compatibility.

Object Dictionary and Core Function Configuration

(1) Object Dictionary Classification and Key Objects

The object dictionary is the core of CANopen communication, which is divided into DS301 standard objects (1000h-1FFFh), manufacturer specific objects (2000h-3FFFh), and DS402 driver sub protocol objects (6000h-6FFFh) according to their functions. The key objects are as follows:

DS301 standard object

1000h (device type): Identify the device as a servo drive (DS402 sub protocol), default value 0x00020192, read-only.

1001h (Error Register): A 1-byte register, where bit 0 represents a general error, bit 1 represents a current error, bit 2 represents a voltage error, and bit 3 represents a temperature error, used to quickly locate the type of fault.

1003h (predefined error field): Array type, stores the last 10 emergency error records, Subindex 0 represents the number of errors, Subindex 1-10 stores specific error codes.

1400h-1403h (RXPDO communication parameters): Define the COB-ID (default 0x200+node address, etc.) and transmission type (such as 0xFF for event triggering) of RXPDO.

1600h-1603h (RXPDO mapping parameters): Configure RXPDO data content, default RXPDO1 mapping control word (6040h), customizable mapping target position (607Ah), target velocity (60FFh), etc.

1800h-1803h (TXPDO communication parameters): Define the COB-ID of TXPDO (default 0x180+node address, etc.), disable time (to avoid bus overload), and event timer.

1A00h-1A03h (TXPDO mapping parameters): Configure TXPDO data content, default TXPDO1 mapping status word (6041h), customizable mapping actual position (6064h), actual speed (606Ch), etc.

DS402 driver sub protocol object

6040h (control word): 16 bit control word, bit 0 controls "on/off", bit 2 controls "quick stop", bit 3 controls "operation enable", bit 7 controls "fault reset", used to drive state machine switching.

6041h (Status Word): A 16 bit status word, with bit 0 indicating "ready to start", bit 1 indicating "on", bit 2 indicating "operation enabled", and bit 3 indicating "fault", used to provide feedback on the current status of the driver.

6060h (Operation Mode): Set the driver operation mode, supporting trajectory position mode (01h), trajectory speed mode (03h), trajectory torque mode (04h), zero calibration mode (06h), interpolation position mode (07h), etc., and switch modes when the motor is at zero speed.

607Ah (target position): a 32-bit integer, the target position setting value in trajectory position mode, supports absolute/relative position control, and the unit is defined by the gear ratio (6091h) and feed in constant (6092h).

6064h (actual position value): 32-bit integer, feedback driver actual position, resolution can be adjusted through object 608Fh (position encoder resolution).

6098h (zeroing method): an 8-bit integer, defining the zeroing method (such as -7 for negative direction zeroing input and feedback zeroing, 8 for positive direction reference switch zeroing), which needs to be used in conjunction with zeroing velocity (6099h) and zeroing acceleration (609Ah).

Manufacturer specific object

2001h (System Fault): Array type, storing the last 10 system fault numbers, Subindex 1-10 corresponds to DRV.FAULTRA1-DRV.FAULTRA10, read-only.

2011h (DRV. RUNTIME): A 32-bit unsigned integer that records drive runtime in seconds and is read-only.

20A4h (Latch Control Register): A 16 bit register that controls the monitoring enable of the latch (such as bit 0 enabling the rising edge of external latch 1) and supports position capture function.

345Ah (brake control): array type, Subindex 1 controls the brake command (0=hold brake, 1=release), Subindex 2 provides feedback on the brake status, supports direct control of the brake via fieldbus, and it should be noted that in case of a fault, the driver will take over the brake logic again.


(2) Example of Core Function Configuration

PDO configuration: Taking "controlling motor speed through PDO" as an example, it is necessary to first disable unused PDO to reduce bus load, then configure RXPDO to map target speed (60FFh), TXPDO to map actual speed (606Ch), and finally enable PDO and set synchronous triggering mode (such as transmitting PDO once every SYNC message received).

Zeroing configuration: Write the zeroing method (6098h=-7), zeroing speed (6099h Sub1=10000 counts/s), zeroing acceleration (609Ah=1000 counts/s ²) through SDO, and then trigger the zeroing operation through the control word (6040h). After zeroing is completed, set the status word (6041h) bit 12 to 1 to indicate successful zeroing.

Trajectory position control: Set the operation mode to Trajectory position mode (6060h=01h), write the target position (607Ah), trajectory velocity (6081h), and trajectory acceleration (6083h) through RXPDO, trigger control word bit 4 to start motion, and TXPDO provides real-time feedback on the actual position (6064h) and motion status.

Fault handling and emergency messages

(1) Emergency error codes and fault classification

The manual provides a detailed list of error codes corresponding to CANopen emergency messages, covering categories such as hardware failures, power failures, motor/feedback failures, communication failures, etc. Typical codes are as follows:

Error code, fault type description, remedial measures

0x3210 Power failure F501 DC bus overvoltage reduces load deceleration rate, check regeneration resistor connection

0x3220 power failure F502 DC bus undervoltage check input power stability, troubleshooting loose wiring

0x4310 Temperature Fault F235 Drive Heat Sink Overheats, Clean Heat Dissipation Channel, Check Fan Operation Status, Reduce Load

0x7380 Feedback Fault F402 Feedback 1 Analog Signal Amplitude Fault Check Feedback Cable Wiring, Replace Feedback Equipment

0x8480 Motor Fault F302 Motor Overspeed Increase Speed Threshold (VL.THRESH), Optimize Speed Loop Parameters

0xFF02 current fault F529 exceeds Iu current offset limit check current sensor, recalibrate current loop

(2) Troubleshooting process

Identify fault codes: Obtain error codes by reading the DRV.FAULTRAS command through the driver panel (dual 7-segment screen displaying "F+code", such as F501), LED indicator light (red flashing=fault), or WorkBench software.

Identify the cause of the fault: According to the "CANopen Emergency Messages and Error Codes" section of the manual, match the fault type corresponding to the code (such as power supply, feedback, temperature), and investigate the hardware wiring, parameter configuration, and environmental conditions (such as temperature and load).

Implement remedial measures:

Wiring faults (such as feedback disconnection): After power failure, unplug the cable and confirm the pin correspondence (refer to the attached wiring diagram).

Parameter type faults (such as bus overvoltage): Adjust parameters through SDO (such as reducing deceleration rate), save and restart the drive.

Hardware faults (such as power level faults): If restarting is ineffective, contact technical support to return to the factory for repair.

Clear fault: Clear the fault by controlling bit 7 (fault reset) or DRV.CLRFAULTS command, confirm that the fault is eliminated, and then re enable the drive.


  • Hirschmann RS20-0800T1T1SDAEHC09.1.00 Industrial Ethernet Switch Managed Network Switch for Factory Automation and Industrial Communication Systems
  • Omron C500-NC103-E PLC Position Control Module Industrial Automation System for High Precision Machine Control and Factory Integration
  • Omron R88D-HT10 PLC Servo Drive Industrial Motion Control Unit for High Precision Automation Systems and Industrial Machinery Applications
  • Omron R88D-HS22 R88D-H310G R88M-H1K130 Servo Drive System High Precision Motion Control Package for Industrial Automation Applications with Cable
  • Schneider ATV212HD22N4S Variable Speed Drive Industrial Inverter for HVAC Motor Control Energy Efficient Automation System Solution
  • TOYO KEIKI EH-R YH-212 P:CARD5 Industrial Control Card Precision Measurement and Signal Processing Module for Automation Systems
  • Mitsubishi AJ71QLP21G PLC Module Industrial Communication and Control Unit for Factory Automation and System Integration Solutions
  • Mitsubishi A1SX81 Digital Input Module PLC Local Unit for Industrial Automation Signal Acquisition and High Reliability Control Systems
  • Omron F350-L100E Image Processing Unit Industrial Vision System for Automated Inspection and Quality Control Applications
  • Omron NS12-TS01B-V2 HMI Touch Screen Operator Panel Industrial Automation Interface for Machine Control and Visualization Systems
  • Siemens 6SE7090-0XX84-0AG1 CU3 Closed Loop Control Module Industrial Drive and Automation Control System Component
  • ABB P-HC-BRC-40000000 Harmony Bridge Controller Industrial Automation Communication and Integration Module
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Gate Driver Module for Industrial Drive Systems and High Power Inverter Control Solutions
  • Omron B7AM-8B16 PLC Digital I/O Module Expansion Unit for Industrial Automation Control Systems and Signal Processing
  • Omron R7M-A10030-BS1 SmartStep Servo Motor 100W 200V Industrial Motion Control System with Brake Function for Precision Automation
  • B&R 4PP035.0300-01 Operation Panel Industrial HMI Interface for Machine Control, Process Monitoring and Automation Visualization Systems
  • B&R 3AM050.6 PLC Module for Industrial Automation Control System Processing and Machine Control Unit
  • ABB G3ENa HENF450268R2 Industrial Automation Control Module High Performance Processing and Distributed System Interface Unit
  • ABB P5EAa HENF206350R2 Industrial Automation Control Module Advanced Processing and High Reliability System Interface Unit
  • ABB O3EC HENF442581R1 Industrial Automation Control Module High Precision Signal Processing and Distributed System Interface Unit
  • ABB O3EHa HENF315087R2 Industrial Automation Control Module Advanced Signal Processing and System Interface Unit
  • ABB E3ED Industrial Automation Control Module High Stability Signal Processing and Distributed System Interface Unit
  • ABB O3ED Industrial Automation Control Module Signal Processing and Distributed System Interface Unit
  • ABB E3EP HENF315276R1 Industrial Automation Control Module High Precision Signal Processing and System Interface Unit
  • ABB O3EGb HENF315118R2 Industrial Automation Control Module Advanced Signal Processing and System Interface Unit
  • ABB O3ES HENF445789R1 Industrial Automation Control Module Advanced Signal Processing and Distributed System Interface Unit
  • ABB E3EB HENF315129R1 Industrial Automation Control Module High Stability Signal Processing Unit
  • ABB G3ESa HENF318736R1 Industrial Control Module Advanced Automation System Interface Processing Unit
  • ABB 8025-235 Industrial Control and Measurement Module Automation Signal Processing Unit
  • ABB REG216 Industrial Generator Protection and Control System Advanced Power Automation Relay Unit
  • ABB PU512V2 3BUR001401R1 Industrial Processor Unit High Performance Automation Control Module
  • ABB LDMUI-001 61320946C Industrial Drive Control Interface Module High Performance Automation Communication Unit
  • ABB 216NG61A HESG441633R1 HESG216875/K Industrial Control Module Advanced Automation Processing Unit System Interface
  • ABB PFTL201C 50KN 3BSE007913R50 High Precision Load Cell Industrial Tension Measurement and Force Control Sensor Unit
  • ABB RED670 High Performance Line Differential Protection Relay Industrial Power System Protection Unit
  • ABB PP825A 3BSE042240R3 Industrial Panel Controller Advanced Automation HMI Processing Unit
  • ABB SCYC51020 58052582/G Industrial Control and Communication Module High Stability System Interface Unit
  • ABB AO2000 LS25 Industrial Gas Analyzer System High Precision Emission Monitoring and Process Control Unit
  • ABB LM80 Industrial Measurement and Signal Processing Module Automation System Data Acquisition Unit
  • ABB PFEA113-20 3BSE028144R0020 Industrial Tension Control Module High Precision Measurement Unit
  • ABB PM803F 3BDH000530R1 Industrial Controller CPU Automation System Processing Unit
  • ABB SD822 3BSC610038R1 Power Supply Module Industrial Automation System Stable Energy Unit
  • ABB PCD235B1101 3BHE032025R1101 Industrial Control Module High Performance Automation Processing Unit
  • ABB AZ20/112112221112E/STD Industrial Gas Analyzer Control and Monitoring System High Precision Measurement Unit
  • ABB KP3000 Advanced Industrial HMI Panel Operator Control Interface System Unit
  • ABB KP2500 Industrial HMI Operator Panel Human Machine Interface Control Display Unit
  • ABB UFD203A101 3BHE019361R0101 Industrial Interface Control Module Automation Communication Unit
  • ABB GVC736CE101 3BHE039203R0101 Industrial Drive Control Processing Unit High Performance Automation Controller
  • ABB UAD142A01 3BHE012551R0001 Industrial Control and Automation Interface Module High Stability Processing Unit
  • GE HE693STP110 Stepper Motor Control Module for Industrial PLC Systems
  • GE HE693STP104AX Stepper Control Module for PLC Automation System
  • GE DS200TCQAG1BHF Turbine Control Module
  • GE DS200ADGIH1AAA Analog Input Control Board
  • ABB CAI04 Analog Input Module for Industrial Automation System Signal Acquisition and Process Control Interface Unit Replacement
  • ABB FET3251C0P184C0H2 Industrial Control Interface Module for Automation System Signal Processing and Power Management Unit Replacement
  • ABB 5SHY35L4503 IGCT Power Module for Industrial Drive System Inverter Control and High Power Conversion Unit Replacement
  • ABB PM866-2 3BSE050201R1 AC 800M Controller CPU Module for Industrial Automation System Control Processing and Distributed Control System Core Unit
  • ABB CP405 A0 1SAP500405R0001 HMI Touch Panel for Industrial Automation Operator Interface Display Control and Monitoring System
  • ABB R474A11XE HAFAABAAABE1BCA1XE Power Supply Module for Industrial Automation System Control Cabinet Energy Distribution and Interface Support Unit
  • GUTOR OP6257 Industrial Power Control Module | Reliable UPS System Component
  • ABB REF542PLUS 1VCR007346 Protection Relay for Substation Automation Power Distribution Control and Electrical Fault Protection System
  • ABB REF542PLUS 1VCF752000 Protection Relay for Substation Automation Power System Control and Electrical Fault Detection Unit
  • ABB PPD113B03-26-100100 3BHE023584R2625 Drive Control Board for Industrial Automation Excitation System and Power Electronics Control Module
  • ABB PCD232A 3BHE022293R0101 Industrial Drive Control Processing Module Power Electronics Interface Unit
  • ABB PFEA113-65 3BSE050092R65 Tension Control Module Industrial Automation Measurement Unit
  • ABB XVC767AE102 3BHB007209R0102 Industrial Drive Control Board Power Electronics System Module
  • ABB CI857K01 3BSE018144R1 Communication Interface Module for Industrial Automation System Control Network Integration and Data Exchange Gateway Unit
  • ABB 3ASC25H219B DATX133 Advanced Signal Interface Module for Industrial Automation System Multi-Channel Communication and Control Data Optimization Unit
  • ABB 3ASC25H214 DATX130 High-Speed Signal Interface Module for Industrial Automation System Communication Upgrade and Control Data Processing Unit
  • ABB 3ASC25H208 DATX100 Signal Interface Module for Industrial Automation System Communication Processing and Control Data Exchange Unit
  • ABB 3ASC25H204 DAPU100 Data Processing Unit for Industrial Automation System Control Coordination and High-Speed System Data Management Module
  • ABB 3ASC25H216A DATX132 Signal Interface Module for Industrial Automation System Control Expansion and High-Speed Data Communication Unit
  • ABB LWN2660-6 Power Supply and Network Interface Module for Industrial Automation System Control Cabinet Energy Distribution and Communication Support Unit
  • ABB ICSE08B5 FPR3346501R1012 Control and Signal Processing Module for Industrial Automation System Interface and System Expansion Unit
  • ABB 1MRK00008-KB Protection and Measurement Module for Power System Relay Control Industrial Substation Automation Unit
  • ABB UAD155A0111 3BHE029110R0111 Interface Module for Industrial Automation System Communication Control and Signal Processing Unit
  • ABB PM511V08 3BSE011180R1 Processor Unit for ABB Industrial Automation Control System CPU Module High Performance PLC and DCS Controller Unit
  • ABB PU515A 3BSE032401R1 Processor Unit for ABB Industrial Automation System Control Processing and High Performance PLC System Core Module
  • ABB TU810V1 3BSE013230R1 Terminal Unit for ABB S800 I/O System Industrial Automation Module Connection and Signal Interface Base Unit
  • ABB XO08R2 1SBP260109R1001 Digital Output Module for ABB PLC System Industrial Automation I/O Control Expansion Unit
  • ABB 3BHL000986P0006 Drive Control Power Module for Industrial Converter System High Power Automation and Motor Drive Control Unit
  • ABB SC540 3BSE006096R1 Control System Module for Industrial Automation PLC DCS Control and System Communication Processing Unit
  • ABB 5SHY4045L0001 IGBT Power Module 3BHB018162R0001 3BHE009681R0101 GVC750BE101 for High Power Industrial Drive and Converter Systems
  • ABB P4LQA HENF209736R0003 Control Interface Module for Industrial Automation System Signal Processing and System Integration Unit
  • ABB FENA-11 Ethernet Adapter Module for ABB Drives Industrial Communication Interface and Network Control Unit
  • ABB COM0003 2RAA005844A0006A Communication Processor Module for Industrial Automation System Network Control and Data Exchange Unit
  • ABB AIM0006 2RCA021397A0001F Communication Interface Module for Industrial Automation System Integration and Data Exchange Unit
  • ABB S-073N 3BHB009884R0021 Drive Control Module for ABB High Power Converter and Industrial Drive System Power Interface Unit
  • ABB REF615E Feeder Protection Relay HBFHAEAGNCA1BNN1XE Intelligent Protection Device for Power Distribution and Electrical Automation Systems
  • Meggitt C327845-11 Industrial Control Module | High Reliability Automation Component
  • ABB TP830 3BSE018114R1 Industrial Operator Panel HMI Interface Unit Automation Control Display Module
  • ABB DSAI146 3BSE007949R1 Industrial Analog Input Module Automation System Signal Interface Unit
  • ABB 5SHX2645L0004 3BHL000389P0104 IGBT Power Module for High-Power Industrial Drive System and ABB Converter Control Unit
  • ABB LC-608 Industrial Logic Control Module for ABB Automation System Interface Signal Processing and Control Integration Unit
  • ABB TK803V018 3BSC950130R1 System Interface Module for ABB DCS Automation Network Configuration and Industrial Control Support Unit
  • ABB RF522 3BSE000743R1 Communication Interface Module for ABB DCS System Network Node and Industrial Automation Control Integration Unit
  • ABB DSRF197 3BSE019297R1 Communication Interface Module for ABB DCS Industrial Automation System Signal and Network Control Unit
  • ABB DSBC176 3BSE019216R1 Bus Extender Board Industrial Communication Module for ABB DCS and PLC System Network Expansion Unit
  • ABB DSAO120A 3BSE018293R1 Analog Output Module Industrial Control I/O Unit for ABB DCS Automation System Process Control
  • ABB DSDP170 57160001-ADF Distributed I/O Processing Module for ABB DCS Automation System Expansion and Control Integratio
  • ABB DSDO115A 3BSE018298R1 Digital Output Module Industrial Control I/O Unit for ABB DCS Automation System
  • ABB DSDI110AV1 3BSE018295R1 Digital Input Module Industrial I/O Unit for ABB DCS Automation System Signal Acquisition
  • ABB 5SHY3545L0010 3BHB013088R0001 GVC750BE101 High Power IGBT Module for ABB Industrial Drive and Inverter System
  • ABB 81943A041-1 Industrial System Expansion Interface Module for ABB Automation and Control System Integration Unit
  • ABB SA168 3BSE003389R1 Signal Processing Module Industrial Analog Input Interface Unit for ABB Automation System
  • ABB PM865K01 3BSE031151R1 AC 800M Controller PLC Central Processing Unit Industrial Automation Control Module
  • ABB 5SHY3545L0016 3BHB020720R0002 GVC736BE101 IGBT Power Module High Power Inverter Module for ABB Drive System
  • ABB TP853 3BSE018126R1 HMI Operator Panel Industrial Control Touch Display Unit for ABB Automation System
  • ABB REM545AG228AAAA Advanced Protection Relay Industrial Power System Automation Control Device
  • ABB CI626A 3BSE005029R1 Industrial Communication Interface Module Distributed Control System Unit
  • ABB NDCU-12C Industrial Drive Control Unit Automation System Communication Module
  • ABB REM615C_D HCMJAEADAND2BNN1CD Protection and Control Relay Industrial Power System Automation Device
  • ABB IBA 940143201 Industrial Bus Adapter Module Automation Communication Interface Unit
  • ABB PFSK151 3BSE018876R1 Industrial Signal Processing Control Module Automation System Unit
  • ABB IDPG 940128102 Industrial Digital Power Control Module Automation System Component
  • ABB OCAH 940181103 Industrial System Interface Module for ABB DCS Communication and Signal Adaptation Unit
  • ABB OCAHG 492838402 Industrial Communication Interface Module for ABB DCS Control System Integration Unit
  • ABB PPD539 A102 3BHE039770R0102 Process Control Unit Industrial Automation Controller Module for ABB System
  • ABB PP825 3BSE042240R1 Basic HMI Operator Panel Industrial Control Display Unit for ABB Automation System
  • ABB TP857 3BSE030192R1 HMI Touch Panel Industrial Operator Interface Display Unit for ABB Automation System
  • ABB PP865A 3BSE042236R2 HMI Operator Panel Industrial Human Machine Interface Display Unit for ABB Control System
  • ABB SCYC51020 58052582H Drive Control Interface Board Industrial Inverter Communication Module
  • ABB SCYC51010 58052515G Drive Control Interface Board Industrial Inverter Signal Interface Unit
  • ABB CB801 3BSE042245R1 Control Board Industrial Drive System Central Control Unit for ABB IGBT Inverter System
  • ABB SCYC51090 58053899E IGBT Protection Control Board Industrial Drive Protection Unit for ABB Inverter System
  • ABB SCYC51040 58052680E Gate Driver Control Board Industrial IGBT Drive Control Unit for ABB Power System
  • ABB 5SHY4045L0001 3BHB018162R0001 High Power IGBT Module Industrial Drive Inverter Power Semiconductor Device
  • ABB 5SHY6545L0001 AC10272001R0101 5SXE10-0181 High Power Semiconductor Module Industrial Drive Control Component