三菱plc學(xué)習(xí)軟件開發(fā).doc
約60頁DOC格式手機(jī)打開展開
三菱plc學(xué)習(xí)軟件開發(fā),1:有60頁2:字?jǐn)?shù)15920,字符數(shù)215623:摘要本文介紹的是利用所學(xué)的知識(shí)對(duì)三菱plc學(xué)習(xí)軟件(fx-trn-beg-c)進(jìn)行二次開發(fā),期間需要編程軟件(gx developer)作輔助。在plc的學(xué)習(xí)過程中,由于某些學(xué)校缺乏相應(yīng)的plc實(shí)驗(yàn)設(shè)備,學(xué)生沒有動(dòng)手實(shí)踐的機(jī)會(huì),要想提高學(xué)習(xí)效率,可以利用此學(xué)習(xí)軟件,這...
內(nèi)容介紹
此文檔由會(huì)員 酷羅比 發(fā)布
1:有60頁
2:字?jǐn)?shù)15920,字符數(shù)21562
3:摘 要
本文介紹的是利用所學(xué)的知識(shí)對(duì)三菱PLC學(xué)習(xí)軟件(FX-TRN-BEG-C)進(jìn)行二次開發(fā),期間需要編程軟件(GX Developer)作輔助。在PLC的學(xué)習(xí)過程中,由于某些學(xué)校缺乏相應(yīng)的PLC實(shí)驗(yàn)設(shè)備,學(xué)生沒有動(dòng)手實(shí)踐的機(jī)會(huì),要想提高學(xué)習(xí)效率,可以利用此學(xué)習(xí)軟件,這樣可以輕松有趣地引導(dǎo)學(xué)生學(xué)習(xí)PLC的基礎(chǔ)知識(shí)。此學(xué)習(xí)軟件中有大量生動(dòng)的三維圖,可激發(fā)學(xué)生學(xué)習(xí)PLC的興趣和熱情。
該軟件中只有3D虛擬空間設(shè)計(jì),模擬出各種真實(shí)場(chǎng)景,但是沒有配備相應(yīng)的程序,學(xué)生在學(xué)習(xí)的過程當(dāng)中會(huì)遇到一些困難,例如在編程上,針對(duì)這些問題,本人對(duì)此軟件進(jìn)行二次開發(fā),也就是說在對(duì)學(xué)習(xí)軟件里面的任意一個(gè)場(chǎng)景按照控制要求進(jìn)行編程,繪出梯形圖,并對(duì)PLC進(jìn)行仿真運(yùn)行操作,直到符合設(shè)計(jì)要求。在這些三維圖中所有的輸入輸出設(shè)備被獨(dú)立的連接到PLC。
在此次的畢業(yè)設(shè)計(jì)中,本人主要利用的是經(jīng)驗(yàn)設(shè)計(jì)法和“起、保、?!狈绞降木幊谭椒?,在做畢設(shè)的過程當(dāng)中我能利用以前所學(xué)的知識(shí)和現(xiàn)在所收集的資料對(duì)課題進(jìn)行了深入的研究,在出現(xiàn)問題與解決問題的過程中得到了以前所無法得到的成果。
本文首先在緒論中對(duì)PLC的背景和意義作了簡(jiǎn)單介紹。接下來介紹的是學(xué)習(xí)軟件和編程軟件的安裝、如何使用學(xué)習(xí)軟件和編程軟件、控制程序的編輯。最后在結(jié)論中簡(jiǎn)單介紹了主要的設(shè)計(jì)指標(biāo)和設(shè)計(jì)的體會(huì)和本設(shè)計(jì)的優(yōu)缺點(diǎn)。
Abstract
This article describes the secondary development of the Mitsubishi PLC software (FX-TRN-BEG-C) by the use of the knowledge we learned, during which requires programming software (GX Developer) to assist. In the PLC learning process, many students can not get opportunitie to practice because their schools lack the corresponding PLC laboratory equipment. In order to improve learning efficiency, we can use this learning software to guide students to learn the basics of PLC . There are a large number of vivid three-dimensional diagram in this learning software which may stimulate students’ interest and enthusiasm to learn PLC.
The software only has 3D virtual space design, simulates various kinds of real scenes, but it is not equipped with the appropriate procedures, the students will encounter some difficulties in the learning process such as programming, to solve these problems, I make the second development to this software, which means that any scene required a accordanced control programming and drawing the ladder picture in learning software , and PLC simulation run until you meet the design requirements. In these three-dimensional map of all the input and output devices are connected to a separate PLC.
In this graduation design, I mainly use the experience of design and the "start, keep, stop" programming method. I can use previously learned and present collected information on the in-depth study of the subject in the process of doing paper. And I get a good achievement in the process of emerging problems and solving problems.
This article firstly introduce the background and significance of PLC. Next comes the learning software and installing the programming software, how to use the learning software and programming software to control the edit of process. Finally, in conclusion briefly describe the main design specifications and design experience and the advantages and disadvantages of this design.
Key words:Learning software; Program;Experience Design;“start、keep、stop”approach
4:目 錄
引言……………………………………………1
1 學(xué)習(xí)軟件與編程軟件的安裝……………………………2
1.1 學(xué)習(xí)軟件FX-TRN-BEG-C …………………………………2
1.2 編程軟件GX Developer………………………………2
2 學(xué)習(xí)軟件和編程軟件的使用………………3
2.1 FX系列PLC簡(jiǎn)介……………………………3
2.2 寫一個(gè)簡(jiǎn)單程序并傳送程序給PLC …………3
2.3基本指令的編輯……………………………4
3 控制程序的編輯 ……………………………11
3.1 初級(jí)編程………………………………11
3.1.1呼叫單元………………………………11
3.1.2檢測(cè)傳感器燈…………………………12
3.1.3交通燈的時(shí)間控制…………………………14
3.1.4不同尺寸的部件分撿(I)………………………15
3.1.5輸送帶起動(dòng)與停止………………………17
3.1.6輸送帶驅(qū)動(dòng)…………………………………………19
3.2 中級(jí)編程 …………………………………………21
3.2.1按鈕信號(hào)………………………………………………21
3.2.2不同尺寸的部件分撿(II)……………………22
3.2.3部件移動(dòng)……………………………………23
3.2.4鉆孔…………………………………………………25
3.2.5部件供給控制………………………………27
3.2.6輸送帶控制……………………………………29
3.3 高級(jí)編程 ……………………………………………32
3.3.1自動(dòng)門操作………………………………………32
3.3.2舞臺(tái)裝置……………………………………………34
3.3.3部件分配……………………………………………38
3.3.4不良部件的分撿………………………………………41
3.3.5正反轉(zhuǎn)控制……………………………………………43
3.3.6升降機(jī)控制……………………………………………46
3.3.7分撿和分配線………………………………………………50
4 結(jié)論………………………………………………………………………54
謝辭 …………………………………………………………………………55
參考文獻(xiàn) ……………………………………………………………………56
5參考文獻(xiàn)
[1] 李仁.電氣控制技術(shù)[M].北京:機(jī)械工業(yè)出版社,2008:164~166.
[2] 李景學(xué). 可編程控制器應(yīng)用系統(tǒng)設(shè)計(jì)及方法[M]. 北京:電子工業(yè)出版社,2005:40~41.
[3] 楊長(zhǎng)能. 可編程控制器(PC)例題習(xí)題及實(shí)驗(yàn)指導(dǎo)[M]. 重慶:重慶大學(xué)出版社,1999:1~7.
[4] 鐘肇新. 可編程控制器原理及應(yīng)用[M]. 廣州:華南理工大學(xué)出版社,2002. 50~51.
[5] 廖常初. PLC基礎(chǔ)及應(yīng)用[M]. 北京:機(jī)械工業(yè)出版社,2004. 28~30.
[6] 張鳳珊.電氣控制及可編程序控制器.2版 [M].北京: 中國(guó)輕工業(yè)出版社,2003.20~24.
[7] 馬志溪.電氣工程設(shè)計(jì) [M].北京: 機(jī)械工業(yè)出版社,2002.7~8.
[8] 齊占慶,王振臣.電氣控制技術(shù) [M].北京: 機(jī)械工業(yè)出版社,2002.15~16.
[9] 史國(guó)生.電氣控制與可編程控制器技術(shù) [M].北京: 化學(xué)工業(yè)出版社,2003.11~13.
[10] 郁漢琪.電氣控制與可編程序控制器應(yīng)用技術(shù) [M].南京: 東南大學(xué)出版社,2003.70~71.
[11] 張萬忠.可編程控制器應(yīng)用技術(shù) [M].北京: 化學(xué)工業(yè)出版社,2001.19~20.
[12] 王兆義.小型可編程控制器實(shí)用技術(shù) [M].北京: 機(jī)械工業(yè)出版社,2002.27~40.
[13] 三菱微型可編程控制器手冊(cè) [M].MITSUBISHI SOCIO-TECH,2003.50~62.
[14] 李道霖.電氣控制與PLC原理及應(yīng)用 [M].北京: 電子工業(yè)出版社,2004:8~12.
[15] 李鳳閣,等.電器控制與可編程序控制器應(yīng)用技術(shù)[M]. 北京:機(jī)械工業(yè)出版社,2007:5~11.
[16] MichaelF.Zaeh,Clemens Poernbacher. Model-driven development of PLC software for machine tools[J]. Production Engineering.2007,27:29.
[17] Microcontroller Hand book.ntel Crop. [M].2003.5:2~6.
[18] A.W.L.Yao,S.D.Strombeck,J.S.C.Chi. Development of a mobile manufacturing system with PDA and PLC[J]. The International Journal of Advanced Manufacturing Technology.2003:8~10.
2:字?jǐn)?shù)15920,字符數(shù)21562
3:摘 要
本文介紹的是利用所學(xué)的知識(shí)對(duì)三菱PLC學(xué)習(xí)軟件(FX-TRN-BEG-C)進(jìn)行二次開發(fā),期間需要編程軟件(GX Developer)作輔助。在PLC的學(xué)習(xí)過程中,由于某些學(xué)校缺乏相應(yīng)的PLC實(shí)驗(yàn)設(shè)備,學(xué)生沒有動(dòng)手實(shí)踐的機(jī)會(huì),要想提高學(xué)習(xí)效率,可以利用此學(xué)習(xí)軟件,這樣可以輕松有趣地引導(dǎo)學(xué)生學(xué)習(xí)PLC的基礎(chǔ)知識(shí)。此學(xué)習(xí)軟件中有大量生動(dòng)的三維圖,可激發(fā)學(xué)生學(xué)習(xí)PLC的興趣和熱情。
該軟件中只有3D虛擬空間設(shè)計(jì),模擬出各種真實(shí)場(chǎng)景,但是沒有配備相應(yīng)的程序,學(xué)生在學(xué)習(xí)的過程當(dāng)中會(huì)遇到一些困難,例如在編程上,針對(duì)這些問題,本人對(duì)此軟件進(jìn)行二次開發(fā),也就是說在對(duì)學(xué)習(xí)軟件里面的任意一個(gè)場(chǎng)景按照控制要求進(jìn)行編程,繪出梯形圖,并對(duì)PLC進(jìn)行仿真運(yùn)行操作,直到符合設(shè)計(jì)要求。在這些三維圖中所有的輸入輸出設(shè)備被獨(dú)立的連接到PLC。
在此次的畢業(yè)設(shè)計(jì)中,本人主要利用的是經(jīng)驗(yàn)設(shè)計(jì)法和“起、保、?!狈绞降木幊谭椒?,在做畢設(shè)的過程當(dāng)中我能利用以前所學(xué)的知識(shí)和現(xiàn)在所收集的資料對(duì)課題進(jìn)行了深入的研究,在出現(xiàn)問題與解決問題的過程中得到了以前所無法得到的成果。
本文首先在緒論中對(duì)PLC的背景和意義作了簡(jiǎn)單介紹。接下來介紹的是學(xué)習(xí)軟件和編程軟件的安裝、如何使用學(xué)習(xí)軟件和編程軟件、控制程序的編輯。最后在結(jié)論中簡(jiǎn)單介紹了主要的設(shè)計(jì)指標(biāo)和設(shè)計(jì)的體會(huì)和本設(shè)計(jì)的優(yōu)缺點(diǎn)。
Abstract
This article describes the secondary development of the Mitsubishi PLC software (FX-TRN-BEG-C) by the use of the knowledge we learned, during which requires programming software (GX Developer) to assist. In the PLC learning process, many students can not get opportunitie to practice because their schools lack the corresponding PLC laboratory equipment. In order to improve learning efficiency, we can use this learning software to guide students to learn the basics of PLC . There are a large number of vivid three-dimensional diagram in this learning software which may stimulate students’ interest and enthusiasm to learn PLC.
The software only has 3D virtual space design, simulates various kinds of real scenes, but it is not equipped with the appropriate procedures, the students will encounter some difficulties in the learning process such as programming, to solve these problems, I make the second development to this software, which means that any scene required a accordanced control programming and drawing the ladder picture in learning software , and PLC simulation run until you meet the design requirements. In these three-dimensional map of all the input and output devices are connected to a separate PLC.
In this graduation design, I mainly use the experience of design and the "start, keep, stop" programming method. I can use previously learned and present collected information on the in-depth study of the subject in the process of doing paper. And I get a good achievement in the process of emerging problems and solving problems.
This article firstly introduce the background and significance of PLC. Next comes the learning software and installing the programming software, how to use the learning software and programming software to control the edit of process. Finally, in conclusion briefly describe the main design specifications and design experience and the advantages and disadvantages of this design.
Key words:Learning software; Program;Experience Design;“start、keep、stop”approach
4:目 錄
引言……………………………………………1
1 學(xué)習(xí)軟件與編程軟件的安裝……………………………2
1.1 學(xué)習(xí)軟件FX-TRN-BEG-C …………………………………2
1.2 編程軟件GX Developer………………………………2
2 學(xué)習(xí)軟件和編程軟件的使用………………3
2.1 FX系列PLC簡(jiǎn)介……………………………3
2.2 寫一個(gè)簡(jiǎn)單程序并傳送程序給PLC …………3
2.3基本指令的編輯……………………………4
3 控制程序的編輯 ……………………………11
3.1 初級(jí)編程………………………………11
3.1.1呼叫單元………………………………11
3.1.2檢測(cè)傳感器燈…………………………12
3.1.3交通燈的時(shí)間控制…………………………14
3.1.4不同尺寸的部件分撿(I)………………………15
3.1.5輸送帶起動(dòng)與停止………………………17
3.1.6輸送帶驅(qū)動(dòng)…………………………………………19
3.2 中級(jí)編程 …………………………………………21
3.2.1按鈕信號(hào)………………………………………………21
3.2.2不同尺寸的部件分撿(II)……………………22
3.2.3部件移動(dòng)……………………………………23
3.2.4鉆孔…………………………………………………25
3.2.5部件供給控制………………………………27
3.2.6輸送帶控制……………………………………29
3.3 高級(jí)編程 ……………………………………………32
3.3.1自動(dòng)門操作………………………………………32
3.3.2舞臺(tái)裝置……………………………………………34
3.3.3部件分配……………………………………………38
3.3.4不良部件的分撿………………………………………41
3.3.5正反轉(zhuǎn)控制……………………………………………43
3.3.6升降機(jī)控制……………………………………………46
3.3.7分撿和分配線………………………………………………50
4 結(jié)論………………………………………………………………………54
謝辭 …………………………………………………………………………55
參考文獻(xiàn) ……………………………………………………………………56
5參考文獻(xiàn)
[1] 李仁.電氣控制技術(shù)[M].北京:機(jī)械工業(yè)出版社,2008:164~166.
[2] 李景學(xué). 可編程控制器應(yīng)用系統(tǒng)設(shè)計(jì)及方法[M]. 北京:電子工業(yè)出版社,2005:40~41.
[3] 楊長(zhǎng)能. 可編程控制器(PC)例題習(xí)題及實(shí)驗(yàn)指導(dǎo)[M]. 重慶:重慶大學(xué)出版社,1999:1~7.
[4] 鐘肇新. 可編程控制器原理及應(yīng)用[M]. 廣州:華南理工大學(xué)出版社,2002. 50~51.
[5] 廖常初. PLC基礎(chǔ)及應(yīng)用[M]. 北京:機(jī)械工業(yè)出版社,2004. 28~30.
[6] 張鳳珊.電氣控制及可編程序控制器.2版 [M].北京: 中國(guó)輕工業(yè)出版社,2003.20~24.
[7] 馬志溪.電氣工程設(shè)計(jì) [M].北京: 機(jī)械工業(yè)出版社,2002.7~8.
[8] 齊占慶,王振臣.電氣控制技術(shù) [M].北京: 機(jī)械工業(yè)出版社,2002.15~16.
[9] 史國(guó)生.電氣控制與可編程控制器技術(shù) [M].北京: 化學(xué)工業(yè)出版社,2003.11~13.
[10] 郁漢琪.電氣控制與可編程序控制器應(yīng)用技術(shù) [M].南京: 東南大學(xué)出版社,2003.70~71.
[11] 張萬忠.可編程控制器應(yīng)用技術(shù) [M].北京: 化學(xué)工業(yè)出版社,2001.19~20.
[12] 王兆義.小型可編程控制器實(shí)用技術(shù) [M].北京: 機(jī)械工業(yè)出版社,2002.27~40.
[13] 三菱微型可編程控制器手冊(cè) [M].MITSUBISHI SOCIO-TECH,2003.50~62.
[14] 李道霖.電氣控制與PLC原理及應(yīng)用 [M].北京: 電子工業(yè)出版社,2004:8~12.
[15] 李鳳閣,等.電器控制與可編程序控制器應(yīng)用技術(shù)[M]. 北京:機(jī)械工業(yè)出版社,2007:5~11.
[16] MichaelF.Zaeh,Clemens Poernbacher. Model-driven development of PLC software for machine tools[J]. Production Engineering.2007,27:29.
[17] Microcontroller Hand book.ntel Crop. [M].2003.5:2~6.
[18] A.W.L.Yao,S.D.Strombeck,J.S.C.Chi. Development of a mobile manufacturing system with PDA and PLC[J]. The International Journal of Advanced Manufacturing Technology.2003:8~10.
TA們正在看...
- jljd-zs-2009吉林省裝飾工程計(jì)價(jià)定額.doc
- q)g13j-a-03-08材料控制程序.doc
- q)g13j-a-07-08熱處理控制程序.doc
- q)g13j-a-08-08無損檢測(cè)控制程序.doc
- q)g13j-a-09-08檢驗(yàn)與試驗(yàn)控制程序.doc
- q)g13j-a-13-08工程交接驗(yàn)收及工程檔案管理規(guī)定n.doc
- q)g13j-b-05-08整裝鍋爐安裝通用工藝規(guī)程.doc
- q)g13j-b-08-08壓力管道的吹掃與清洗.doc
- q)g13j-b-11-08壓力管道檢驗(yàn)通用規(guī)程.doc
- q460e卷板設(shè)計(jì)和開發(fā)策劃方案.doc