智慧倉儲(chǔ)監(jiān)測項(xiàng)目智能倉儲(chǔ)項(xiàng)目編碼智慧倉儲(chǔ)實(shí)施編碼課件_第1頁
智慧倉儲(chǔ)監(jiān)測項(xiàng)目智能倉儲(chǔ)項(xiàng)目編碼智慧倉儲(chǔ)實(shí)施編碼課件_第2頁
智慧倉儲(chǔ)監(jiān)測項(xiàng)目智能倉儲(chǔ)項(xiàng)目編碼智慧倉儲(chǔ)實(shí)施編碼課件_第3頁
智慧倉儲(chǔ)監(jiān)測項(xiàng)目智能倉儲(chǔ)項(xiàng)目編碼智慧倉儲(chǔ)實(shí)施編碼課件_第4頁
智慧倉儲(chǔ)監(jiān)測項(xiàng)目智能倉儲(chǔ)項(xiàng)目編碼智慧倉儲(chǔ)實(shí)施編碼課件_第5頁
已閱讀5頁,還剩6頁未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

智慧倉儲(chǔ)實(shí)施編碼智慧倉儲(chǔ)實(shí)施編碼程序操作的頁面:程序操作的頁面:煙霧的按鈕、提示信息報(bào)警燈。<RelativeLayoutandroid:layout_marginLeft="50dp"android:layout_width="wrap_content"android:layout_height="match_parent"><Buttonandroid:id="@+id/yanwubtn"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_alignParentBottom="true"android:layout_centerHorizontal="true"android:layout_marginBottom="58dp"

android:text="關(guān)閉報(bào)警"/><TextViewandroid:id="@+id/yanwutext"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_above="@+id/yanwubtn"android:layout_alignParentLeft="true"

android:text="煙感(未報(bào)警)"android:textColor="#000000"/>

<ImageViewandroid:id="@+id/yanwulight"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_above="@+id/yanwutext"android:layout_centerHorizontal="true"android:src="@drawable/errorlight1"/></RelativeLayout>煙霧的按鈕、提示信息報(bào)警燈。<RelativeLayout門禁的按鈕、提示信息、報(bào)警燈。

<RelativeLayoutandroid:layout_marginLeft="25dp"android:layout_width="wrap_content"android:layout_height="match_parent"><Buttonandroid:id="@+id/menjinbtn"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_alignParentBottom="true"android:layout_centerHorizontal="true"

android:layout_marginBottom="58dp"

android:text="關(guān)閉報(bào)警"/><TextViewandroid:id="@+id/menjintext"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_above="@+id/menjinbtn"android:layout_alignParentLeft="true"

android:text="門禁(未報(bào)警)"

android:textColor="#000000"/>

<ImageViewandroid:id="@+id/menjinlight"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_above="@+id/menjintext"android:layout_centerHorizontal="true"android:src="@drawable/errorlight1"/></RelativeLayout>門禁的按鈕、提示信息、報(bào)警燈。<RelativeLayou視頻圖像<ImageViewandroid:id="@+id/imageView1"android:layout_width="330dp"android:layout_height="300dp"android:layout_gravity="center_vertical"android:layout_marginLeft="25dp"android:src="@android:drawable/alert_dark_frame"/>視頻圖像<ImageViewif(readMessage.contains("109618E")){

//2.通知報(bào)警器MainActivity.sendMessage(Configuration.RS485+Utils.getCRC("01"+Configuration.openPort2));HomeVideoActivity.yanwulight.setImageResource(R.drawable.errorlight);HomeVideoActivity.yanwuText.setText("煙感(報(bào)警ing)");

}當(dāng)匹配的命令含有“109618E”時(shí)智能終端就會(huì)控制繼電器打開報(bào)警器??刂评^電器打開2口。提示燈換成報(bào)警提示。提示信息換成報(bào)警if(readMessage.contains("1096elseif(readMessage.contains("Z0662,5,1")){

//2.通知報(bào)警器MainActivity.sendMessage(Configuration.RS485+Utils.getCRC("01"+Configuration.openPort1));HomeVideoActivity.menjinlight.setImageResource(R.drawable.errorlight);HomeVideoActivity.menjinText.setText("門禁(報(bào)警ing)");

}當(dāng)匹配的命令含有“Z0662,5,1”時(shí)智能終端就會(huì)控制繼電器打開報(bào)警器。控制繼電器打開1口。提示燈換成報(bào)警提示。提示信息換成報(bào)警elseif(readMessage.contains(定義一個(gè)門禁按鈕publicstaticButtonmenjinBtn;定義一個(gè)煙感按鈕publicstaticButtonyanwuBtn;定義一個(gè)門禁提示文本定義一個(gè)煙感提示文本publicstaticTextViewmenjinText;publicstaticTextViewyanwuText;定義一個(gè)門禁提示燈定義一個(gè)門禁提示燈publicstaticImageViewmenjinlight;publicstaticImageViewyanwulight;定義一個(gè)門禁按鈕publicstaticButtonmmenjinBtn.setOnClickListener(newOnClickListener(){@OverridepublicvoidonClick(Viewarg0){//TODOAuto-generatedmethodstubMainActivity.sendMessage(com.pcstar.people.utils.Configuration.RS485+Utils.getCRC("01"+com.pcstar.people.utils.Configuration.closePort1));menjinlight.setImageResource(R.drawable.errorlight1);menjinText.setText("門禁(未報(bào)警)");}當(dāng)觸發(fā)按鈕時(shí)會(huì)對按鈕進(jìn)行初始化關(guān)閉繼電器1口。報(bào)警指示燈變?yōu)樵紶顟B(tài)。提示信息變?yōu)槲磮?bào)警。menjinBtn.setOnClickListener(nyanwuBtn.setOnClickListener(newOnClickListener(){@OverridepublicvoidonClick(Viewarg0){//TODOAuto-generatedmethodstubMainActivity.sendMessage(com.pcstar.people.utils.Configuration.RS485+Utils.

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論