> 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/ko/installation/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/658dca31dc2486ffb4cb2c60dc55c277d45f1d4b" alt=""></div>

***

### 배터리가 몇 개 필요합니까?

BP52에는 통합 배터리 슬롯이 두 개 있고 외부 듀얼 배터리 인클로저를 최대 두 개까지 지원하여 총 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%를 차감하십시오.

{% hint style="info" %}
**예:** 작동 온도는 10°C입니다

배터리 용량은 \[100% - (20-10)%] \* 200Wh입니다

\= 90% \* 200Wh

\= 180Wh
{% endhint %}

***

### **재충전 시간**

시스템 최소 전력 20W가 배터리 충전에 할당되지만, 시스템 부하가 허용하면 더 많은 전력이 배터리 충전에 제공됩니다.

최소 충전 전력 20W를 가정하면 완전히 방전된 배터리는 약 10시간 만에 재충전됩니다. 모든 배터리를 완전히 재충전하는 데 걸리는 시간은 10시간에 설치된 배터리 수를 곱하면 됩니다.

{% hint style="info" %}
**예:** 패널이 최대 부하로 동작하고 충전에 사용할 수 있는 전력은 20W뿐입니다. AC 전원은 연결된 4개의 배터리가 완전히 방전되기 직전에 복구됩니다.

재충전 시간 = 10시간 \* 4개 배터리 = 40시간
{% endhint %}

최대 시스템 전력 90W가 배터리 충전에 할당되며, 연결된 모든 배터리 간에 분배될 수 있고 연결된 팩당 최대 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/ko/installation/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.
