> For the complete documentation index, see [llms.txt](https://docs.monokot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monokot.io/tags-and-devices/siemens-connectivity/parameters.md).

# Parameters

Listed below are the parameters of Siemens Ethernet device.

* **Host:** contains the IP address or hostname of the device.
* **Rack:** contains the number of the destination CPU in rack.
* **Slot:** contains the number of the destination slot.
* **Port:** contains the device port number. The standard port number for S7 protocol is 102.
* **Connection Type**: Is a type of protocol supported by the device.
* **Max. PDU Size:** specifies the maximum number of bytes which will be read/written per one request to PLC (maximum block size).
* **Inter-Request Delay:** contains the delay for sending a request (in milliseconds) after receiving the response.
* **Request Timeout:** contains the time to wait for the request to be executed (in milliseconds) after which the request execution error occurs.
* **Connection Timeout:** contains the connection timeout (in milliseconds) after which connection error occurs.

Most of the parameters described above are available as OPC UA items. More information about editing server object properties via OPC UA is described [<mark style="color:blue;">here</mark>](/basics/opc-ua/access-to-object-settings.md).


---

# 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.monokot.io/tags-and-devices/siemens-connectivity/parameters.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.
