freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于單片機(jī)實(shí)現(xiàn)的多路控制的智能報(bào)警器word格式-資料下載頁(yè)

2024-12-07 09:45本頁(yè)面

【導(dǎo)讀】愿望更大,因此安防概念和安防產(chǎn)品應(yīng)運(yùn)而生。傳統(tǒng)的安防手段漸漸不能滿足人們對(duì)安。防智能化的需求。本系統(tǒng)正是基于該大環(huán)境,從人們的需求出發(fā),設(shè)計(jì)出的一個(gè)多路控。制的智能報(bào)警器,以實(shí)現(xiàn)智能安全防范的目的。顯示模塊電路、報(bào)警模塊電路。電路,使系統(tǒng)更穩(wěn)定,更實(shí)用??刂颇K主要利用了AT89S52單片機(jī)作為整個(gè)報(bào)警器的控制系統(tǒng)。該系統(tǒng)用于集中檢測(cè)報(bào)警,能對(duì)受控制的多個(gè)點(diǎn)進(jìn)行實(shí)時(shí)檢測(cè),了程序的可讀性,便于改進(jìn)和擴(kuò)充,從而為系統(tǒng)的使用提供了更方便的軟件支持?,F(xiàn)了單片機(jī)多路控制智能報(bào)警功能。

  

【正文】 the hardware from the four modules circuit: sensor module circuits, MCU control module circuit, the module circuit, alarm module circuit. External control module, designed to reset the system and circuit module oscillator circuit, making the system more stable and practical. The main use of the control module as a whole SCM AT89S52 alarm control system. Sensors in part through induction whether through objects, a level output signal, and the SCM treatment, and the judgement of sensor signals, delay, display, alarm, and other functions. The alarm system for centralized testing, to the point under control of a number of realtime detection, when detected at one or more of a warning signal, can be used to display and digital sound alarm locations, and a smart alarm control. This part of a pilation of system software written to the data flow can clearly reflected in the process, enhance the readability of the procedures, facilitate the improvement and expansion, so as to the use of the system provides a more convenient software support. Testing showed that the module circuit to normal operation, signal reception sensitivity, alarm sound audio, to achieve better control of the microcontroller multifunctional smart alarm. Key words: Single Chip Micyoco Sensor Alarm Intelligent Control 27 附錄 附錄一 產(chǎn)品使用說明書 一、 多路 智能報(bào)警器使用注意事項(xiàng) 電源插入電源插座時(shí)要注意正負(fù)極,以免燒毀器件; 復(fù)位開關(guān)可讓單片機(jī)復(fù)位,程序重新啟動(dòng); 紅外傳感器必須在有效的范圍內(nèi)安放,理想 情況下范圍可達(dá) 10 米; 紅外發(fā)射二極管應(yīng)輸入穩(wěn)定的電源電壓,以保證紅外發(fā)射接收正常工作; 二、報(bào)警器的保養(yǎng)和維護(hù) 注意防水、防塵、防摔; 不宜在高溫高濕、易燃易爆和強(qiáng)磁場(chǎng)的環(huán)境下存放及使用; 請(qǐng)使用濕布和溫和的清潔劑清潔儀表外表,不要使用研磨劑及酒精等烈性溶劑; 如果長(zhǎng)時(shí)間不使用,應(yīng)取出電池,防止電池漏液腐蝕儀表; 要定期進(jìn)行線路的檢查,看是否有線路老化以影響報(bào)警器的正常工作; 若發(fā)現(xiàn)報(bào)警器突然不能正常工作,應(yīng)首先檢查線路,若發(fā)現(xiàn)線路沒問題,應(yīng)檢查元器件是否有損壞。 三、 多路 智能 報(bào)警器實(shí)物圖如圖 19 圖 19 多路 智能報(bào)警器實(shí)物圖 28 附錄 二 多路智能報(bào)警器原理總圖 29 附錄 三 多路智能報(bào)警器程序清單 *************************************************************************************。 。 清零程序 。 。*********************************** *************************************************。 ORG 0000H LJMP MAIN MAIN: MOV R0,40H 。清 40H~ 53H 共 20 個(gè)內(nèi)存單元 MOV R1,14H CLEAR: MOV @R0,00H INC R0 DJNZ R1,CLEAR MOV 20H,00H 。清 20H,為判斷信號(hào)做位操作用 MOV P1,00H 。清 P1 口 MOV P2,00H 。清 P2 口 。************************************ ************************************************。 。 設(shè)置位選碼 。 。************************************ ************************************************。 MOV 40H,80H 。選通第一位 MOV 41H,90H 。選通第二位 MOV 42H,0A0H 。選通第三位 MOV 43H,0B0H 。選通第四位 。************************************* ***********************************************。 。 設(shè)置段選碼 。 。************************************* ***********************************************。 MOV 44H,01H 。顯示數(shù)字 1 MOV 45H,02H 。顯示數(shù)字 2 MOV 46H,03H 。顯示數(shù)字 3 MOV 47H,04H 。顯示數(shù)字 4 。************************************** **********************************************。 。 主程序 。 。************************************** **********************************************。 START: MOV P2, 0fH MOV A, P2 MOV 20H, A 。把信號(hào)送位操作地址 30 JNB 00H, DISPLAY1。如果 (00H)=0,則跳轉(zhuǎn)到 DISPLAY1 JNB 01H, DISPLAY2。如果 (01H)=0,則跳轉(zhuǎn)到 DISPLAY2 JNB 02H, DISPLAY3。如果 (02H)=0,則跳轉(zhuǎn)到 DISPLAY3 JNB 03H, DISPLAY4。如果 (03H)=0,則跳轉(zhuǎn) 到 DISPLAY4 LCALL DISPLAY5 LJMP START 。*************************************** *********************************************。 。 顯示程序 。 。*************************************** *********************************************。 。顯示程序 1 DISPLAY1: CLR MOV A,44H MOV R2,40H ORL A,R2 MOV P1,A LCALL DL3S SETB LJMP START 。返回主程序 。顯示程序 2 DISPLAY2: CLR MOV A,45H MOV R2,41H ORL A,R2 MOV P1,A LCALL DL3S SETB LJMP START 。返回主程序 。顯示程序 3 DISPLAY3: CLR MOV A,46H MOV R2,42H ORL A,R2 31 MOV P1,A LCALL DL3S SETB LJMP START 。返回主程序 。顯示程序 4 DISPLAY4: CLR MOV A,47H MOV R2,43H ORL A,R2 MOV P1,A LCALL DL3S SETB LJMP START 。返回主程序 。顯示程序 5 DISPLAY5: MOV A,80H MOV P1,A LCALL DL1MS MOV A,90H MOV P1,A LCALL DL1MS MOV A,0A0H MOV P1,A LCALL DL1MS MOV A,0B0H MOV P1,A LCALL DL1MS RET 。返回主程序 。***********************************************************************************。 。 延時(shí)程序 。 。***********************************************************************************。 。延時(shí)子程序,執(zhí)行一次時(shí)間為 1MS DL1MS: MOV R3,0AH 32 LOOPA: MOV R4,30H LOOPB: DJNZ R4,LOOPB DJNZ R3,LOOPA RET 。延時(shí)子程序,執(zhí)行一次時(shí)間為 10MS DL10MS: MOV R0,0AH LOOPC: LCALL DL1MS DJNZ R0,LOOPC RET 。延時(shí)子程序,執(zhí)行一次時(shí)間為 125MS DL125MS: MOV R0,7DH LOOPD: LCALL DL1MS DJNZ R0,LOOPD RET 。延時(shí)子程序,執(zhí)行一次時(shí)間為 1S DL1S: MOV R5,08H LOOPE: MOV R6,0FAH LOOPF: MOV R7,0FAH LOOPG: DJNZ R7,LOOPG DJNZ R6,LOOPF DJNZ R5,LOOPE RET 。3S 延時(shí)子程序(調(diào)用 3 次 1S 延時(shí)子程序) DL3S: MOV R4,03H LOOPH: LCALL DL1S DJNZ R4,LOOPH RET 。5S 延時(shí)子程序(調(diào)用 5 次 1S 延時(shí)子程序) DL5S: MOV R4,05H LOOPI: LCALLDL1S DJNZ R4,LOOPI RET END
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1