免费中文字幕午夜理论模特,久久午夜福利精品,国产精品久久久久中文,久久精品视频免费观看12

  • <object id="ysikk"><strike id="ysikk"></strike></object>
    <menu id="ysikk"><abbr id="ysikk"></abbr></menu>
    <ul id="ysikk"></ul>
    <tbody id="ysikk"></tbody>
  • <menu id="ysikk"><noscript id="ysikk"></noscript></menu>

    課件009logo 課件009網(wǎng)站
    首 頁 課 件 試 卷 教 案 畢業(yè)論文 圖書軟件 職教研究 期刊推介 會員中心 信息發(fā)布
    首頁 >> 畢業(yè)論文(設(shè)計) >> 電子電工畢業(yè)論文(設(shè)計) >> 串行接口的步進電機調(diào)速系統(tǒng)設(shè)計
    串行接口的步進電機調(diào)速系統(tǒng)設(shè)計
    資料類別
       電子電工畢業(yè)論文(設(shè)計)
    課程(專業(yè))
      電子通信
    關(guān)鍵詞
      步進電機調(diào)速|(zhì)單片機|串口通信|VC++|畢業(yè)設(shè)計
    適用年級
      本科
    身份要求
      普通會員
    金 幣
      100 。金幣如何獲得?

    文件格式

      word+PPT
    文件大小
      1440K
    發(fā)布時間
      2012-06-12 09:51:00
    預(yù)覽文件
      0933087.jpg(只能預(yù)覽部分內(nèi)容)
    下載次數(shù)
      1
    發(fā)布人   lpf2176
     內(nèi)容簡介:     本科畢業(yè)設(shè)計 串行接口的步進電機調(diào)速系統(tǒng)設(shè)計
       步進電機調(diào)速|(zhì)單片機|串口通信|VC++|畢業(yè)設(shè)計
       文件格式:word+PPT
      
       一套完整的畢業(yè)設(shè)計,包括開題報告、任務(wù)書、論文正文、答辯PPT、中英文翻譯。
       有預(yù)覽文件請查看。
       論文正文共28頁。共17611字符數(shù)(不計空格)。整套壓縮包大。1.41MB。
       中英文翻譯 Oscillation, Instability and Control of Stepper Motors(步進電機的振蕩、不穩(wěn)定以及控制)
      
       摘要
       本設(shè)計方案中采用基于串口通信的AT89C51型單片機內(nèi)部的定時器改變CP脈沖的頻率從而實現(xiàn)對步進電機的轉(zhuǎn)速進行控制,實現(xiàn)電機調(diào)速與正反轉(zhuǎn)的功能。
       在實驗室和工業(yè)應(yīng)用中,串口是計算機與外部串行設(shè)備之間的數(shù)據(jù)傳輸通道,由于串行通信方便易行,所以應(yīng)用廣泛。
       在VC++6.0的環(huán)境下,編寫使用C語言,串口通信程序,由單片機控制的步進電動機的轉(zhuǎn)速。當(dāng)由單片機控制的步進電動機的轉(zhuǎn)速的工作數(shù)據(jù)由串口傳到計算機時,操作人員能夠?qū)崟r監(jiān)控其工作狀態(tài),工作數(shù)據(jù),根據(jù)情況,并能更改其工作參數(shù)。這樣,就使得控制步進電機的轉(zhuǎn)速。而電機的轉(zhuǎn)速取決于脈沖信號的頻率和脈沖數(shù),而不受負(fù)載變化的影響,即給電機加一個脈沖信號,電機則轉(zhuǎn)過一個步距角,所以步進電機每給一個脈沖就轉(zhuǎn)動一個固定的角度,這樣就可以通過控制步進電機的一個脈沖到下一個脈沖的時間間隔來改變脈沖的頻率,延時的長短來具體控制步進角來改變電機的轉(zhuǎn)速,從而實現(xiàn)步進電機的調(diào)速。
       關(guān)鍵詞:步進電機調(diào)速;單片機;串口通信;VC++
      
       The stepper motor speed control system based on
       serial communication
       Abstract
       The design of serial communication based on AT89C51 single-chip microcomputer-based timer to change the internal pulse frequency of CP in order to achieve the speed of stepper motor control with the positive realization of motor function.
       In the laboratory and industry field, the computer serial port and external serial device data transmission between the channels, as a result of user-friendly serial communication lines, so a wide range of applications.
       In VC + +6.0 environment, prepared using the C language, serial communication procedures by the single-chip microcomputer to control the speed of the stepper motor. When controlled by the single-chip stepper motor speed the work of the serial data transmitted by the computer, the operator can work in real-time monitoring of its status, the work of data, depending on the circumstances and can change its operating parameters. This allows control of stepper motor speed. Depends on the speed of the electrical pulse frequency and pulse number, and not subject to the impact of changes in load, that is, to add an electrical pulse signal, a step motor is turned away from the angle, the stepper motor is a pulse on each rotation of a fixed point of view so that you can control the stepper motor through a pulse to pulse the next time interval to change the pulse frequency, the length of delay to a specific angle in order to change control of stepper motor speed, the stepper motor in order to achieve Speed.
       Keywords: Stepper motor; Singlechip; Serial communication; Visual C++
      
       目錄
       摘 要 I
       Abstract II
       目 錄 III
       第一章 概述 1
       1.1 開發(fā)背景及發(fā)展趨勢 1
       第二章 步進電機概述 2
       2.1步進電機的特點及其工作原理: 2
       2.2步進電機的技術(shù)參數(shù): 2
       2.3步進電機的分類及內(nèi)部結(jié)構(gòu) 3
       2.4 步進電機詳細(xì)調(diào)速原理: 4
       2.5基于單片機的步進電機調(diào)速 5
       2.6系統(tǒng)硬件電路設(shè)計 11
       第三章 通信模式 13
       3.1基本原理 13
       3.2單片機的串行通信 14
       3.3 串口接收數(shù)據(jù) 16
       3.3.1通信協(xié)議 17
       第四章 結(jié)束語 18
       參 考 文 獻 19
       附錄A 20
       附錄B 21
       附錄C 22

     相關(guān)說明:
      1. 如您下載的資料不止一份,建議您注冊成為本站會員。會員請登錄后下載。
      2. 會員購買金幣50元以下,0.7元/個,50元以上,0.5元/個。具體請看:下載與付款
      3. 會員48小時內(nèi)下載同一文件,不重復(fù)扣金幣。
      4. 下載后請用WinRAR WinZIP解壓縮后使用。
      5. 如仍有其他下載問題,請看常見問題解答。

     下載地址:

       

    相關(guān)畢業(yè)論文(設(shè)計)
    1 基于單片機的自行車測速系統(tǒng)
    2 基于51單片機的紅外線感應(yīng)門設(shè)計
    3 單片機控制的重物升降控制系統(tǒng)的設(shè)計
    4 數(shù)控直流電源
    5 超聲波測距系統(tǒng)的設(shè)計
    6 單片機課程設(shè)計 超聲波測距儀
    7 基于單片機的15路電器遙控器的設(shè)計
    8 論文 基于單片機的鎖相頻率合成器的
    9 8通道精密模擬量數(shù)據(jù)采集器
    10 基于單片機在自動裝彈系統(tǒng)中的應(yīng)用
    11 單片機控制交通燈的設(shè)計
    12 單片機循環(huán)彩燈控制設(shè)計
    13 基于單片機的數(shù)字鐘的設(shè)計
    14 基于單片機的雙閉環(huán)直流調(diào)速系統(tǒng)
    15 基于PIC單片機單相SPWM逆變電
    推薦畢業(yè)論文(設(shè)計)
    1 電機轉(zhuǎn)速測量系統(tǒng)
    2 無線遙控照明開關(guān)
    3 聲光控樓梯照明開關(guān)
    4 論文 PCM脈沖編碼調(diào)制的分析
    5 課程設(shè)計論文 LED流水燈的單片機
    6 基于高階累積量與小波能量變換的小目
    7 串行接口中文圖形點陣液晶顯示模塊的
    8 1602數(shù)字萬年歷
    9 遼寧工學(xué)院單片機課程設(shè)計 智能電腦
    10 基于PID控制的淬火爐爐溫控制系統(tǒng)
    11 簡易三極管測試儀
    12 PLC硬件控制電路設(shè)計

    網(wǎng)友評論(點擊發(fā)表評論
    序號評論人評論內(nèi)容時間


    設(shè)為首頁  加入收藏  下載與付款  上傳課件  資料征集  論壇與信息發(fā)布  期刊雜志推介  免責(zé)聲明  常見問題   分類說明  聯(lián)系本站  會員登錄
    課件009教育資源網(wǎng) 版權(quán)所有