> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/s2-node-supervisor-administrator-manual/preparation/items_to_prepare.md).

# Items to prepare

1. Access to the target B3 system:
   * B3 server address.
   * Login and password for B3 account with system administrator privileges.
2. Windows 10 or a Windows Server PC with access to B3 and configured Tibbo virtual serial port(s).\
   Use ‘SG001-0001-S2NodeServer’ “Installation Manual for Tibbo DS203” for Tibbo virtual serial port(s) setup. Note each Tibbo MAC address and its COM port which will be needed for S2 radio network configuration in S2 Node Server services.

| No. | Tibbo MAC address | Virtual COM port | S2 Radio Group |
| --- | ----------------- | ---------------- | -------------- |
|     |                   |                  |                |

3. Properly configured S2 radio network(s) with PC node(s) connected to Tibbo virtual serial port(s). Lists of measuring S2 nodes shall be created for all S2 PC nodes and their respective COM ports. The lists will be used to define the S2 radio networks in B3.

|     | S2 Radio Group |             |      |              |
| --- | -------------- | ----------- | ---- | ------------ |
| No. | S2 node ID     | Sensor type | Unit | Log interval |
|     |                |             |      |              |
|     |                |             |      |              |

In case of migration from B2 to B3, most of the parameters will be moved automatically.

4. S2NodeServer and NodeSupervisor installer. The installer can be downloaded from DMS at <http://192.168.61.250/internal_version.php?did=4224> .


---

# 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://help.boomerang3.com/s2-node-supervisor-administrator-manual/preparation/items_to_prepare.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.
