# 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: 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:

```
GET https://docs.monokot.io/tags-and-devices/siemens-connectivity/parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
