Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2018-11-15 15:16:53
Size: 99
Editor: KousekiMiyo
Comment:
Revision 7 as of 2018-11-15 15:30:34
Size: 1200
Editor: KousekiMiyo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
KAGRA/Subgroups/GIF/EM/AirEnvironmentalSensorsについて、ここに記述してください。 = Air Environmental Sensor =

== Sensors ==
 * [[https://www.vaisala.com/sites/default/files/documents/HMP155_User_Guide_in_English.pdf|HMP155(Vaisala)]]
 * [[https://www.vaisala.com/sites/default/files/documents/PTB110%20User%20Guide%20in%20English.pdf|PTB110(Vaisala)]]
 * [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=7554|Trillium 120QA]]
 * [[https://www-iuem.univ-brest.fr/pops/attachments/1489|Trillium Compact]]
 * [[https://www.passcal.nmt.edu/webfm_send/220|Trillium 240]]
 * [[https://www.guralp.com/documents/MAN-030-0001.pdf|CMG3T]]
== Circuit ==

 {*} アンプの回路図、Dsubの配線図等のJGWのリンクを載せる。

== Calibration ==
cRIO01 500m, y[V]がADの電圧値。上からAD00,01,02,03
{{{
t[℃]=(y[V]/10/(1+3300/430)/1.e-3-107.79)/.388+20.0
h[%]=-y[V]/5*100/2
p[hPa]=-y[V]/2/5*(1100-800)+800
vac[Pa]=10^[2*y[V]-13.0]
}}}
cRIO02 2000m
{{{
t[℃]=(y[V]/10/(1+3300/430)/1.e-3-107.79)/.388+20.0
h[%]=y[V]/5*100/2
p[hPa]=y[V]/2/5*(1100-800)+800
vac[Pa]=10^[2*y[V]-13.0]
}}}

== Reference ==
[[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=9269| Envrionmental Air Sensors]]

Air Environmental Sensor

Sensors

Circuit

  • {*} アンプの回路図、Dsubの配線図等のJGWのリンクを載せる。

Calibration

cRIO01 500m, y[V]がADの電圧値。上からAD00,01,02,03

t[℃]=(y[V]/10/(1+3300/430)/1.e-3-107.79)/.388+20.0
h[%]=-y[V]/5*100/2
p[hPa]=-y[V]/2/5*(1100-800)+800
vac[Pa]=10^[2*y[V]-13.0]

cRIO02 2000m

t[℃]=(y[V]/10/(1+3300/430)/1.e-3-107.79)/.388+20.0
h[%]=y[V]/5*100/2
p[hPa]=y[V]/2/5*(1100-800)+800
vac[Pa]=10^[2*y[V]-13.0]

Reference

Envrionmental Air Sensors

KAGRA/Subgroups/GIF/EM/AirEnvironmentalSensors (last edited 2018-11-15 16:16:23 by KousekiMiyo)