> For the complete documentation index, see [llms.txt](https://docs.brwall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brwall.com/specifications/video-wall-controller/br40-series.md).

# BR40 Series

### Specifications

<table><thead><tr><th width="185"></th><th width="150"></th><th width="150"></th><th width="150"></th><th width="150"></th><th width="150"></th><th width="150"></th><th></th></tr></thead><tbody><tr><td>Device size</td><td>4U</td><td>8U</td><td>16U</td><td>16UA</td><td>16UB</td><td>24U</td><td>32U(Double)</td></tr><tr><td>Slots</td><td><p>Input:4   </p><p>Output:4</p></td><td><p>Input:9 </p><p>Output:8</p></td><td><p>Input:20   </p><p>Output:20</p></td><td><p>Input:29   </p><p>Output:15</p></td><td><p>Input:15   </p><p>Output:29</p></td><td><p>Input:40  </p><p>Output:40</p></td><td><p>Input:80   </p><p>Output:80</p></td></tr><tr><td>Redundant PSU</td><td>1+1</td><td>1+1</td><td>2+2</td><td>2+2</td><td>2+2</td><td>2+2</td><td>8+8</td></tr></tbody></table>

<table><thead><tr><th width="150"></th><th width="158.9964973730298"></th><th></th></tr></thead><tbody><tr><td>Product hardware<br>information</td><td>System structure</td><td>Pure hardware FPGA architecture</td></tr><tr><td></td><td>Operating system</td><td>No CPU and operating system</td></tr><tr><td></td><td>Board type</td><td>Pure hardware pluggable,hot-swappable structure</td></tr><tr><td>Input/Output Signal</td><td>Input type</td><td>VGA,DVI,HDMI,DP,CVBS,SDI,HDBaseT,IP-Video,Fiber</td></tr><tr><td></td><td>Input channel</td><td>1080P up to 320 channel,4K up to 80 channel</td></tr><tr><td></td><td>Output type</td><td>VGA,DVI,HDMI,CVBS,SDI,HDBaseT,Fiber</td></tr><tr><td></td><td>Output channel</td><td>1080P up to 320 channel,4K up to 80 channel</td></tr><tr><td>Image processing</td><td>Display mode</td><td>Roaming, overlay, zoom in/out, multi-windowing, scene switch,  PIP, full screen and combination screen</td></tr><tr><td></td><td>Input resolution</td><td>Single channel 4K: duallink DVI/HDMI/DP</td></tr><tr><td></td><td>Scene/Signal switching time</td><td>Millisecond-level switching</td></tr><tr><td></td><td>Number of signal copy</td><td>More than the number of output ports</td></tr><tr><td></td><td>Max input/output resolution</td><td>3840*2160@30Hz</td></tr><tr><td></td><td>Single-screen window</td><td>At least 8 windows on each two screens</td></tr><tr><td></td><td>Hot-swappable</td><td>Support</td></tr><tr><td></td><td>Power supply configuration</td><td>N+1 redundant power supply structure</td></tr><tr><td></td><td>Signal preview</td><td>Support</td></tr><tr><td>Control function</td><td>Control structure</td><td>Software /Hardware</td></tr><tr><td></td><td>Maximum scenes</td><td>255</td></tr><tr><td></td><td>Control method</td><td>RS232/Network/Touch screen/Keypad and compatible with third party control system</td></tr><tr><td></td><td>Management mode</td><td>B/S, C/S, Mobile</td></tr><tr><td></td><td>Matrix control</td><td>Supports digital /analog matrix linkage control</td></tr><tr><td>Stability</td><td>Safety</td><td>Hardware structure, no virus interference</td></tr><tr><td></td><td>MTBF</td><td>50000h</td></tr><tr><td></td><td>Continuity</td><td>365 days, 7x24 hours operation</td></tr><tr><td>Working environment</td><td>Operating temperature</td><td>-15~60℃</td></tr><tr><td></td><td>Storage temperature</td><td>-30~75℃</td></tr><tr><td></td><td>Operating humidity</td><td>10 to 90% without condensation</td></tr><tr><td></td><td>Storage humidity</td><td>5~95% without condensation</td></tr></tbody></table>


---

# 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://docs.brwall.com/specifications/video-wall-controller/br40-series.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.
