CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PID 单片机

搜索资源列表

  1. pidsaunfa

    0下载:
  2. 单片机实现PID算法。介绍了如何使用单片机实现PID算法内容非常经典对于没有接触PID的朋友是很好的参考设计资料-SCM PID algorithm. Describes how to use the SCM content is very classical PID algorithm PID who have no contact with friends is a good reference design information
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:166940
    • 提供者:别问
  1. pidmain

    1下载:
  2. AVR单片机PID控制程序,包括数据处理、显示部分,C语言编写-AVR microcontroller PID control procedures, including data processing, display parts, C language
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:3737
    • 提供者:wdx
  1. PID

    0下载:
  2. PID只能调节程序,可应用于单片机实现PID参数调节的仿真-PID can only be reconciliation process can be applied to single-chip microcomputer simulation of PID parameter adjustment
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:34314
    • 提供者:刘宁
  1. pid

    0下载:
  2. 这是关于单片机PID方法的介绍。利于初学者的学习。-This is the descr iption on the microcontroller PID method. Help beginners to learn.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:192102
    • 提供者:张永波
  1. 89S51PIdproteus

    1下载:
  2. 基于8051单片机做的pid程序,且有proteus仿 用到了AD,DA,含C51源码-Pid done based on 8051 procedures, and there proteus simulation used the AD, DA, with C51 source
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:64654
    • 提供者:c51com
  1. WaterTemperatureControlSystem

    0下载:
  2. 水温控制系统:介绍了用模糊控制思想时ptD参数进行实时整定方法进行水温控制的单片机系统,介绍了PID 参数模糊整定的方法和系统软、硬件的构成.此系统对电炉加热的实验装置进行控制取得了较满意的效果.-Water Temperature Control System: The thought of using fuzzy control in real time when the ptD parameter tuning method for temperature control of mic
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:80793
    • 提供者:杜尘
  1. dsfasdf

    1下载:
  2. 单片机温度控制 含PCB 程序代码 电路-Temperature Control
  3. 所属分类:SCM

    • 发布日期:2015-05-07
    • 文件大小:128492
    • 提供者:xm
  1. rreere

    0下载:
  2. 本系统由单片机AT89C52、温度检测电路、A/D转换电路、键盘显示电路等部分组成,其原理框图如图2.1所示。在系统中,利用传感器测得电阻炉实际温度并转换成毫伏级电压信号,该电压信号经过温度检测放大电路和A/D转换电路转换成与炉温相对应的数字信号进入单片机,单片机进行数据处理后,通过液晶显示器显示温度,并判断是否报警,同时将温度与设定温度比较,由设定的控制算法计算出控制量,根据控制量通过控制固态继电器的导通和关闭时间从而控制电阻丝的导通时间,以实现对炉温的控制。-Resistance furna
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:347268
    • 提供者:张超
  1. tem02271032

    2下载:
  2. 水温控制程序,源码 AVR单片机控制的,实现水温的测量显示,温度的自设定,PID调节-Water temperature control, source control avr monolithic integrated circuit, the realization of the survey showed that the pid temperature, adjust
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:173262
    • 提供者:
  1. plc

    0下载:
  2. 通过对蒸汽锅炉汽包水位产生扰动的主要因素及调节原理进行分析,结合工程实践,提出了基于PLC的锅炉串级三冲量给水控制系统,并介绍了数字PID控制算法在单片机上的实现,实践表明,该控制系统能较好地克服虚假水位现象,控制效果良好。-The main factors which affecting industrial boiler water level disturbing and control principle have been analyzed. Integrate with the pr
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:380744
    • 提供者:覃启梅
  1. TemperatureControlSystem

    1下载:
  2. 本系统严格按照题中所定参数及要求,构建了一个以MSP430单片机为控制核心的温度自动控制系统。该系统用PSB型负温热敏电阻作为温度传感器,以一种类R-F的方法测量木盒内实时温度,单片机用实时温度与预设温度值一起代入PID算式得出一个温度增量,再用此温度增量线性的控制PWM波的占空比,开关电源的输出电压也会随之变化,即制冷晶片的输入功率发生变化,因此制冷晶片制冷(加热)的功率随PWM波占空比变化,达到自动控温的目的。本系统制冷(加热)效果明显,效率高,界面友好,制作精致,能够胜任题中所定各项要求。
  3. 所属分类:Document

    • 发布日期:2015-04-23
    • 文件大小:316416
    • 提供者:康倩
  1. PID

    0下载:
  2. 单片机控制PID算法,里面含有很多关于PID控制的,使用于单片机控制的各个场合。-SCM control PID algorithm, which contains a lot of PID control, the use of the various occasions in SCM.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:264002
    • 提供者:tys
  1. DAC0832

    0下载:
  2. 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等-Design 89C51 microcontroller, ADC, DAC and op amp circuits such as circuits c
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1556
    • 提供者:a316789966
  1. temp

    0下载:
  2. 简单的51单片机恒温控制代码。采用的是PID控制算法。-Simple constant temperature of 51 MCU control code. PID control algorithm is adopted.
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:1735
    • 提供者:Essen
  1. PID

    0下载:
  2. 单片机51AT89S52 PID 控制部分的程序 开发环境KEIL C语言开发-SCM 51AT89S52 PID control part of the program development environment KEIL C language development
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:537
    • 提供者:李增明
  1. PID

    0下载:
  2. 数字PID的单片机实现程序,用PWM调节电动机的 转速。-Digital PID of the MCU program, adjust the motor speed using PWM.
  3. 所属分类:Energy industry

    • 发布日期:2017-03-27
    • 文件大小:4231
    • 提供者:gao adden
  1. 5ea12c49-a02d-44ec-8dee-477e94fa76d7

    0下载:
  2. 基于单片机的直流电机调速设计与实现 本设计采用ATmegal16单片机作为控制核心,实现电机的闭环控制系统。通过单片机软件产生PWM波来控制电机经过调速电路和PID算法,实现电机速度的实时测量反馈和调节。-Microcontroller based DC motor speed control design and implementation of this design uses ATmegal16 microcontroller as the control to achieve cl
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:134622
    • 提供者:Miffy
  1. 51PICC

    0下载:
  2. 由51单片机组成的数字控制系统控制中,PID控制器是通过PID控制算法实现的。51单片机通过AD对信号进行采集,变成数字信号,再在单片机中通过算法实现PID运算,再通过DA把控制量反馈回控制源。从而实现对系统的伺服控制。-The 51 single-chip digital control system consisting of control, PID controller is implemented through the PID control algorithm. 51 SCM s
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:37213
    • 提供者:bob
  1. the-AD-program-of-STC12C5410AD

    0下载:
  2. 单片机STC12C5410AD的内部AD的应用,一些自己写的程序,希望对没有用过AD的朋友们有所帮助,谢谢!-Some AD programs of the STC12C5410AD ,May help you,thanks!
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:1033
    • 提供者:龙折翼
  1. PID

    0下载:
  2. PID算法的51单片机仿真 仅供参考 通过检测可以运行使用-PID algorithm 51 MCU simulation can be run only for reference use by testing
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1964
    • 提供者:bie da lian
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com