AnalysisSystemForRadionuclide/setup/SystemManager.xml
2024-11-28 17:11:43 +08:00

117 lines
3.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<config>
<Oracle>
<item type="QOCI"/>
<item DatabaseName="orcl"/>
<item HostName="82.157.234.81"/>
<item Port="1521"/>
<item UserName="configuration"/>
<item Password="123456"/>
</Oracle>
<MySql>
<item type="QMYSQL"/>
<item DatabaseName="CONFIGURATION"/>
<item HostName="172.21.70.89"/>
<item Port="3306"/>
<item UserName="root"/>
<item Password="cnndc10"/>
</MySql>
<UserName>
<item user2="fanyq" user3="liq" user1="admin"/>
</UserName>
<Ftp port="21" ip="127.0.0.1" user="rmsops" psw="cnndc010"/>
<SampleType>
<!-- 系统类型 -->
<item type="P"/>
<!-- particulate气溶胶样品 -->
<item type="G"/>
<!-- all other gas systems惰性气体样品 -->
<!--item type="B"/ -->
<!-- gas with 3-D β-γ coincidence detection -->
</SampleType>
<DataType>
<!-- 数据类型 -->
<item type="Q"/>
<!-- QCPHDQC谱 -->
<item type="S"/>
<!-- SAMPLEPHD样品谱 -->
<item type="C"/>
<!-- CALIBPHD刻度谱 -->
<item type="D"/>
<!-- DETBKPHD探测器本底谱 -->
<item type="B"/>
<!-- BLANKPHD空白样品谱 -->
<item type="G"/>
<!-- GASBKPHD -->
</DataType>
<Qualifier>
<!-- 能谱限定符 -->
<item type="PREL"/>
<!-- 过程谱 -->
<item type="FULL"/>
<!-- 全谱 -->
</Qualifier>
<Status>
<!-- 样品处理状态 -->
<item type="U"/>
<!-- 样品谱未处理 -->
<item type="A"/>
<!-- 样品谱正在被自动处理中或自动处理后失败 -->
<item type="P"/>
<!-- 样品谱成功的被自动处理 -->
<item type="R"/>
<!-- 样品谱完成交互分析 -->
<item type="F"/>
<!-- 样品谱分析错误 -->
</Status>
<QCFlags-P>
<!-- 范围内显示绿色,否则显示红色 -->
<!-- "["表示大于等于,"]"表示小于等于,"("表示大于,")"表示小于 -->
<col_time green="[21.6,26.4]"/>
<!-- 21.6 <= col_time <= 26.4, units:hour -->
<acq_time green="(18.0,-)"/>
<!-- acq_time > 18, units:hour -->
<decay_time green="(-,26.4)"/>
<!-- decay_time < 26.4, units:hour -->
<samp_vol green="(10800,-)"/>
<!-- samp_vol > 10800, units:cube meter -->
<Be7-FWHM green="(-,1.7)"/>
<!-- Be7-FWHM < 1.7, units:keV -->
<Ba140-MDC green="(-,30)"/>
<!-- Ba140-MDC < 30, units:uBq/m3 -->
<airFlow green="(500,-)"/>
<!-- airFlow > 500, units:cube meter per hour -->
<Be7 energy="477.595001"/>
<Ba140 energy="537.260986" yield="0.24389999" halflife="12.752"/>
</QCFlags-P>
<QCFlags-G>
<col_time green="[21.6,24.0]"/>
<!-- 21.6 <= col_time <= 24.0, units:hour -->
<acq_time green="[16.0,24.0]"/>
<!-- 16.0 <= acq_time <= 24.0, units:hour -->
<decay_time green="(-,10.0)"/>
<!-- decay_time < 10.0, units:hour -->
<samp_vol green="(10,-)"/>
<!-- samp_vol > 10, units:cube meter -->
<Xe133-MDC green="(-,1000)"/>
<!-- Xe133-MDC < 1000, units:uBq/m3 -->
<airFlow green="(0.4,-)"/>
<!-- airFlow > 0.4, units:cube meter per hour -->
<Xe133 energy="80.997002" yield="0.38" halflife="5.243"/>
</QCFlags-G>
<StationStatus>
<item>Operating</item>
<item>Unoperating</item>
</StationStatus>
<StationType>
<item/>
<item>ARIX-2</item>
<item>ARIX-4</item>
<item>CINDER</item>
<item>LAB</item>
<item>Manual</item>
<item>RASA</item>
<item>SAUNA</item>
<item>SPALAX</item>
</StationType>
</config>