摘要:随着时代的发展,数字电子技术已经普及到我们生活中的各个领域,本文将介绍一种数控直流稳压电源,本电源由模拟电源、显示电路、控制电路、数模转换电路、放大电路五部分组成。准确说就是模拟电源提供各个芯片电源、数码管、放大器所需电压;显示电路用于显示电源输出电压的大小。数控直流电流源能够很好地降低因元器件老化等原因造成的输出误差,{zd0}输出电流2A,{zg}输出电压30V,电流、电压都具有步进为0.1。硬件电路ATmega8为控制核心,利用闭环控制原理,加上反馈电路,使整个电路构成一个闭环,在软件方面主要利用PID算法来实现对输出电流的xx控制。该系统可靠性高、体积小、操作简单方便、人机界面友好。
关键词:数控;直流电源;ATmega8
The Design of Numerical Control Direct
Current Power
Abstract: With the development of the times, digital electronic technology has been popular in all of our lives, work, research, and all fields. This paper introduces a NC DC power supply, the power consists of analogue power supply, display circuit, control circuit, digital-to-analog converter and circuit amplifier. Accurately, analog power supplies voltage for chip power, the digital tube and amplifier; display circuit displays the output voltage. NC DC current source can reduce output error that caused by components aging, with functions of the maximum output current is up to 2A, the maximum output voltage is 30 V, current and voltage are stepping to 0.1 adjustment, output current signal can be shown directly. ATmega8 hardware circuit is the core of control, taking advantage of the closed-loop control principle and feedback circuit, so that the whole constitute a closed-loop circuit. In terms of software it mainly uses the PID algorithm to achieve the precise control of output current. The system has good features of high reliability, small size, simple operation and friendly man-machine interface.
Key word: Numerical Control,Direct Current,ATmega8
目
第1章 绪
1.1 研究背景及意义
1.2 国内外研究现状
1.3 课题研究方法
第2章 方案与元件的选择及设计基础知识
2.1 方案设计与论证
2.2 单片机的选择
2.2.1 Mega8-8L简介
2.2.2
2.3 液晶显示屏(1602)显示的选择及串口实现原理
2.3.1 液晶显示屏(1602)简要说明
2.4 电流驱动管的选择
2.5 运算器的选择
2.5.1 LM358M简介
2.5.2 NE5532AP简介
2.6 设计基础知识
2.6.1 相位修正PWM模式
2.6.2 模数转换器
2.6.3 ADC 输入通道
2.6.4 ADC 基准电压源
2.6.5 模拟输入电路
第3章 电路原理和硬件实现
3.1 电路原理框图
3.2
3.2.1
3.2.2
3.2.3
3.2.4
第4章 程序设计
4.1 主流程框图
4.2
4.3
4.3.1 上电MCU初始化
4.3.2 液晶显示屏(1602)的运行
4.3.3 主程序
4.3.4 按键扫描
4.3.5 AD转换
第5章
5.1 软件测试
5.2 系统整体调试
5.2.1 电压测试
5.2.2
5.3 ADC 精度分析
结论
参考文献
致谢
附录 设计全程序