Table of Contents

CerberusPro configuration (standalone)

CerberusPro (SIEMENS) uses the BACnet protocol to communicate with Siwenoid. Communication settings are made in the FXS72xx editor of the CerberusPro control unit.

To enable Siwenoid to communicate with the CerberusPro panel, BACnet communication must be enabled on the panel. On the Network tab of the editor, click Global System Configuration, then:

  1. 1.) Enable BACnet communication
  2. 2.) Set BACnet character set to UCS-2
  3. 3.) Create a BACnet client (Siwenoid server communicates through this)

At the BACnet client, set the 4.) BACnet device ID to 100 (default is 0). This ID will be needed in Siwenoid.

Standalone panel – network configuration

To communicate with the panel, an IP address must be assigned to it. Go to FS7XX Network configuration → Connections, right-click → Assign.

Select the existing panel and click Assign.

The panel now appears under Connections. Click on it to set:

Important: If multiple panels are on the network, each must have a different UDP port (applies to standalone).

Click 100:Ethernet sub-net and set the Netmask to match the network segment.

If the PC and panel are directly connected, simply set both the panel and Siwenoid server PC to the same IP range.

Standalone panel – subnet configuration

Use these settings when the panel is on a different subnet than the Siwenoid server PC (e.g. Panel IP: 192.168.100.1, Siwenoid server: 192.168.1.44).

First, complete the previous section's steps.

To allow communication across subnets, a route must be defined — it must be the gateway address of the panel's subnet (e.g. 192.168.100.254).

In FS7XX Network configuration → Functions, right-click → Assign.

In the dialog, select GAP, find the panel in the tree, then click Assign (path: FS7XX network configuration / 100:Ethernet sub-net / connections / FXXX).

A route menu is created under Functions — add a new route entry.

Set the parameters:

After applying settings, ping the panel from the Siwenoid server PC.

Select the panel on the Network tab, open it, click 1:BACnet device object → Details tab. Enable BBMD, then create a BDT entry.

Set the BDT entry as follows:

Ping the panel again from the Siwenoid server PC.

Multiple standalone panels on the network: Under 1:BACnet device object → Overview, set Element address and BACnet device instance number to different values per panel, but keep them equal to each other (e.g. 1-1, 2-2, 3-3).

Creating the Metafile (Sib-X export)

To import data into Siwenoid, a METAFILE is needed, exported from the panel programming software.

Go to: File menu → Sib-X export

Creating a container and importing the Metafile in Siwenoid

Siwenoid V1

Right-click the root in the tree menu → New container. Fill in the container name, select the type, set BACnet protocol.

Note: Local address / Local UDP port are not always required — communication can work without them.

Save the container by clicking OK.

Siwenoid V2

Go to: File → Settings → Physical structure

Click + to create a new container.

Note: Local address / Local UDP port are not always required.

Save the container by clicking Save.

Importing the Metafile

Siwenoid V1:

Right-click the created container → “Upload from metafile”. In the dialog, enter the panel number / BACnet ID (e.g. 1-1).

For multiple standalone panels:

  1. Panel 1: Element address 1, BACnet device instance 1 → import with 1-1
  2. Panel 2: Element address 2, BACnet device instance 2 → import with 1-2
  3. Panel 3: Element address 3, BACnet device instance 3 → import with 1-3

Click OK, then browse to the exported Sib-X file. A progress bar shows the import status. Datapoints are added under the container. After import, right-click the container to enable communication.

Siwenoid V2:

After saving the container, the “Metafile import” option becomes available in the same window. Browse to the Sib-X file, enter the Number of device in site and Chosen BACnet ID (e.g. 1-1), then click Save.

For multiple standalone panels, use the same numbering logic as above. A progress bar shows the import. After completion, enable communication by clicking ON in the same window.


Next → CerberusPro configuration (SAFEDLINK)