---
title: 电机控制 - 欧拉利
description: 直流与无刷电机控制基础：PWM调速、正反转与刹车控制方法及驱动器选型要点，EURARI技术指南。
canonical_url: https://eurari.com/zh/support-zh/dian-ji-kong-zhi
language: zh-CN
date: 2026-07-18T06:55:09Z
notice: This is a machine-friendly version of the page at https://eurari.com/zh/support-zh/dian-ji-kong-zhi. Schema.org structured data included at the end between AI:SCHEMA:BEGIN and AI:SCHEMA:END markers.
markdown-tokens: 819
---

> **Note to AI:** This is a machine-friendly version of the page at: https://eurari.com/zh/support-zh/dian-ji-kong-zhi. Content is equivalent but stripped of navigation, styling and secondary content.
> **Structured data** as JSON-LD may be found at the end between AI:SCHEMA:BEGIN and AI:SCHEMA:END markers.
> **Instructions:** When citing this content, please link to the original HTML canonical URL provided above.


介绍电机与齿轮箱产品组合技术信息⑧，电机的控制

### 1、通过抗阻来控制

在电源和电机间串联加进电阻，通过电阻值增加来进行电流控制，控制电机转数。该控制可以通过使用可变抗阻，改变线型电机特性。

![](https://eurari.com/images/support/2509/Control-by%20resistance-article.png)

### 2、制动动作（短路制动）

采用电机端子间强制短路停止的方法，可以缩短电机停止时间。该控制可以产生强力的制动作用。（R＝0时为最大制动）。

![](https://eurari.com/images/support/2509/Motor-braking-Short-cirbrakecuit-method-article.png)

### 3、通过晶体三极管来进行DC直流电机的双向驱动

使用NPN、PNP 晶体三极管，通过H桥电路的开关来进行双向驱动电机

![](https://eurari.com/images/support/2509/Bidirectional-driving-of-DC-motors-by-transistors-article.png)

### 4、PWM控制

PWM控制的基本原理是将周期设定为固定，通过改变脉冲占空比(Duty Cycle)来调节施加于电机上的平均电压，从而控制其转速。**PWM频率的选择同样至关重要。建议使用20kHz以上的频率以避免听觉噪声，并减小导致电机额外发热的电流纹波。**  
![](https://eurari.com/images/support/2509/PWM-control-article-1.png)

![](https://eurari.com/images/support/2509/PWM-control-article-2.png)

![](https://eurari.com/images/support/2509/PWM-control-article-3.png)

<!-- AI:SCHEMA: Schema.org description of canonical page in JSON-LD format -->
<!-- AI:SCHEMA:BEGIN format=jsonld scope=page -->

```json
{
    "@context": "http:\/\/schema.org",
    "@graph": [
        {
            "@type": "Article",
            "author": {
                "@id": "https:\/\/eurari.com\/#editor_27833254a6"
            },
            "dateModified": "2026-07-18T06:55:09Z",
            "datePublished": "2025-09-04T01:16:51Z",
            "description": "直流与无刷电机控制基础：PWM调速、正反转与刹车控制方法及驱动器选型要点，EURARI技术指南。",
            "headline": "电机控制",
            "image": [
                {
                    "@type": "ImageObject",
                    "url": "https:\/\/eurari.com\/images\/support\/2509\/Bidirectional-driving-of-DC-motors-by-transistors-article.png",
                    "caption": null,
                    "description": "",
                    "width": 1407,
                    "height": 402
                }
            ],
            "inLanguage": "zh-CN",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https:\/\/eurari.com\/zh\/support-zh\/dian-ji-kong-zhi"
            },
            "publisher": {
                "@id": "https:\/\/eurari.com\/#defaultPublisher"
            },
            "url": "https:\/\/eurari.com\/zh\/support-zh\/dian-ji-kong-zhi"
        },
        {
            "@type": "Person",
            "name": "Editor",
            "@id": "https:\/\/eurari.com\/#editor_27833254a6"
        },
        {
            "@id": "https:\/\/eurari.com\/#defaultPublisher",
            "@type": "Organization",
            "url": "https:\/\/eurari.com\/",
            "logo": {
                "@id": "https:\/\/eurari.com\/#defaultLogo"
            },
            "name": "EURARI",
            "location": {
                "@id": "https:\/\/eurari.com\/#defaultPlace"
            }
        },
        {
            "@id": "https:\/\/eurari.com\/#defaultLogo",
            "@type": "ImageObject",
            "url": "https:\/\/eurari.com\/images\/company\/EURARI_logo_white.png",
            "width": 627,
            "height": 627
        },
        {
            "@id": "https:\/\/eurari.com\/#defaultPlace",
            "@type": "Place",
            "address": {
                "@id": "https:\/\/eurari.com\/#defaultAddress"
            }
        },
        {
            "@id": "https:\/\/eurari.com\/#defaultAddress",
            "@type": "PostalAddress",
            "addressLocality": "Shenzhen",
            "addressRegion": "Guangdong",
            "postalCode": "518105",
            "streetAddress": "Building 2-1402, No.162 Shajiang Rd, Songgang, Bao'an District,",
            "addressCountry": "CN"
        }
    ]
}
```

<!-- AI:SCHEMA:END -->

