Industrial Automation

Your present location > Home page > Industrial Automation
Practical Design of the Power Chain for Industrial Collaborative Robots: Balancing Precision, Power Density, and Operational Safety
Industrial Collaborative Robot Power Chain System Topology Diagram

Industrial Collaborative Robot Power Chain System Overall Topology Diagram

graph LR %% Main Power Input & Distribution subgraph "Main Power Input & Central Distribution" AC_IN["AC Grid Input"] --> PSU["Industrial Power Supply Unit
24V/48V/72V DC"] PSU --> DC_BUS["Main DC Bus
24-72VDC"] DC_BUS --> DIST_BOARD["Central Power Distribution Board"] subgraph "Power Distribution MOSFET Array" Q_DIST1["VBF1638
60V/35A"] Q_DIST2["VBF1638
60V/35A"] Q_DIST3["VBF1638
60V/35A"] Q_DIST4["VBF1638
60V/35A"] end DIST_BOARD --> Q_DIST1 DIST_BOARD --> Q_DIST2 DIST_BOARD --> Q_DIST3 DIST_BOARD --> Q_DIST4 Q_DIST1 --> AUX_SYS["Auxiliary Systems
(Vision, Sensors)"] Q_DIST2 --> TOOL_IO["Tool I/O Power"] Q_DIST3 --> SAFETY_CIRCUIT["Functional Safety Circuits"] Q_DIST4 --> COOLING_FAN["Cooling System"] end %% Joint Servo Drive Modules subgraph "Joint Servo Drive Modules (6-Axis Example)" subgraph "Joint 1: Base Rotation" J1_DRIVER["Servo Driver Controller"] --> J1_GATE_DRV["Gate Driver"] J1_GATE_DRV --> J1_MOS1["VBGL1402
40V/170A"] J1_GATE_DRV --> J1_MOS2["VBGL1402
40V/170A"] J1_GATE_DRV --> J1_MOS3["VBGL1402
40V/170A"] J1_MOS1 --> J1_MOTOR_U["Motor Phase U"] J1_MOS2 --> J1_MOTOR_V["Motor Phase V"] J1_MOS3 --> J1_MOTOR_W["Motor Phase W"] J1_CURRENT_SENSE["Current Sensor"] --> J1_DRIVER J1_TEMP_SENSE["Temperature Sensor"] --> J1_DRIVER end subgraph "Joint 2: Shoulder" J2_DRIVER["Servo Driver Controller"] --> J2_GATE_DRV["Gate Driver"] J2_GATE_DRV --> J2_MOS1["VBGL1402
40V/170A"] J2_GATE_DRV --> J2_MOS2["VBGL1402
40V/170A"] J2_GATE_DRV --> J2_MOS3["VBGL1402
40V/170A"] J2_MOS1 --> J2_MOTOR_U["Motor Phase U"] J2_MOS2 --> J2_MOTOR_V["Motor Phase V"] J2_MOS3 --> J2_MOTOR_W["Motor Phase W"] end subgraph "Joint 6: End-Effector" J6_DRIVER["Servo Driver Controller"] --> J6_GATE_DRV["Gate Driver"] J6_GATE_DRV --> J6_MOS1["VBGL1402
40V/170A"] J6_GATE_DRV --> J6_MOS2["VBGL1402
40V/170A"] J6_GATE_DRV --> J6_MOS3["VBGL1402
40V/170A"] J6_MOS1 --> J6_MOTOR_U["Motor Phase U"] J6_MOS2 --> J6_MOTOR_V["Motor Phase V"] J6_MOS3 --> J6_MOTOR_W["Motor Phase W"] end DC_BUS --> J1_DRIVER DC_BUS --> J2_DRIVER DC_BUS --> J6_DRIVER end %% Control System & Low-Side Switching subgraph "Main Control System & Signal Switching" MAIN_MCU["Main Controller MCU"] --> CAN_TRANS["CAN Transceiver"] CAN_TRANS --> JOINT_BUS["Joint Communication Bus"] MAIN_MCU --> SAFETY_CTRL["Safety Controller
(PLd/Category 3)"] SAFETY_CTRL --> SAFETY_CIRCUIT subgraph "Low-Side Signal Switch Array" LS_SW1["VB1210
20V/9A"] LS_SW2["VB1210
20V/9A"] LS_SW3["VB1210
20V/9A"] LS_SW4["VB1210
20V/9A"] LS_SW5["VB1210
20V/9A"] LS_SW6["VB1210
20V/9A"] end MAIN_MCU --> LS_SW1 MAIN_MCU --> LS_SW2 MAIN_MCU --> LS_SW3 MAIN_MCU --> LS_SW4 MAIN_MCU --> LS_SW5 MAIN_MCU --> LS_SW6 LS_SW1 --> RELAY1["Gripper Relay"] LS_SW2 --> SOLENOID["Tool Solenoid"] LS_SW3 --> LED_INDICATOR["Status LEDs"] LS_SW4 --> BUZZER["Audible Alarm"] LS_SW5 --> COMM_MODULE["Auxiliary Comms"] LS_SW6 --> BACKUP_SENSOR["Backup Sensors"] end %% Thermal Management System subgraph "Three-Zone Thermal Management Architecture" subgraph "Zone 1: Joint Modules" Z1_STRATEGY["Conductive Cooling"] --> Z1_TARGET["VBGL1402 MOSFETs"] Z1_TARGET --> Z1_HEATSINK["Robot Arm Structure
as Heat Spreader"] end subgraph "Zone 2: Control Cabinet" Z2_STRATEGY["Forced Air Cooling"] --> Z2_TARGET["VBF1638 MOSFETs
Power Distribution"] Z2_TARGET --> Z2_FAN["System Cooling Fan"] end subgraph "Zone 3: Controller PCBs" Z3_STRATEGY["PCB Thermal Design"] --> Z3_TARGET["VB1210 MOSFETs
Control ICs"] Z3_TARGET --> Z3_COPPER["Copper Planes
Board Edge Cooling"] end TEMP_MONITOR["Temperature Monitoring"] --> MAIN_MCU MAIN_MCU --> COOLING_CTRL["Cooling Control Logic"] COOLING_CTRL --> Z2_FAN end %% Protection & Monitoring subgraph "Protection & Monitoring Circuits" subgraph "EMI Suppression" EMI_FILTER["Input EMI Filter"] DECOUPLING_CAP["Local Decoupling Caps"] TWISTED_PAIR["Twisted Pair Cables"] SHIELDED_CABLE["Shielded Motor Cables"] end subgraph "Electrical Protection" SNUBBER["Snubber Circuits"] FLYBACK_DIODE["Flyback Diodes"] TVS_ARRAY["TVS Protection"] OVERCURRENT["Overcurrent Protection"] end subgraph "Safety Systems" STO["Safe Torque Off (STO)"] REDUNDANT_SENSE["Redundant Current Sensing"] COLLISION_DETECT["Collision Detection"] EMERGENCY_STOP["Emergency Stop Circuit"] end EMI_FILTER --> AC_IN DECOUPLING_CAP --> J1_MOS1 SNUBBER --> J1_MOTOR_U FLYBACK_DIODE --> RELAY1 STO --> SAFETY_CTRL REDUNDANT_SENSE --> J1_CURRENT_SENSE end %% Communication & Integration MAIN_MCU --> ETHERNET["Ethernet Interface"] MAIN_MCU --> CLOUD_CONNECT["Cloud Connectivity"] SAFETY_CTRL --> SAFETY_BUS["Safety Fieldbus"] %% Style Definitions style J1_MOS1 fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style Q_DIST1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style LS_SW1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style MAIN_MCU fill:#fce4ec,stroke:#e91e63,stroke-width:2px

As industrial collaborative robots evolve towards higher payload capacity, greater precision, and closer human-robot interaction, their internal servo drive and power distribution systems are no longer simple switching units. Instead, they are the core determinants of dynamic performance, motion accuracy, and intrinsic safety. A well-designed power chain is the physical foundation for these robots to achieve smooth torque control, high-efficiency regenerative braking, and robust durability within constrained spaces and demanding operational cycles.
However, building such a chain presents multi-dimensional challenges: How to achieve high power density and low heat generation within compact joint modules? How to ensure the absolute reliability of power devices under conditions of frequent start-stop and overload? How to seamlessly integrate functional safety, thermal management, and intelligent current monitoring for safe collaboration? The answers lie within every engineering detail, from the selection of key components to system-level integration.
I. Three Dimensions for Core Power Component Selection: Coordinated Consideration of Voltage, Current, and Topology
1. Joint Servo Drive MOSFET: The Core of Dynamic Performance and Power Density
The key device is the VBGL1402 (40V/170A/TO-263, Single-N, SGT).
Voltage and Current Stress Analysis: Collaborative robot joint motors typically operate on low-voltage bus systems (24V, 48V, or 72V DC). A 40V VDS rating provides ample margin for a 24V/48V bus, ensuring reliability against voltage spikes. The exceptionally low RDS(on) of 1.4mΩ (at 10V VGS) is critical for minimizing conduction loss (P_cond = I² RDS(on)) during sustained high-torque operation, directly reducing heat generation within the compact joint housing.
Dynamic Response and Efficiency: The SGT (Shielded Gate Trench) technology offers an excellent figure of merit (FOM), balancing low on-resistance and gate charge. This enables high switching frequencies necessary for precise PWM current control in servo drives, while keeping switching losses manageable. The low gate threshold voltage (Vth=3V) ensures compatibility with low-voltage MCU-driven gate drivers.
Thermal Design Relevance: The TO-263 (D²PAK) package offers a superior footprint for heatsinking. Mounting it directly onto a thermally conductive joint housing or a dedicated miniaturized heatsink is essential to manage the heat flux from 170A continuous current capability.
2. Centralized DC Power Distribution MOSFET: The Backbone for Auxiliary Systems and Safety Isolation
The key device is the VBF1638 (60V/35A/TO-251, Single-N, Trench).
Efficiency and Control Logic: This device is ideal for intelligent power distribution modules managing auxiliary systems (vision system LEDs, tool I/O, cooling fans, safety sensors). Its moderate current rating and low RDS(on) (32mΩ at 10V VGS) ensure low voltage drop when switching these loads. It can be used in safety-critical circuits, such as enabling/disabling power to specific joint modules or peripherals based on safety controller signals.
Compactness and Reliability: The TO-251 package provides a robust through-hole mounting option that is more vibration-resistant than SMD-only packages for certain chassis-mounted distribution boards. Its Trench technology ensures stable performance under the variable loads typical of auxiliary systems.
3. Low-Side Drive / Signal-Level Switch MOSFET: The Enabler for Compact Control Electronics
The key device is the VB1210 (20V/9A/SOT23-3, Single-N, Trench).
High-Density Integration for Control Logic: This ultra-small SOT23-3 device is perfect for densely populated main controller or driver PCBs. It serves as a low-side switch for controlling small relays, solenoid valves in grippers, or indicator lights. Its very low on-resistance (11mΩ at 10V VGS) for its package size minimizes heat generation when switching several amps.
Gate Driving Simplicity: The low and consistent gate threshold voltage range (0.5V~1.5V) allows it to be driven directly from microcontroller GPIO pins (3.3V or 5V logic) without needing a level shifter in many cases, simplifying circuit design and saving space.
II. System Integration Engineering Implementation
1. Distributed Thermal Management Strategy
A multi-zone approach is necessary due to space constraints.
Zone 1 (Joint Modules): The VBGL1402 in each joint servo driver must be conductively coupled to the robot arm's structural metal or a dedicated embedded copper heatsink, leveraging the arm as a heat spreader.
Zone 2 (Control Cabinet / Base): Devices like the VBF1638 on the power distribution board require forced air cooling via a system fan or natural convection with strategic board layout and copper pours.
Zone 3 (Controller PCBs): Heat from multiple VB1210 devices and other logic ICs is managed through internal PCB ground/power planes connected to the board's edges or mounting points.
2. Electromagnetic Compatibility (EMC) and Functional Safety Design
Conducted & Radiated EMI Suppression: Use local decoupling capacitors at the drains of all switching MOSFETs. Employ twisted-pair or shielded cables for motor phases and sensitive sensor lines. The compact nature of servo drives demands careful PCB layout with minimized high di/dt loop areas.
Functional Safety Integration: Collaborative robots must comply with standards like ISO 10218-1 and ISO/TS 15066. The power distribution MOSFETs (e.g., VBF1638) can be part of Safe Torque Off (STO) or other category 3/PLd safety circuits. Redundant current monitoring using shunts or Hall sensors on each joint motor phase is critical for overload and collision detection.
3. Reliability Enhancement for Continuous Operation
Electrical Stress Protection: Snubber circuits across motor terminals may be needed for longer cable runs to joint motors. Flyback diodes are mandatory for all inductive loads (relays, solenoids) switched by devices like the VB1210.
Fault Diagnosis: Implement hardware overcurrent protection on each motor phase. Monitor heatsink temperature in each joint. The low RDS(on) of the selected MOSFETs themselves contributes to reliability by reducing thermal stress under normal operation.
III. Performance Verification and Testing Protocol
1. Key Test Items and Standards
Dynamic Performance Test: Measure step response, settling time, and torque ripple under varying loads to validate the precision enabled by the fast-switching, low-loss power devices.
Thermal Cycling Test: Subject the robot to repeated high-duty-cycle movements in an environmental chamber to validate thermal management from joint to control cabinet.
EMC Test: Ensure compliance with industrial standards (e.g., IEC 61000-6-2, -6-4) to prevent interference with nearby sensitive equipment.
Endurance and Lifetime Test: Execute millions of repetitive motion cycles on a test bench to simulate years of operation, monitoring for degradation in MOSFET parameters or joint temperature rise.
Functional Safety Validation: Rigorously test all safety-related circuits, including power isolation via distribution switches, to verify performance to the required Performance Level (PL).
2. Design Verification Example
Test data from a 10kg payload collaborative robot arm (Bus voltage: 48VDC, Ambient temp: 25°C) shows:
Joint Driver Efficiency: Peak efficiency of the servo drive (using VBGL1402) exceeded 98% at rated torque.
Thermal Performance: Under continuous peak torque operation, the VBGL1402 case temperature stabilized at 85°C with conduction to the aluminum joint housing.
System Response: The low gate charge of the VB1210 enabled sub-microsecond switching for control signals, contributing to fast system-level safety response.
The power distribution system (using VBF1638) operated without fault during 100,000 cycle load switching tests.
IV. Solution Scalability
1. Adjustments for Different Payloads and Kinematics
Low Payload (<5kg) / SCARA Robots: May use lower current rated MOSFETs in smaller packages (e.g., SO-8 variants like VBBC1309) for joint drives, reducing joint size further.
High Payload (>15kg) / Heavy-Duty Collaborative Arms: May require parallel operation of VBGL1402 devices per joint or transition to power modules for currents beyond 200A. The centralized power distribution would need higher current switches.
Mobile Collaborative Robots (Cobots on AGVs): The entire power system must be optimized for energy efficiency. The high efficiency of the selected MOSFETs directly extends battery life.
2. Integration of Cutting-Edge Technologies
Intelligent Power Health Monitoring (IPHM): Future systems can monitor the on-state resistance (RDS(on)) of key MOSFETs like the VBGL1402 over time. A gradual increase can predict end-of-life or cooling system degradation, enabling predictive maintenance.
Wide Bandgap (GaN) Technology Roadmap:
Phase 1 (Current): The selected Silicon-based MOSFETs (SGT/Trench) offer the optimal balance of performance, cost, and reliability for mainstream collaborative robots.
Phase 2 (Next 2-3 years): Adoption of GaN HEMTs for the joint servo drives in premium models. This could enable switching frequencies in the MHz range, drastically reducing the size of motor inductors and filters, and allowing for even more compact joint designs.
Phase 3 (Future): Integration of monolithic half-bridge GaN ICs with drivers, further simplifying design and maximizing power density.
Conclusion
The power chain design for industrial collaborative robots is a meticulous balancing act between power density, thermal performance, control precision, and functional safety. The tiered optimization scheme proposed—employing a high-current, low-loss SGT MOSFET for dynamic joint control, a robust Trench MOSFET for safe and efficient power distribution, and an ultra-compact Trench MOSFET for high-density logic control—provides a scalable and reliable foundation for cobots of various scales and applications.
As collaborative robots become more intelligent and demand greater autonomy, their power management will trend towards greater decentralization and intelligence at the joint level. Engineers must adhere to stringent industrial and functional safety standards while employing this framework, preparing for the eventual integration of Wide Bandgap semiconductors and advanced predictive health monitoring.
Ultimately, excellent robotic power design is felt, not seen. It translates into smoother, more precise, and safer human-robot collaboration, higher throughput, and lower total cost of ownership through exceptional reliability. This is the true value of engineering precision in powering the next generation of intelligent automation.

Detailed Topology Diagrams

Joint Servo Drive & VBGL1402 Application Detail

graph LR subgraph "Three-Phase Motor Drive Bridge" DC_IN["48V DC Bus"] --> CAP_BANK["DC Link Capacitors"] CAP_BANK --> PHASE_BRIDGE["Three-Phase Inverter"] subgraph "High-Current MOSFET Array" Q_UH["VBGL1402
High-Side U"] Q_UL["VBGL1402
Low-Side U"] Q_VH["VBGL1402
High-Side V"] Q_VL["VBGL1402
Low-Side V"] Q_WH["VBGL1402
High-Side W"] Q_WL["VBGL1402
Low-Side W"] end PHASE_BRIDGE --> Q_UH PHASE_BRIDGE --> Q_UL PHASE_BRIDGE --> Q_VH PHASE_BRIDGE --> Q_VL PHASE_BRIDGE --> Q_WH PHASE_BRIDGE --> Q_WL Q_UH --> MOTOR_U["Motor Phase U"] Q_UL --> GND_M Q_VH --> MOTOR_V["Motor Phase V"] Q_VL --> GND_M Q_WH --> MOTOR_W["Motor Phase W"] Q_WL --> GND_M end subgraph "Control & Feedback System" DRV_CTRL["Servo Controller
(DSP/MCU)"] --> GATE_DRIVER["Gate Driver IC"] GATE_DRIVER --> Q_UH GATE_DRIVER --> Q_UL GATE_DRIVER --> Q_VH GATE_DRIVER --> Q_VL GATE_DRIVER --> Q_WH GATE_DRIVER --> Q_WL CURRENT_SENSE["Shunt/Hall Sensor"] --> AMP["Current Amplifier"] AMP --> ADC["ADC Input"] ADC --> DRV_CTRL ENCODER["Motor Encoder"] --> POS_INTERFACE["Position Interface"] POS_INTERFACE --> DRV_CTRL TEMP_SENSOR["NTC on Heatsink"] --> TEMP_ADC["Temperature ADC"] TEMP_ADC --> DRV_CTRL end subgraph "Thermal Management" MOSFET_HEATSINK["TO-263 Package"] --> THERMAL_PAD["Thermal Interface Material"] THERMAL_PAD --> JOINT_HOUSING["Aluminum Joint Housing"] JOINT_HOUSING --> ARM_STRUCTURE["Robot Arm Structure"] end style Q_UH fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style DRV_CTRL fill:#fce4ec,stroke:#e91e63,stroke-width:2px

Power Distribution & Intelligent Switching Detail

graph LR subgraph "Central Power Distribution Module" DC_BUS_IN["Main DC Bus"] --> INPUT_PROTECTION["Input Protection
(Fuse/TVS)"] INPUT_PROTECTION --> DIST_CONTROLLER["Distribution Controller"] subgraph "Safety-Critical Power Channels" CH1_CTRL["Channel 1 Control"] --> CH1_MOS["VBF1638"] CH1_MOS --> CH1_OUT["Joint 1 Enable
(STO Function)"] CH2_CTRL["Channel 2 Control"] --> CH2_MOS["VBF1638"] CH2_MOS --> CH2_OUT["Joint 2 Enable
(STO Function)"] CH3_CTRL["Channel 3 Control"] --> CH3_MOS["VBF1638"] CH3_MOS --> CH3_OUT["Emergency System Power"] end subgraph "Auxiliary Power Channels" CH4_CTRL["Channel 4 Control"] --> CH4_MOS["VBF1638"] CH4_MOS --> CH4_OUT["Vision System LEDs"] CH5_CTRL["Channel 5 Control"] --> CH5_MOS["VBF1638"] CH5_MOS --> CH5_OUT["Tool I/O Power"] CH6_CTRL["Channel 6 Control"] --> CH6_MOS["VBF1638"] CH6_MOS --> CH6_OUT["Cooling Fan Control"] end DIST_CONTROLLER --> CH1_CTRL DIST_CONTROLLER --> CH2_CTRL DIST_CONTROLLER --> CH3_CTRL DIST_CONTROLLER --> CH4_CTRL DIST_CONTROLLER --> CH5_CTRL DIST_CONTROLLER --> CH6_CTRL SAFETY_CONTROLLER["Safety Controller
(PLd)"] --> SAFETY_SIGNAL["Safety Enable"] SAFETY_SIGNAL --> DIST_CONTROLLER end subgraph "Low-Side Signal Switching Matrix" MCU_GPIO["MCU GPIO Pins"] --> LEVEL_SHIFTER["3.3V to 5V Level Shifters"] subgraph "Control Signal Switches" SIG1["GPIO1"] --> SW1["VB1210"] SW1 --> RELAY_COIL["Gripper Relay Coil"] SIG2["GPIO2"] --> SW2["VB1210"] SW2 --> SOLENOID_COIL["Tool Solenoid"] SIG3["GPIO3"] --> SW3["VB1210"] SW3 --> STATUS_LED["Status Indicator"] SIG4["GPIO4"] --> SW4["VB1210"] SW4 --> BUZZER_DRIVE["Audible Buzzer"] SIG5["GPIO5"] --> SW5["VB1210"] SW5 --> COMM_POWER["Comm Module Power"] SIG6["GPIO6"] --> SW6["VB1210"] SW6 --> SENSOR_POWER["Backup Sensor Power"] end LEVEL_SHIFTER --> SIG1 LEVEL_SHIFTER --> SIG2 LEVEL_SHIFTER --> SIG3 LEVEL_SHIFTER --> SIG4 LEVEL_SHIFTER --> SIG5 LEVEL_SHIFTER --> SIG6 RELAY_COIL --> FLYBACK_DIODE1["Flyback Diode"] SOLENOID_COIL --> FLYBACK_DIODE2["Flyback Diode"] end style CH1_MOS fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style SW1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px

Thermal Management & Safety System Detail

graph LR subgraph "Three-Zone Thermal Management" subgraph "Zone 1: Joint Thermal Path" J1_MOS["VBGL1402 (Joint 1)"] --> TIM1["Thermal Interface Material"] TIM1 --> HS1["Joint Housing/Aluminum Heatsink"] J2_MOS["VBGL1402 (Joint 2)"] --> TIM2["Thermal Interface Material"] TIM2 --> HS2["Joint Housing/Aluminum Heatsink"] HS1 --> ARM_STRUCTURE["Robot Arm Structure"] HS2 --> ARM_STRUCTURE end subgraph "Zone 2: Cabinet Cooling" DIST_MOS["VBF1638 Array"] --> PCB_COPPER["PCB Copper Pour"] PCB_COPPER --> HS_CABINET["Cabinet Heatsink"] HS_CABINET --> AIR_FLOW["Forced Air Flow"] AIR_FLOW --> EXHAUST_FAN["Exhaust Fan"] TEMP_SENSOR_CAB["Cabinet Temp Sensor"] --> FAN_CONTROLLER["Fan Speed Controller"] FAN_CONTROLLER --> EXHAUST_FAN end subgraph "Zone 3: Control Board Cooling" CTRL_MOS["VB1210 Array"] --> INNER_LAYERS["Inner PCB Layers"] CTRL_ICS["Control ICs"] --> INNER_LAYERS INNER_LAYERS --> BOARD_EDGE["Board Edge Connectors"] BOARD_EDGE --> CHASSIS["Chassis Ground"] end subgraph "Temperature Monitoring Network" TEMP_JOINT1["Joint 1 NTC"] --> ADC_MUX["Temperature ADC MUX"] TEMP_JOINT2["Joint 2 NTC"] --> ADC_MUX TEMP_CABINET["Cabinet NTC"] --> ADC_MUX TEMP_BOARD["Board NTC"] --> ADC_MUX ADC_MUX --> MAIN_MCU["Main MCU"] MAIN_MCU --> THERMAL_LOGIC["Thermal Management Logic"] THERMAL_LOGIC --> ALARM["Over-Temperature Alarm"] THERMAL_LOGIC --> THROTTLE["Power Throttling"] end end subgraph "Functional Safety Systems" subgraph "Safe Torque Off (STO)" SAFETY_PLC["Safety PLC"] --> SAFETY_RELAY["Safety Relay"] SAFETY_RELAY --> ENABLE_SIGNALS["Joint Enable Signals"] ENABLE_SIGNALS --> DIST_CHANNELS["Distribution MOSFETs"] DIST_CHANNELS --> JOINT_POWER["Joint Power Off"] end subgraph "Redundant Current Monitoring" PHASE_CURRENT1["Phase Current Sensor 1"] --> ADC1["Primary ADC"] PHASE_CURRENT2["Phase Current Sensor 2"] --> ADC2["Redundant ADC"] ADC1 --> COMPARATOR["Comparison Logic"] ADC2 --> COMPARATOR COMPARATOR --> FAULT_DETECT["Fault Detection"] FAULT_DETECT --> SAFE_SHUTDOWN["Safe Shutdown"] end subgraph "Collision & Overload Protection" TORQUE_SENSING["Torque Estimation"] --> COLLISION_ALG["Collision Algorithm"] ENCODER_DATA["Encoder Data"] --> COLLISION_ALG COLLISION_ALG --> COLLISION_FLAG["Collision Flag"] COLLISION_FLAG --> SAFETY_RESPONSE["Safety Response"] SAFETY_RESPONSE --> MOTOR_STOP["Immediate Motor Stop"] end end style J1_MOS fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style DIST_MOS fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
Download PDF document
Download now:VBGL1402

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat