> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/lastabwurfbox/technische-daten.md).

# Technische Daten

<table><thead><tr><th width="482"></th><th></th></tr></thead><tbody><tr><td><strong>Außenmaße (BxHxT) in cm</strong></td><td>55x40x97</td></tr><tr><td><strong>Gewicht in kg</strong></td><td>50</td></tr></tbody></table>

#### Anschlusswerte Versorgungsanschluss

<table><thead><tr><th width="486.5"></th><th></th></tr></thead><tbody><tr><td><strong>Nennspannung in VAC</strong></td><td>230</td></tr><tr><td><strong>Strom in A</strong></td><td>16</td></tr><tr><td><strong>Anzahl Außenleiter</strong></td><td>1</td></tr><tr><td><strong>Frequenz in Hz</strong></td><td>50</td></tr><tr><td><strong>zulässige Abweichung der Nennspannung in %</strong></td><td>5</td></tr><tr><td><strong>maximal mögliche Leistungsaufnahme in W</strong></td><td>96</td></tr></tbody></table>

#### Betriebsbedingungen

<table><thead><tr><th width="482"></th><th></th></tr></thead><tbody><tr><td><strong>Umgebungstemperatur in °C</strong></td><td>15-35</td></tr><tr><td><strong>maximale relative Luftfeuchtigkeit in %</strong></td><td>40-75 (keine Kondensation)</td></tr><tr><td><strong>Aufstellung</strong></td><td>in trockenen Räume</td></tr><tr><td><strong>Verschmutzungsgrad</strong></td><td>IP20</td></tr></tbody></table>

#### DC-Pfad

<table><thead><tr><th width="482"></th><th></th></tr></thead><tbody><tr><td><strong>maximale Spannung DC in V</strong></td><td>1000</td></tr><tr><td><strong>maximaler Dauerstrom in A</strong></td><td>500</td></tr><tr><td><strong>maximale Induktivität in µH</strong></td><td>5</td></tr><tr><td><strong>Mindestabstand Stromabschaltung in s</strong></td><td>180</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.irs.systems/lastabwurfbox/technische-daten.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.
