Application settings
Keep the "API secret" a secret. This key should never be human-readable in your application.
API key ************************
API secret **************************************************
Access levelRead and write (modify app permissions)
Owner *********
Owner ID ***********
Application actions
Regenerate API keysChange App Permissions
Your access token
This access token can be used to make API requests on your own account's behalf. Do not share your access token secret with anyone.
Access token *************************************************
Access token secret ********************************************
Access levelRead and write
Owner **********
Owner ID **********
rasdiationのfifoの日付データがunixtimeだったのでしばらく??
%s:seconds since the Unix epoch(1970-01-0100:00 UTC)
というのがあったので試してみたところう良さそう。
32400はUTC+9h,9x60x60
5分間隔再描画。(画像のupは10分間隔)
set yrange [0:0.15]
set datafile separator ","
set ylabel "[µS/h]
set xlabel "[date/hour]
set xdata time
set timefmt "%s"
set format x "%d/%H"
plot "06Nov0500.csv" using ($2+32400):6 with lines
pause 300
reread