# Siox

Before using the Siox connector download the Siox driver from the [Siox website.](http://www.sioxsolutions.se/support-mjukvaror/)

The Siox Connector is used to communicate with Siox terminals. Read more on [Siox website.](http://www.sioxsolutions.se/support-mjukvaror/), and download Siox SDK for the documentations for all the opertations.

#### Configuration <a href="#configuration" id="configuration"></a>

* BaudRate. Symbols per seconds. ex 4800, 9600 etc.
* Serial Port. RTU connection. Example ,COM1, COM2 etc.
* Network Connection settings
  * Use network connections. If you are using Serial port insted of TCP.
  * IP Address. IP Address to the siox bus.
  * Connection timeout(ms). The time before the connection should timeout if it cannot connect.
  * StopBits. How many bits it should stop after transmisson, None, One, Two, OnePointFive(1.5).
  * Port. Port to the siox bus.
* Logging
  * Enable log. Set this to enable logging of Siox Connector.
  * Path to logfile. The file where the Siox Connector appends logs.
  * Max size of logfile. Maximum size of logfile (in kilo bytes). Setting this to zero indicates no limit.
  * Log level. Controls at what level logs will be written.


---

# 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://help.novacuraflow.com/6.11/development/flow-studio/connectors/communication/siox.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.
