> 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/new-alarms/ja/she-zhi/calculate-how-many-batteries-are-needed-for-the-bp52.md).

# BP52に必要なバッテリー数を計算する

この [VBXシリーズ](https://docs.verkada.com/docs/ACC-VBX-series-datasheet.pdf) は、 [BP52 アラームパネル](https://docs.verkada.com/docs/BP52-alarm-panel-datasheet.pdf)向けの高度なバックアップバッテリーシステムです。VBXバッテリーは、リチウム鉄リン酸塩（LiFePO4）化学を採用しており、寿命とエネルギー容量の点で従来の密閉型鉛蓄電池（SLA）を大きく上回ります。

<div data-with-frame="true"><img src="/files/63ef1ca82e149f9597d46b3574043fac4da2f1d0" alt=""></div>

***

### 何個のバッテリーが必要ですか？

BP52 には内蔵バッテリースロットが2つあり、さらに外付けのデュアルバッテリーエンクロージャーを最大2台までサポートするため、合計で200Whバッテリーを6個まで使用できます。システムに必要なバックアップ容量を計算するには、システムに接続されている高負荷デバイスすべての消費電力を合計し、その数値に必要なバックアップ時間（時間数）を掛けます。

必要なバッテリー容量を ACC-VBX-200WH バッテリーの容量で割って、必要なバッテリー数を求めます。

**必要なバッテリー数** = K / 200Wh

接続デバイスとその消費電力の例を以下に示します。

A = 8.5W（パネル待機モード）

B = 0.5W（セルラー・バックアップの平均消費電力）

C = 3W（エキスパンダーの平均消費電力）

D = 4W（キーパッドの平均消費電力）

E = 6W（セキュリティカメラ - 昼間モードの平均消費電力）

F = 10W（セキュリティカメラ - 夜間モードの平均消費電力）

G = 8W（インターコムの平均消費電力）

H（総電力）= A + B + C\*(# エキスパンダー) + D\*(# キーパッド) + E\*(# カメラ) + F\*(# カメラ) + G\*(# インターコム)

J = 必要なバックアップ時間（時間）

K（必要なバッテリー容量）= H\*J

{% hint style="info" %}
**例：** パネル、セルラー・バックアップ、2つのキーパッド、1台のエキスパンダー、2台のカメラを備えたサイトは、通常、VBXバッテリー2個で12時間稼働できます。
{% endhint %}

***

### **バッテリー容量と温度**

バッテリー容量は高い動作温度の影響を受けませんが、周囲温度が低い環境で動作するバッテリーは容量が低下します。

周囲温度が20°Cを下回る場合、動作周囲温度が1度下がるごとに容量を1%差し引きます。

{% hint style="info" %}
**例：** 動作温度は10°Cです

バッテリー容量は \[100% - (20-10)%] \* 200Wh です

\= 90% \* 200Wh

\= 180Wh
{% endhint %}

***

### **充電時間**

バッテリー充電にはシステム電力の最小20Wが割り当てられますが、システム負荷に余裕がある場合は、より多くの電力をバッテリー充電に使用できます。

最小充電電力を20Wとすると、完全に放電したバッテリーは約10時間で再充電されます。すべてのバッテリーが完全に再充電されるまでの時間は、10時間に設置されているバッテリーの数を掛けて求めます。

{% hint style="info" %}
**例：** パネルは最大負荷で動作し、充電に使えるのは20Wのみです。AC電源は、接続された4個のバッテリーが完全に放電する直前に復旧します。

充電時間 = 10h \* 4バッテリー = 40h
{% endhint %}

バッテリー充電にはシステム電力の最大90Wが割り当てられ、接続されたパック1個あたり最大40Wまで、接続されたすべてのバッテリーに分配される場合があります

最大充電電力では、完全に放電したバッテリーは約5時間で再充電されます。


---

# 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/new-alarms/ja/she-zhi/calculate-how-many-batteries-are-needed-for-the-bp52.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.
