> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/air-quality/ja/sensdta/detect-and-understand-carbon-monoxide.md).

# 一酸化炭素を検出して理解する

{% hint style="danger" %}
現在のライブ測定値が200 ppmを超えている場合、 **直ちに救急サービスに連絡してください**.

**SV25は生命安全用機器ではありません**また、緊急用一酸化炭素検出器として使用するための要件を満たしていません。

**Verkadaアラートのみに頼らないでください。** これらのアラートは、十分なタイムリーな警告を提供せず、健康と安全に対する一酸化炭素（CO）の脅威が損なわれる可能性があります。
{% endhint %}

***

## 一酸化炭素に関する基本的な事実

### それは何ですか？

無臭、無色、そして有毒な気体です。例：自動車の排気、ガスコンロ、漏れている煙突、給湯器、炉。測定範囲：0—1,000 ppm

### 影響

COは、新鮮な空気の中に出ても、血液が酸素を運ぶのを妨げます。

### 曝露

COは、短時間のピーク曝露が日常的に発生する場合、または空間内のレベルが上昇し続けるか、拡散しない場合に、主に健康リスクとなります。

* 有毒な煙を見たり、味わったり、嗅いだりすることはできないため、COは致命的になり得て、建物内に存在していることが分からない場合があります。
* 単発の大きなスパイクの検出は、必ずしも継続的な問題や危険を示すとは限りません。
* CO曝露の影響は、年齢、全体的な健康状態、そして曝露濃度と曝露時間によって、人によって大きく異なります。

***

## イベントを理解する

### 例1

**シナリオ**：開いた窓の近くでアイドリングしているディーゼルトラックは、次のようになる場合があります：

<div align="left" data-with-frame="true"><img src="/files/3ea3bb14a4ef22d0467ba6e546e5eda642e790c2" alt=""></div>

これは5分間で約35 ppmに相当します。ほかにイベントが発生しない場合、その部屋の居住者が曝露していた量は次のとおりです：

* 2.917 ppm/hour
* 0.365 ppm/8 hours

この場合、居住者はピークイベントに曝露していた可能性がありますが、総曝露濃度は依然として非常に低く、心配する必要はありません。一般的な計測器は、1時間あたり15～50 ppm、または8時間で合計50 ppmに曝露するとアラーム状態に入ります。

### 例2

同じ例で、このディーゼルトラックが1日に20回停止すると仮定します。同じ場所では、次のようになります：

* 7.2925 ppm/hour
* 58.34 ppm/8 hours

このレベルは、アイドリング禁止ポリシーの策定や窓を閉めるなど、対処すべき懸念を示しています。ただし、健康への脅威はないため、必ずしも緊急事態ではありません。このようなイベントが定期的に見られるようになり、発生源を特定できない場合は、さらに調査することを検討してください。

{% hint style="danger" %}
COの存在により火災アラームシステムがアラーム状態になった場合は、SV25がそれを検出しなくても、常に緊急事態として扱ってください。
{% endhint %}

### 例3

このグラフも同じ時間間隔ですが、状況は生命を脅かす状態でした。居住者にとって幸いなことに、SV25は認証済みの生命安全用一酸化炭素メーターのすぐ隣に設置されていました。 **SV25は認証済みの生命安全用一酸化炭素メーターではありません。**

<div align="left" data-with-frame="true"><img src="/files/d9b16775fd924acaf37343d6e19434cd8d957d59" alt=""></div>

最初の状況と同様に、値はスパイクから始まりましたが、レベルは上昇し続けました。建物の火災アラームが鳴り、居住者は避難しました。これは生命を脅かす事象です。もし居住者が避難していなければ、次の濃度に曝露していたことになります **400–500 ppm/hour**.

この場合、SV25は消防署が故障した給湯器を特定するための手がかりを提供できました。

{% hint style="danger" %}
SV25センサーのライブ測定値が、増加している、または拡散していない危険な一酸化炭素値を示している場合は、直ちにその場を避難し、救急サービスに連絡してください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/air-quality/ja/sensdta/detect-and-understand-carbon-monoxide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
