1 / 14
ITRI APP 軟體撰寫與介面
140 likes | 369 Vues
ITRI APP 軟體撰寫與介面. V1.0. Storyboard. Scan p eripheral. 將 Scan 到的 Peripheral 存入 appDelegate.slaves 陣列中. Connect peripheral. Iphone 用 Peripheral 的 Device_name ( tagID ) 來 connect. Scan bar code( ZBarSDK ). 呼叫 bar code reader. Scan bar code( ZBarSDK ). Read bar code. SQLite.
Télécharger la présentation
ITRI APP 軟體撰寫與介面
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
ITRIAPP軟體撰寫與介面 V1.0
Scanperipheral 將 Scan 到的 Peripheral 存入 appDelegate.slaves陣列中
Connect peripheral Iphone用 Peripheral 的 Device_name(tagID) 來 connect
Scan bar code(ZBarSDK) 呼叫bar code reader
Scan bar code(ZBarSDK) Read bar code
SQLite 創建 ITRIdatabase
SQLite 將資料加入 database 裡的 logging table 中
Web API HTTP POST data
Web API 接收 JSON 格式回傳值
Core Plot(溫度履歷) 宣告一個曲線繪圖
Core Plot(溫度履歷) 定義 Y軸label顯示紀錄中第一筆與最後一筆資料的時間
Core Plot(溫度履歷) 把溫度資料塞給繪圖data
More Related