文档介绍:华中科技大学
硕士学位论文
陶瓷印刷计算机直接制版控制系统设计与实现
姓名:周培宁
申请学位级别:硕士
专业:控制理论与控制工程
指导教师:孙志刚
20060426
摘要
“陶瓷印刷计算机直接制版系统”是为陶瓷印刷制作印版的高度自动化系统,
它将计算机引入制版过程中,简化印版制作工序,提高印版制作质量。
首先,本文介绍计算机直接制版系统的发展现状和趋势,并提出以此为基础,
开发陶瓷印刷计算机直接制版系统的必要性和重大意义。其次,本文阐述该制版系
统的整体结构设计,详细说明硬件、软件设计方案以及对各个功能模块的划分。最
后,对陶瓷印刷计算机直接制版系统的控制系统软件和硬件设计及其实现进行详细
的介绍。
制版控制系统是陶瓷印刷计算机直接制版系统的重要组成部分,它通过准确无
误地控制制版设备实现直接制版。本控制系统可分为软件和硬件两大部分,它们总
体的设计与实现方案如下:
控制系统软件部分包含控制站软件和设备驱动程序。控制站软件的实现,运用
了面向对象的对象建模技术,并分析其功能,建立相应的对象模型。同时将 Winsock
网络编程技术应用于软件设计中,实现与加网工艺站的网络通讯功能。设备驱动程
序采用虚拟设备驱动(VxD)程序编程实现,完成控制站软件与底层硬件的控制通
讯。
控制系统硬件部分主要包括激光制版机主控卡和激光焦距控制卡。从制版设备
的控制原理入手,在其运行特性分析的基础上,提出基于 DSP 的主控卡硬件设计方
案。主控卡运用伺服加减速控制算法控制交流电机完成激光雕刻定位,并通过产生
PWM 信号控制激光发光雕刻。焦距控制卡通过单片机控制步进电机,实现激光器
焦距位置精确定位。
本文的最后,通过从制版效率和应用领域两个方面对本控制系统进行分析,对
控制系统未来的优化和发展方向提出建议。
关键词:计算机直接制版(CTP),Winsock,面向对象
虚拟设备驱动(VxD),PWM 信号
I
Abstract
‘Ceramic puter-to-Plate System’ is a highly automatic system for
plate-making in ceramic-print industry. This system, making use puter, predigests
the plate-making procedure, and at the same time, improves the quality of printing block.
Firstly this thesis introduces the development and trend puter-to-Plate System.
Based on this theory we present the importunacy and necessary of developing the Ceramic
puter-to-Plate System. Secondly we expatiate the design of the structure of
the whole system including its hardware, software, and every functional module. Finally
we expatiate the design of the hardware and software of control system.
The control system, which controls the Plate-Making Device actually to plish
puter-to-Plate, is the core puter-to-Plate System. We put forward
corresponding solution to the software and hardware:
Device control software and device posed the software of plate making
control system. By using the Object-Oriented methods and analysis the function, we
implement the software and establish an object module for the software. Meanwhile, in
order to realizing munication we intr