...
Info |
---|
Setting values are read-only. |
動作スケジュールの設定
アプリケーションを動作する時間帯を ModuleTwinを使用して設定します。
Info |
---|
Container版AdamAppは カメラ本体のスケジュール設定では制御できません。 |
「ModuleTwinによる設定値の確認」章と同様、対象のコンテナのModule Twin情報を表示します。
“properties”.”desired”.“scheduleField” に以下フォーマットに従ってスケジュールを設定します。
フォーマットは以下です。 三つのフィールドで一つの設定を表します。
Code Block |
---|
曜日設定1,推論開始時間1,推論終了時間1,曜日設定2,推論開始時間2,推論終了時間2,・・・ |
各項目の仕様は以下となります。
...
項目
...
意味
...
フォーマット
...
備考
...
曜日設定
...
アプリが動作する曜日を指定する。
...
以下のいずれかとなる。
“every-day” : 毎日
“Sun”: 日曜日
“Mon”: 月曜日
“Tue”: 火曜日
“Wed”: 水曜日
“Thu”: 木曜日
“Fri”: 金曜日
“Sat”: 土曜日
...
Setting the operation schedule
Use ModuleTwin to set the time zone in which the application will run.
Info |
---|
The Container version of AdamApp cannot be controlled using the camera's schedule settings. |
Similar to the "Checking settings using ModuleTwin" chapter, the Module Twin information for the target container is displayed.
Set the schedule in “properties”.”desired”.“scheduleField” according to the following format.
The format is below. Three fields represent one setting.
Code Block |
---|
Day of the week setting 1, Inference start time 1, Inference end time 1, Day of the week setting 2, Inference start time 2, Inference end time 2,... |
The specifications of each item are as follows.
item | meaning | format | note |
---|---|---|---|
Day of the week setting | Specify the days of the week when the app will run. | Set one of the following. “every-day” “Sun” “Mon” “Tue” “Wed” “Thu” “Fri” “Sat” | By setting the inference start time to "00:00" and the inference end time to "23:59", it is possible to operate 24 hours a day within the specified day. |
推論開始時間 | アプリの動作が開始する時間を指定する。 | “hh:mm” | 00:00 ~ 23:59まで設定できる。 |
推論終了時間 | アプリの動作が終了する時刻を指定する。 | “hh.mm” | 00:00 ~ 23:59まで設定できる。終了タイミングはこの時刻外になったタイミングで判断される。 (例 02:15に設定されていた場合、2時16分0秒以降に停止する。) |
設定例を以下に示します。
...
この場合、 日曜日~木曜日、土曜日は08:00:00 ~ 20:00:59 の間、金曜日は 03:00 ~ 23:59:59 の間動作する設定となります。
...