基于plc的打包機控制系統(tǒng).doc
約44頁DOC格式手機打開展開
基于plc的打包機控制系統(tǒng),論文標準word格式排版共44頁 16921字摘要打包機是一種動作步驟復雜的機床設備,在打包機控制系統(tǒng)中應用可編程序控制器能簡化系統(tǒng)的設計并提高系統(tǒng)的工作效率和可靠性。在這篇文章中以化纖打包機的控制系統(tǒng)為例。首先介紹了三菱fx2n的特性特點、程序設計方法和編程方法,程序設計方法和編程方法包括經(jīng)驗設計法、順序控制設計法和...
內(nèi)容介紹
此文檔由會員 莎士比亞 發(fā)布
論文標準WORD格式排版共44頁 16921字
摘要
打包機是一種動作步驟復雜的機床設備,在打包機控制系統(tǒng)中應用可編程序控制器能簡化系統(tǒng)的設計并提高系統(tǒng)的工作效率和可靠性。在這篇文章中以化纖打包機的控制系統(tǒng)為例。首先介紹了三菱FX2N的特性特點、程序設計方法和編程方法,程序設計方法和編程方法包括經(jīng)驗設計法、順序控制設計法和STL(Step Ladder Instruction)步進梯形指令,然后詳細具體地分析和介紹了化纖打包機控制系統(tǒng)的組成、電氣特征和程序。最后介紹了應用個人計算機來向可編程序控制器中輸入程序。所使用的軟件是三菱公司的SWOPC—FXGP/WIN—C。
關鍵字:打包機;可編程序控制器;步進梯形指令;個人計算機
ABSTRACT
The packageing machinery is a kind of steping complicated machine tools.Applying Programmable Logic Controller to the control system of packageing machinery can simplify the system design and raise the effectiveness and reliability of the system.In this paper,the control systems of chemical fiber baler are used as a example.At first it introduces the characteristics,method of designing the program,and method of editing the program of Mitsubishi FX2N.The method of designing and editing the program include the Experience Designing Method ,Sequencely Controlling Designing Method,and STL(Step Ladder Instruction).Then,it concretely analyses and introduces the electrical construct,electrical feature,and program of the control systems of chemical fiber baler.At last it introduces using the personal computer to input the program into the Programmable Packageing Machinery.The used software is SWOPC-FXGP/WIN-C of Mitsubishi company.
Keywords: packageing machinery; Programmable Logic Controller; Step Ladder Instruction; personal computer
目錄
摘要 I
ABSTRACT I
前言 I
1 緒論 1
1.1可編程控制器在打包機中的應用概述 1
1.2我國包裝機械的現(xiàn)狀及與國際水平的差距 1
1.3發(fā)達國家包裝機械技術水平及發(fā)展趨勢 1
1.4我國包裝機械發(fā)展的對策 1
2 FX2N系列PLC性能、程序設計和編程方法介紹 1
2.1三菱FX2N系列可編程控制器性能特點 1
2.2梯形圖的經(jīng)驗設計法簡介 1
2.3順序控制設計法簡介 1
2.4順序控制設計法的本質(zhì) 1
2.5 STL指令的編程方式簡介 1
3化纖打包機控制系統(tǒng)的設計實現(xiàn) 1
3.1化纖打包機的基本動作、工藝要求和運行控制方式 1
3.2打包機控制系統(tǒng)設計的實現(xiàn) 1
4應用個人計算機程序開發(fā)系統(tǒng)向PLC中導入程序 1
4.1個人計算機程序開發(fā)系統(tǒng)概述 1
4.2向PLC中輸入程序的過程 1
結論 1
參考文獻 1
致謝 1
附錄 1
摘要
打包機是一種動作步驟復雜的機床設備,在打包機控制系統(tǒng)中應用可編程序控制器能簡化系統(tǒng)的設計并提高系統(tǒng)的工作效率和可靠性。在這篇文章中以化纖打包機的控制系統(tǒng)為例。首先介紹了三菱FX2N的特性特點、程序設計方法和編程方法,程序設計方法和編程方法包括經(jīng)驗設計法、順序控制設計法和STL(Step Ladder Instruction)步進梯形指令,然后詳細具體地分析和介紹了化纖打包機控制系統(tǒng)的組成、電氣特征和程序。最后介紹了應用個人計算機來向可編程序控制器中輸入程序。所使用的軟件是三菱公司的SWOPC—FXGP/WIN—C。
關鍵字:打包機;可編程序控制器;步進梯形指令;個人計算機
ABSTRACT
The packageing machinery is a kind of steping complicated machine tools.Applying Programmable Logic Controller to the control system of packageing machinery can simplify the system design and raise the effectiveness and reliability of the system.In this paper,the control systems of chemical fiber baler are used as a example.At first it introduces the characteristics,method of designing the program,and method of editing the program of Mitsubishi FX2N.The method of designing and editing the program include the Experience Designing Method ,Sequencely Controlling Designing Method,and STL(Step Ladder Instruction).Then,it concretely analyses and introduces the electrical construct,electrical feature,and program of the control systems of chemical fiber baler.At last it introduces using the personal computer to input the program into the Programmable Packageing Machinery.The used software is SWOPC-FXGP/WIN-C of Mitsubishi company.
Keywords: packageing machinery; Programmable Logic Controller; Step Ladder Instruction; personal computer
目錄
摘要 I
ABSTRACT I
前言 I
1 緒論 1
1.1可編程控制器在打包機中的應用概述 1
1.2我國包裝機械的現(xiàn)狀及與國際水平的差距 1
1.3發(fā)達國家包裝機械技術水平及發(fā)展趨勢 1
1.4我國包裝機械發(fā)展的對策 1
2 FX2N系列PLC性能、程序設計和編程方法介紹 1
2.1三菱FX2N系列可編程控制器性能特點 1
2.2梯形圖的經(jīng)驗設計法簡介 1
2.3順序控制設計法簡介 1
2.4順序控制設計法的本質(zhì) 1
2.5 STL指令的編程方式簡介 1
3化纖打包機控制系統(tǒng)的設計實現(xiàn) 1
3.1化纖打包機的基本動作、工藝要求和運行控制方式 1
3.2打包機控制系統(tǒng)設計的實現(xiàn) 1
4應用個人計算機程序開發(fā)系統(tǒng)向PLC中導入程序 1
4.1個人計算機程序開發(fā)系統(tǒng)概述 1
4.2向PLC中輸入程序的過程 1
結論 1
參考文獻 1
致謝 1
附錄 1