搜索资源列表
pid控制电机
- 在电机的运行控制中,通常广泛采用脉冲宽度调制( PWM)技术,具有响应快、精度高、平稳性好等特点。利用大功率晶体管的开关作用, PWM将直流电源调制成具有一定频率的宽度(脉冲占空比α)可调的方波脉冲电压,加在直流电机的电枢上,单片机把检测到的电机转速、转向与设定的转速、转向进行比较,通过数字P ID调节对方波脉宽进行调制,从而改变电枢电压相序及平均值,实现对电机转向、转速的控制。
基于Proteus仿真的电机转速测量与控制电路图与源程序
- 基于Proteus仿真的电机转速测量与控制电路图与源程序
PWM
- 用于产生pwm波形,控制电机的转动,可以调节转速,转向等-Used to generate pwm waveform, control the motor rotation, can adjust the speed, steering, etc.
步进电机转速数码管显示
- 步进电机转速数码管显示,采用C51单片机控制-Stepper motor speed digital display, with C51 MCU
q
- 温度传感器,控制电机转速,c语言程序源代码-温度
MotorSpeed
- 这是个用单片机控制电机转速的程序,把单片机用于控制,对于单片机的学习有很大帮助-This is a single-chip microcomputer to control motor speed using the procedure, the single-chip microcomputer for control, for single-chip learning are very helpful
DJ
- 通过单片机测电机的转速,并控制电机转速。-Measured through the single-chip motor speed, and controlling the motor speed
zhiliuce
- 采用单片机C8051F060控制的直流电机转速测量控制系统设计-C8051F060 single-chip computer-controlled DC motor speed measurement and control system design
zhiliudianjitiaosu
- 51单片机控制直流电机的启停,正传,发转,调节pwm占空比控制电机转速。-51 MCU controlled DC motor start and stop, True Story, hair switch, regulating the duty cycle pwm control motor speed.
Dcmotor
- 直流电机控制,可控制电机转速与方向,已在DSP实验箱上测试通过,希望对大家有帮助-DC motor control, can control the motor speed and direction, has been tested in the DSP test case passed, want to help everyone
MOTORFAN
- 控制电机转速程序,用C语言编写,程序调试通过-Motor speed control program, using C language, program debugging by
pid-
- 基于ATmega16单片机控制码盘直流电机,通过pid公式用pwm波控制电机转速-ATmega16 microcontroller-based DC motor encoder, the formula used by pid wave pwm motor speed control
PID控制电机转速+上位机通信+绘制速度曲线
- PID控制电机转速加上位机通信,并且能绘制速度曲线(PWM debugging, upper computer)
电机转速控制,界面
- 电机转速控制界面,VB编写完成,控制电机转速稳定(Motor speed control interface)
PID电机控制20160722
- PID控制电机转速,,实现调速、定速功能(PID control motor speed, speed control, speed control function)
电机转速测量与PWM控制
- 基于51单片机的c语言程序 电机转速测量与PWM控制(C language program based on 51 singlechip motor speed measurement and PWM control)
红外遥控控制直流电机转速
- 实现红外遥控控制电机转速,通过遥控器发射红外信号控制电机转速,改变占空比(wireless engine control)
控制电机转速
- Keil实现电机转速电流双闭环调速 ,以及硬件电路的绘制(Keil realization of motor speed and current double closed loop speed regulation)
PID控制电机
- pid算法控制电机转速 其中包含有两个压缩包和一个pdf说明(PID control of motor speed)
使用stm32输出PWM控制电机
- 使用stm32输出PWM波,控制电机转速,可以应用到使用电机的DIY场合。