Differences between revisions 3 and 63 (spanning 60 versions)
Revision 3 as of 2018-11-15 12:24:06
Size: 160
Editor: KousekiMiyo
Comment:
Revision 63 as of 2018-11-15 15:16:08
Size: 2122
Editor: KousekiMiyo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Environmental Monitor =
== OverView ==
<<TableOfContents(3)>>
= Environmental Sensors =
== Overview ==
 {*} ひずみ計に対する各センサーをプロジェクションしたASDを載せる。
Line 4: Line 6:
|| Sensor || Use || Spec || ||
||</2>HMP155 || Temperature || ||
|| || Humidity || ||
|| || Pressure || ||
== Sensors List ==
|| || '''Sensor''' || '''Use''' || '''Spec''' || '''DAQ<<FootNote(More detail information about cRIO is [[KAGRASubgroupsGIFDAQ|here]].)>> ''' || ''' Purpose ''' ||
||<|3> Air Environmental Sensor<<BR>>[[KAGRA/Subgroups/GIF/EM/AirEnvironmentalSensors|(Detail)]] ||<|2>[[https://www.vaisala.com/sites/default/files/documents/HMP155_User_Guide_in_English.pdf|(Manual)]] HMP155(Vaisala) || Temperature || || cRIO, KAGRA CDS ||<|3>Air Envrionment ||
|| Humidity || || cRIO, KAGRA CDS ||
|| [[https://www.vaisala.com/sites/default/files/documents/PTB110%20User%20Guide%20in%20English.pdf|(Manual)]] PTB110(Vaisala) || Pressure || || cRIO, KAGRA CDS ||
||<|2> KAGRA Seismometer || [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=7554|(Manual)]] Trillium 120QA|| seismic || || KAGRA CDS ||<|2>Seismic noise on the '''both ends and Center''' station ||
|| [[https://www-iuem.univ-brest.fr/pops/attachments/1489|(Manual)]] Trillium Compact || seismic || || KAGRA CDS ||
||<|2> GIF Seismometer || [[https://www.passcal.nmt.edu/webfm_send/220|(Manual)]] Trillium 240 || seismic || || cRIO ||<|2>Seismic noise on the '''X Arm''' ||
|| [[https://www.guralp.com/documents/MAN-030-0001.pdf|(Manual)]] CMG3T || seismic || || cRIO ||

== Deployment ==

 {*} 配置図を載せる。

== 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]]

-------

Environmental Sensors

Overview

  • {*} ひずみ計に対する各センサーをプロジェクションしたASDを載せる。

Sensors List

Sensor

Use

Spec

DAQ1

Purpose

Air Environmental Sensor
(Detail)

(Manual) HMP155(Vaisala)

Temperature

cRIO, KAGRA CDS

Air Envrionment

Humidity

cRIO, KAGRA CDS

(Manual) PTB110(Vaisala)

Pressure

cRIO, KAGRA CDS

KAGRA Seismometer

(Manual) Trillium 120QA

seismic

KAGRA CDS

Seismic noise on the both ends and Center station

(Manual) Trillium Compact

seismic

KAGRA CDS

GIF Seismometer

(Manual) Trillium 240

seismic

cRIO

Seismic noise on the X Arm

(Manual) CMG3T

seismic

cRIO

Deployment

  • {*} 配置図を載せる。

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


  1. More detail information about cRIO is here. (1)

KAGRA/Subgroups/GIF/EM (last edited 2018-11-20 07:43:38 by KousekiMiyo)