1 / 5

センサーデータファイル ( ファイル名: sensor.txt)

センサーデータファイル ( ファイル名: sensor.txt). Room-A,20.0,43.5 Room-B,26.0,63.5 Room-C,28.5,23.5. 内容:. ディクショナリ. データ計測プログラム. { ’ Room-A ’ : { ‘ Temp ’ :20.0, ‘ Humi ’ :43.5}, ’ Room-B ’ : { ‘ Temp ’ :26.0, ‘ Humi ’ :63.5}, ’ Room-C ’ : { ‘ Temp ’ :28.5, ‘ Humi ’ :23.5} }. 機能:

leia
Download Presentation

センサーデータファイル ( ファイル名: sensor.txt)

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


  1. センサーデータファイル (ファイル名:sensor.txt) Room-A,20.0,43.5 Room-B,26.0,63.5 Room-C,28.5,23.5 内容: ディクショナリ データ計測プログラム { ’Room-A’: {‘Temp’:20.0, ‘Humi’:43.5}, ’Room-B’: {‘Temp’:26.0, ‘Humi’:63.5}, ’Room-C’: {‘Temp’:28.5, ‘Humi’:23.5} } 機能: センサーデータファイルの内容を読み取り、ディクショナリを自動生成する。 クロックイベントを使って自動的に更新する。 GUI

  2. Clock 1 5 10 STOP データ計測プログラム A:Temp:20.0, Humi:43.5 クロックイベントを使って自動的に更新する。 B:Temp:26.0, Humi:63.5 C:Temp:28.0, Humi:23.5

  3. Clock 1 5 10 STOP A:Temp:20.0, Humi:43.5, 20 B:Temp:26.0, Humi:63.5, 30 C:Temp:28.0, Humi:23.5, 50 データ計測プログラム クロックイベントを使って自動的に更新する。

  4. Clock Room 1 5 10 STOP A B C データ計測プログラム 現在の表示: Room-A クロックイベントを使って自動的に更新する。

  5. Clock Room 1 5 10 STOP A B C データ計測プログラム 現在の表示: Room-A クロックイベントを使って自動的に更新する。

More Related