搜索资源列表
PWM 控制电机文档及源代码
- PWM 控制电机文档及源代码-PWM motor control documentation and source code
电机控制
- 电机控制,用51开发,可控制电机正反转,转多少度,编码器控制。-motor control, with 51 development, motor control reversion, to the number of degrees, coding control.
8051产生pwm波来控制电机
- 8051产生pwm波来控制电机,介绍了一些相关的硬件和软件的知识!,8051 generated wave pwm to control the motor, introduced a number of related hardware and software knowledge!
PWM
- 用于产生pwm波形,控制电机的转动,可以调节转速,转向等-Used to generate pwm waveform, control the motor rotation, can adjust the speed, steering, etc.
q
- 温度传感器,控制电机转速,c语言程序源代码-温度
PWMmotor
- PWM 控制电机文档及源代码 C51 程序-PWM motor control documentation and source code
AT89C51_motor
- 上传的是一个8051单片机控制电机的实例。由于电机的工作电流比较大,因而要加驱动。包括原理图和源程序,均调试通过。-Upload is a 8051 instance to control the motor. As the motor operating current is relatively large, so to add drivers. Including schematics and source code are debugged.
5ea12c49-a02d-44ec-8dee-477e94fa76d7
- 基于单片机的直流电机调速设计与实现 本设计采用ATmegal16单片机作为控制核心,实现电机的闭环控制系统。通过单片机软件产生PWM波来控制电机经过调速电路和PID算法,实现电机速度的实时测量反馈和调节。-Microcontroller based DC motor speed control design and implementation of this design uses ATmegal16 microcontroller as the control to achieve cl
PWM实现精确输出脉冲数控制电机
- PWM实现精确输出脉冲数控制电机, PWM realize accurate output pulse number control motor(PWM realize accurate output pulse number control motor)
PID控制电机转速+上位机通信+绘制速度曲线
- PID控制电机转速加上位机通信,并且能绘制速度曲线(PWM debugging, upper computer)
步进电机
- 五线四相步进电机控制程序,一个函数调用,可以实现控制电机正反转、转动角度,转动速度。(Five line, four phase stepper motor control procedures, a function call, you can control the motor positive rotation, rotation angle, rotation speed.)
PID电机控制20160722
- PID控制电机转速,,实现调速、定速功能(PID control motor speed, speed control, speed control function)
电动机
- PWM控制电机速度的程序,利用C51语言编码(PWM control motor speed)
按键 步进电机
- 步进电机是将电脉冲信号转变为角位移或线位移的开环控制电机,是现代数字程序控制系统中的主要执行元件,应用极为广泛。。在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,当步进驱动器接收到一个脉冲信号,它就驱动步进电机按设定的方向转动一个固定的角度,称为“步距角”,它的旋转是以固定的角度一步一步运行的。可以通过控制脉冲个数来控制角位移量,从而达到准确定位的目的;同时可以通过控制脉冲频率来控制电机转动的速度和加速度,从而达到调速的目的。(Stepper mot
2016.12-4上海电机学院电梯课程设计4.0
- 使用keil平台与C语言编写的51单片机程序,可以控制电机的转动,达到控制电梯的目的,经proteus仿真验证通过(The 51 single chip computer program written by the Keil platform and the C language can control the rotation of the motor and achieve the purpose of controlling the elevator. It is verified th
控制电机转速
- Keil实现电机转速电流双闭环调速 ,以及硬件电路的绘制(Keil realization of motor speed and current double closed loop speed regulation)
stm32控制电机
- 单片机为STM32,语言基本为C,用STM32控制电机的基本运转(The microcontroller is STM32, the language is basically C, and STM32 is used to control the basic operation of the motor.)
1.步进电机(按频率)
- 步进电机 1. 实现的功能:按键KEY0控制两个电机的使能,按键WK_UP控制电机的正反转,按键KEY1控制电机的加速,按键KEY2控制电机的减速。初始脉冲为5Hz,每加速一次,即按键按下一次增加1Hz,减速也是减小1Hz。 2. 连接方式:电机1脉冲接PF6,方向接PF4,使能接PF10;电机2脉冲接PF7,方向接PF5,使能接PF9。 3. 程序:见源代码/1.步进电机(Stepper motor 1. realization of the function: the key KEY
2.步进电机(按角度)
- 步进电机 1. 实现的功能:控制电机转某一确定的角度,比如输入任何一个为1.8度的倍数的数值,控制电机转动相应的度数。 2. 连接方式:将PA0与PF9连接(PA0为定时器5产生的控制定时器14产生的脉冲个数,通过高电平捕获的方式) PF9驱动器的脉冲 3. 程序:见源代码/2.步进电机(Stepper motor 1., realize the function: control the motor to turn to a certain angle, for example
PID控制电机
- pid算法控制电机转速 其中包含有两个压缩包和一个pdf说明(PID control of motor speed)