39
GAMMA instabus Application program description July 2017 070B CO IP Gateway KNX-BACnet 983602 Siemens AG DS02 Update: http://www.siemens.com/gamma-td Building Technologies Division Control Products and Systems © Siemens AG 2017 P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 1/39 Table of contents Use of the application program......................................................................................................................................................... 1 1.Functional description .................................................................................................................................................................. 2 Behavior at bus voltage failure / recovery........................................................................................................................................ 4 Factory default state ..................................................................................................................................................................... 4 Behavior on unloading the application program .............................................................................................................................. 4 Resetting the device to factory default settings ............................................................................................................................... 4 2.Communication objects ................................................................................................................................................................ 5 3.Functions (Objects, Parameters) .................................................................................................................................................... 6 General settings ........................................................................................................................................................................... 6 Settings for the Objects............................................................................................................................................................... 11 Switching / Status On/Off (1 bit) .................................................................................................................................................. 12 8-bit Value (Percent value) .......................................................................................................................................................... 14 8-bit Value (Unsigned integer)..................................................................................................................................................... 16 8-bit Value (Signed integer)......................................................................................................................................................... 18 16-bit value (Unsigned integer) ................................................................................................................................................... 20 16-bit Value (Signed integer)....................................................................................................................................................... 22 16-bit Value (Float)..................................................................................................................................................................... 24 32-bit Value (Unsigned integer) ................................................................................................................................................... 26 32-bit Value (Signed integer)....................................................................................................................................................... 28 32-bit Value (Float)..................................................................................................................................................................... 30 Device status.............................................................................................................................................................................. 32 4. BACnet...................................................................................................................................................................................... 33 Product Description .................................................................................................................................................................... 33 Protocol Implementation Conformance Statement (PICS) .............................................................................................................. 33 BACnet Stack.............................................................................................................................................................................. 34 BACnet Objects .......................................................................................................................................................................... 35 Use of the application program Product family: Communication Product type: Interfaces Manufacturer: Siemens Name: IP Gateway KNX-BACnet N 143 Order no.: 5WG1 143-1AB01

Table of contents - support.industry.siemens.com fileGAMMA instabus Application program description July 2017 070B CO IP Gateway KNX-BACnet 983602 Siemens AG DS02 Update:

  • Upload
    ngohanh

  • View
    219

  • Download
    0

Embed Size (px)

Citation preview

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 1/39

Table of contents

Use of the application program ......................................................................................................................................................... 11.Functional description .................................................................................................................................................................. 2

Behavior at bus voltage failure / recovery........................................................................................................................................ 4Factory default state ..................................................................................................................................................................... 4Behavior on unloading the application program .............................................................................................................................. 4Resetting the device to factory default settings ............................................................................................................................... 4

2.Communication objects ................................................................................................................................................................ 53.Functions (Objects, Parameters) .................................................................................................................................................... 6

General settings ........................................................................................................................................................................... 6Settings for the Objects ............................................................................................................................................................... 11Switching / Status On/Off (1 bit) .................................................................................................................................................. 128-bit Value (Percent value) .......................................................................................................................................................... 148-bit Value (Unsigned integer) ..................................................................................................................................................... 168-bit Value (Signed integer)......................................................................................................................................................... 1816-bit value (Unsigned integer) ................................................................................................................................................... 2016-bit Value (Signed integer) ....................................................................................................................................................... 2216-bit Value (Float) ..................................................................................................................................................................... 2432-bit Value (Unsigned integer) ................................................................................................................................................... 2632-bit Value (Signed integer) ....................................................................................................................................................... 2832-bit Value (Float) ..................................................................................................................................................................... 30Device status .............................................................................................................................................................................. 32

4. BACnet...................................................................................................................................................................................... 33Product Description .................................................................................................................................................................... 33Protocol Implementation Conformance Statement (PICS) .............................................................................................................. 33BACnet Stack .............................................................................................................................................................................. 34BACnet Objects .......................................................................................................................................................................... 35

Use of the application program

Product family: CommunicationProduct type: InterfacesManufacturer: Siemens

Name: IP Gateway KNX-BACnetN 143

Order no.: 5WG1 143-1AB01

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems2/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

1. Functional descriptionThe application program “07 B0 CO IP Gateway KNX-BACnet 983602” can be used for the KNX device listed above. Thisdevice is briefly described in the next section.

The IP Gateway KNX/BACnet N 143 is a DIN rail mounted device connecting a KNX installation with a system using BACnetcommunication.The Gateway provides up to 250 communication objects. Via these objects KNX functions (group addresses) are trans-posed to BACnet objects.

The communication objects can be configured optionally as:∂ switching/status on/off (1 bit)∂ 8-bit value (percent value)∂ 8-bit value (unsigned integer)∂ 8-bit value (signed integer)∂ 16-bit value (unsigned integer)∂ 16-bit value (signed integer)∂ 16-bit value (float)∂ 32-bit value (unsigned integer)∂ 32-bit value (signed integer)∂ 32-bit value (float)

The device is configured entirely with ETS.

The configuration of the KNX communication objects automatically generates the corresponding BACnet objects. Thefollowing BACnet objects are being used:

∂ Binary Input∂ Binary Output∂ Binary Value∂ Analog Input∂ Analog Output∂ Analog Value

No special knowledge about BACnet is required for the commissioning.The KNX objects configured with ETS are automatically “translated” by the device into BACnet objects according to thefollowing process:The BACnet object instance number is identical to the object number of the ETS. Objects with a 1 bit data type are trans-lated into “binary” objects. All others become “analog” objects. The parameter “Object Mode” (INPUT, OUTPUT, VALUE)completes the transformation to a BACnet object.

On BACnet the IP Gateway KNX/BACnet N 143 appears as an Application Specific Controller (B-ASC) with up to 250 BACnetobjects. BACnet clients may set up to 455 BACnet change-of-value (COV) subscriptions for these 250 BACnet objects.A common memory space is available for the administration of the COV subscriptions and priority arrays. This resourceoptimization is based on the fact that subscriptions are required for objects which send from KNX to BACnet whilst priorityarrays are for objects sending from BACnet to KNX.The maximum number of possible subscriptions is 455 if no priority arrays are used.As each priority array has a size of 64 Byte (16 priority levels of 4 Byte each), the number of possible subscriptions de-creases accordingly. The maximum possible number of subscriptions is displayed on the device website once the configu-ration is complete.

When a subscription is registered the BACnet object sends its current value, if a value is available for this object. Thevalidity of a value can be verified via the status property (Failure flag). Initially, the status failure flag for the object typesBinary Input, Binary Value, Analog Input and Analog Value is set to TRUE. Once a value is transmitted from the KNX bus orfrom BACnet (for Binary Value or Analog Value) this status flag is set to FALSE.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 3/39

When using a Priority Array with all Priority Array positions released then the last received KNX value is sent as“relinquish default”, if the value is valid.

All Analog and Binary BACnet objects supported by the device support the writeable Out-Of-Service property. When thisproperty is set to TRUE, the communication of the respective object with KNX is inhibited. Values of Input objects can thenbe changed from the BACnet side, which otherwise would not be possible. Value changes of objects with set Out-Of-Service property are also indicated via the object status flag Overridden. The Out-Of-Service flag handling is especiallyimportant for finding errors in complex systems.

When the description of an object is requested from the BACnet side (ReadProperty “Description”), the description text isautomatically generated and assembled from the object name, BACnet identifier and KNX group address data separatedby a colon (“:”).

The device is equipped with a web server presenting the configuration and current values in an overview page. Thispresentation is helpful for testing purposes and for documentation of the interface between KNX and BACnet.The web page contains a header section showing general device specific information:

∂ Device name∂ Device description∂ Installation location∂ Device status∂ BACnet instance number of the device∂ Firmware version∂ Revision number∂ Physical KNX address∂ IP address∂ Netmask∂ Gateway address∂ MAC address∂ Number of configured objects∂ Maximum number of possible COV subscriptions∂ Current number of COV subscriptions∂ Priority: This displays the priority array, which is used to transmit events from KNX to BACnet∂ Number of binary input objects∂ Number of binary output objects∂ Number of binary value objects∂ Number of analog input objects∂ Number of analog output objects∂ Number of analog value objects

Beneath the header is a table listing all configured objects. The table is divided into the following columns:∂ Object number∂ Object name

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems4/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

∂ BACnet object ID∂ KNX group address∂ Data type∂ Transmission mode∂ Reading during initialisation∂ Unit∂ Object value

Object values are not dynamically up-dated on the website. To up-date the objects, please re-load the website.

An EDE (Engineering Data Exchange) list can be exported via the button „Export EDE“ on the right side of the web page.

Note

In general, the webpage is coded for the UTF-8 character set. A selection field on the web page allows switching betweenUTF-8 and ISO 8859-1 encoding. Thus the presentation can be adapted to the encoding downloaded by ETS.When ETS4 / ETS5 is used for configuration then texts (including special characters) are coded dependent on the settingsin ETS4 / ETS5. The encoding is set in ETS4 / ETS5 for the project under General - Codepage. The UTF-8 character setshould be selected.When ETS3 is used for configuration then special characters inserted with ETS3 are encoded with the ISO 8859-1 charac-ter set.Texts to be communicated via BACnet are transmitted as entered in ETS.

Besides the function as IP Gateway KNX-BACnet the device also provides an IP Interface for ETS configuration of the deviceitself as well as other KNX devices of the attached KNX line.

Behavior at bus voltage failure / recoveryFailure of the auxiliary power (DC 24V) results in a functional failure of the device.A bus voltage failure results in a functional failure of the device.On bus voltage recovery the configured actions are executed and, if applicable, new status values are reported.The device sends “I am” onto BACnet.

Factory default stateIn the default factory state the device has no Gateway function.The IP address is preset to 192.168.1.135.

Behavior on unloading the application programWhen the application program is unloaded with ETS the device does not function.All BACnet objects are still visible but are set to “out of service”.The property “data base revision” in the BACnet Device is incremented by one.The web server stays in operation.

Resetting the device to factory default settingsThe device cannot be reset to the factory default settings.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 5/39

2. Communication objects

Maximum number of group addresses: 255Maximum number of assignments: 511

Note

The number and names of communication objects visible can vary depending on the parameter settings.

The application program already has been loaded in the factory.

The device is configured and commissioned with the ETS (Engineering Tool Software) version ETS5 v5.5.2 or later.With the ETS (Engineering Tool Software) the specific parameters and addresses are assigned appropriately, and down-loaded into the device.

The following list shows all objects of the device.Which objects are visible and linkable to group addresses is defined via the functions assigned to the inputs.The objects and associated parameter settings are described with the functions.

No. Object name Function Number ofbits

Flags

1 Object 001 - Object name, Switching On / Off 1 Bit CWTUObject 001 - Object name, 8-bit percent value [0 ... 100%] 1 Byte CWTUObject 001 - Object name, 8-bit value [0 ... 255] 1 Byte CWTUObject 001 - Object name, 8-bit value [-128 ... 127] 1 Byte CWTUObject 001 - Object name, 16-bit value [0 ... 65535] 2 Byte CWTUObject 001 - Object name, 16-bit value [-32768 ... 32767] 2 Byte CWTUObject 001 - Object name, 16-bit value [16-bit float] 2 Byte CWTUObject 001 - Object name, 32-bit value [0 ... 4.294.967.296] 4 Byte CWTUObject 001 - Object name, 32-bit value [-2147 Mio ... 2147 Mio] 4 Byte CWTUObject 001 - Object name, 32-bit value [32-bit float] 4 Byte CWTU

...250 Object 250 - Object name, Switching On / Off 1 Bit CWTU

Object 250 - Object name, 8-bit percent value [0 ... 100%] 1 Byte CWTUObject 250 - Object name, 8-bit value [0 ... 255] 1 Byte CWTUObject 250 - Object name, 8-bit value [-128 ... 127] 1 Byte CWTUObject 250 - Object name, 16-bit value [0 ... 65535] 2 Byte CWTUObject 250 - Object name, 16-bit value [-32768 ... 32767] 2 Byte CWTUObject 250 - Object name, 16-bit value [16-bit float] 2 Byte CWTUObject 250 - Object name, 32-bit value [0 ... 4.294.967.296] 4 Byte CWTUObject 250 - Object name, 32-bit value [-2147 Mio ... 2147 Mio] 4 Byte CWTUObject 250 - Object name, 32-bit value [32-bit float] 4 Byte CWTU

251 Device Status Status 1 Bit CRT

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems6/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

3. Functions (Objects, Parameters)

For the functions of the IP Gateway KNX/BACnet first general configuration settings and then the configuration of the 250Objects have to be done.

Note

The number and names of the parameter windows in the ETS menus may vary as they are controlled via parametersettings.Another parameter window may appear if due to dynamically added parameters the space in the first parameter windowis exhausted.

General settings

Parameter „General settings“

This parameter window is used to set- a device name for identification of the device via KNXnet/IP,- the type of IP address assignment,- the start and cycle time for Read Requests from status objects, and- the base parameters for communication via BAcnet.

Parameter Settings

Device name(max. 30 char)

N143_IP_Gateway_BACnet_KNX

This parameter assigns a name with up to 30 characters to the IP Gateway KNX/BACnet N 143. This name is used foreasy recognition of the device when searched by a KNXnet/IP visualization or the ETS.IP address assignment manual input

by DHCP ServerThis parameter determines the type of IP address assignment.By default DHCP is preset for automatic address assignment by a DHCP server.When “manual input” is selected, an additional tab for manual input of IP address, subnet mask and the default gatewayappears.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 7/39

Parameter Settings

Start delay for ReadOnInit 10 seconds20 seconds30 seconds1 minute2 minutes3 minutes4 minutes5 minutes

This parameter determines the time delay after bus voltage recovery before read requests of status objects are started.

Delay between ReadRequests 100 milliseconds200 milliseconds500 milliseconds1 second2 seconds

This parameter determines the time delay between Read Requests of the individual status objects.

Device Instance (must be unique) 00... 4194303

This parameter defines the unique device ID.The ID is an integer value. Value range (0… 4194302)

BACnet communication port 478080 … 65535

Use this parameter to change the port number of the BACnet server. The pre-set port is 47808.

DCC Password 12345

This parameter defines the password to control the device on the BACnet side (up to 8 characters).By using the BACnet Service DeviceCommunicationControl the device can be temporarily “muted” for diagnostic purpos-es. This means all BACnet services apart from DCC are de-activated in order to re-set the device to its normal status.BACnet communication timeout 100 ms

200 ms...900 ms1 s

This parameter determines the time to wait for the BACnet acknowledgement.

BACnet communication retries 1 retry2 retries3 retries

Use this parameter to determine how many times you would like to repeat a request in case of wrong acknowledge-ment.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems8/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

Parameter „Optional settings“

This parameter window is used- to store the installation location as information in the device,- to store a brief description of the device as information in the device itself,- to determine the use of priority arrays, and- to register as foreign device at BBMD.

Parameter Settings

Device Location

This parameter can be used to enter an installation location of the device for easier localization in the building.Up to 30 characters can be used.

Device Description

This parameter can be used to enter a brief device description for the device. Up to 30 characters can be used.

Usage of priority arrays noyes

This parameter generally determines if priority arrays are available for use.

The BACnet standard assumes the usage of priority arrays for the BACnet object types Binary Output, Binary Value,Analog Output and Analog Value supported by the device. According to the standard the device supports 16 prioritylevels for each priority supporting BACnet object. The output value of the highest priority (this is the lowest prioritynumber) is active. All other values with lower priority are stored (one value per priority level and object).

In most cases this functionality is not required. By default priority arrays are disabled to have the highest possiblememory space for COV subscriptions

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 9/39

Parameter Settings

Registration as foreign device at BBMD (valid from firmware V1.2upwards)

noyes

From firmware V1.2 upwards: Firmware update see column SW www.siemens.com/gamma-td?ssn=5WG11431AB01

If this parameter is set to “Yes” then the gateway can register as a 3rd party device with a BBMD (BACnet BroadcastManagement Device). In this case all telegrams are sent to the BBMD.

Inte

rnet

IP Subnet 1

IP Subnet 2

IP Subnet 3

LAN Segment

BACnet Device

Internet Router

BBMD

Foreign BACnet Device

See: http://www.bacnet.org/Tutorial/BACnetIP/sld015.htmlBBMD IP address (byte 1) 0BBMD IP address (byte 2) 0BBMD IP address (byte 3) 0BBMD IP address (byte 4) 0This parameter determines the BBMD IP address.The four bytes of the BBMD IP address must be entered individually. The value range for each byte is 0…255..BBMD Port Number 47808

0 … 65535Use this parameter to change the port number of the BBMD server. The pre-set port is 47808.Re-registration time (Time to live)[min]

602 … 240

The BBMD registration has to be regularly updated. The update period can be set with this parameter.Note: If the first registration is not successful, then the registration is repeated every 30 seconds. After a successfulregistration the update period set by this parameter is applied.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems10/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

Parameter „IP Settings“

This parameter window is visible when the parameter „IP address assignment has been set to “manual input”.

Parameter Settings

IP addressbyte 1,byte 2,byte 3,byte 4

192.168.1.135

This parameter determines the IP address if the IP settings are manually assigned.The factory default value for the IP address is 192.168.1.135. This preset value must be replaced with a valid IP addressfor the target network.The four bytes of the IP address must be entered individually. The value range for each byte is 0…255.Subnet maskbyte 1,byte 2,byte 3,byte 4

255.255.255.0

This parameter determines the IP subnet mask if the IP settings are manually assigned.The factory default value for the IP subnet mask is 255.255.255.0. This preset value must be replaced with a valid IPsubnet mask for the target network. Valid subnet mask may be e.g. 255.255.255.0 or 255.255.255.240..The four bytes of the IP subnet mask must be entered individually. The value range for each byte is 0…255.Gateway addressbyte 1,byte 2,byte 3,byte 4

192.168.1.1

This parameter determines the standard gateway address if the IP settings are manually assigned.The factory default value for the standard gateway address is 192.168.1.1. This preset value must be replaced with avalid standard gateway address for the target network.The four bytes of the IP subnet mask must be entered individually. The value range for each byte is 0…255.The standard gateway forwards IP datagrams to e.g. a computer with an address outside of the local network. If thedevice shall be configured without a standard gateway then the address 0.0.0.0 shall be used.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 11/39

Settings for the Objects

Up to 250 objects can be individually configured for transposition of information from KNX to BACnet and vice versa.

The communication objects can be configured as either:∂ switching/status on/off (1 bit)∂ 8-bit value (percent value)∂ 8-bit value (unsigned integer)∂ 8-bit value (signed integer)∂ 16-bit value (unsigned integer)∂ 16-bit value (signed integer)∂ 16-bit value (float)∂ 32-bit value (unsigned integer)∂ 32-bit value (signed integer)∂ 32-bit value (float)

There is a parameter window for each communication object.The configuration includes- a short description of the object with up to 18 characters,- setting the data type from this list:

∂ no object∂ 1 bit∂ 1 Byte (0...100%)∂ 1 Byte unsigned∂ 1 Byte signed∂ 2 Byte unsigned∂ 2 Byte signed∂ 2 Byte float∂ 4 Byte unsigned∂ 4 Byte signed∂ 4 Byte float

- additional settings dependent on the selected data type,- the type of BACnet object (Input, Output, Value),- selection of the transmission to BACnet (always, on change of value),- whether the status of the object shall be interrogated when the device starts up.

Note

Representative for all 250 objects only the configuration options for object 1 are described.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems12/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

Switching / Status On/Off (1 bit)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, Switching On / Off 1 Bit CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 13/39

Parameter Settings

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems14/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

8-bit Value (Percent value)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 8-bit percentvalue

[0 ... 100%] 1 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 15/39

Parameter Settings

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems16/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

8-bit Value (Unsigned integer)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 8-bit value [0 ... 255] 1 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 17/39

Parameter Settings

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems18/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

8-bit Value (Signed integer)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 8-bit value [-128 ... 127] 1 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 19/39

Parameter Settings

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems20/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

16-bit value (Unsigned integer)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 16-bit value [0 ... 65535] 2 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 21/39

Parameter Settings

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems22/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

16-bit Value (Signed integer)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 16-bit value [-32768 ... 32767] 2 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Datentyp 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 23/39

Parameter Settings

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems24/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

16-bit Value (Float)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 16-bit value [16-bit float] 2 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 25/39

Parameter Settings

Unit type no unit (float value)°C (DPT9.001)°F (Input value by °C - DPT9.001)hPa (Input value by Pa - DPT9.006)Pa (DPT9.006)kW (Input value by W - DPT9.024)W (DPT9.024)kW (DPT9.024)W/m2 (DPT9.022)m/s (DPT9.005)km/h (Input value by m/s - DPT9.005)lx (DPT9.004)% Humidity (DPT9.007)s (DPT9.010)A (Input value by mA - DPT9.021)mA (DPT9.021)V (Input value by mV - DPT9.020)mV (DPT9.020)

Use this parameter to select the unit for a 2 Byte float data type. Implicit conversions are also possible. The entry for theKNX data input type is important. It means that, for example, the data type 9.005 (KNX unit m/s) can be converted intokm/h and transmitted to BACnet.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems26/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

32-bit Value (Unsigned integer)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 32-bit value [0 ... 4.294.967.296] 4 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.The inserted text is concatenated to the object description „Object 001 - “. In default setting the object dscription is„Object 001 - Object name“.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.

Note:KNX 32-bit integer values are transposed on BACnet to analog values, i.e. they are transmitted on BACnet as floatingpoint values. Hence, integer values larger than 9.999.999 are transposed with a rounding error into a BACnet analogvalue. A rounding error also occurs in the opposite transmission direction from BACNet to KNX values larger than9.999.999.Unit type No unit (counter value)

Wh (DPT13.010)kWh (DPT13.013)

This parameter determines the unit of an unsigned 4 byte data type. Selection of implicit calculations is possible.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 27/39

Parameter Settings

Transmission direction KNX ---> BACnetKNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems28/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

32-bit Value (Signed integer)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 32-bit value [-2147 Mio ... 2147 Mio] 4 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.

Note:KNX 32-bit integer values are transposed on BACnet to analog values, i.e. they are transmitted on BACnet as floatingpoint values. Hence, integer values larger than 9.999.999 are transposed with a rounding error into a BACnet analogvalue. A rounding error also occurs in the opposite transmission direction from BACNet to KNX values larger than9.999.999.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 29/39

Parameter Settings

Transmission direction KNX ---> BACnetKNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems30/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

32-bit Value (Float)

Objects

Obj Object name Function Type Flags

1 Object 001 - Object name, 32-bit float [32-bit float] 4 Byte CWTU

Via this object, dependent on the configuration, the bus telegrams are received from KNX and then sent onto BACnet ordata is received from BACnet and then sent to KNX.

Parameter „Object 1“

Parameter Settings

Object description Object nameThis parameter is used to enter a text, which is displayed in the web server as name of the object. The length of the textis limited to 18 characters.Data type 1 bit

1 Byte (0...100%)1 Byte unsigned1 Byte signed2 Byte unsigned2 Byte signed2 Byte float4 Byte unsigned4 Byte signed4 Byte floatno object

This parameter determines the data type of the communication object and at the same time the data type of the corre-sponding BACnet object. Additionally, the data transposition from KNX to BACnet and vice versa is determined by thisparameter.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 31/39

Parameter Settings

Unit type No unit (float value)°C (DPT14.068)°F (Input value by °C - DPT14.068)hPa (Input value by Pa - DPT14.058)Pa (DPT14.058)kW (Input value by W - DPT14.056)W (DPT14.056)J (DPT14.031)kWh (Input value by J - DPT14.031)Hz (DPT14.033)m3 (DPT14.010)

This parameter determines the unit of a 4 byte float data type. Implicit conversions are also possible. The entry for theKNX data input type is important. It means that, for example, the data type 14.056 (KNX unit W) can be converted intokW and transmitted to BACnet.Transmission direction KNX ---> BACnet

KNX <--- BACnetKNX <--> BACnet

This parameter determines the transmission direction, which corresponds with the BACnet object type (Input, Output,Value).Transmission direction corresponds with BACnet object typeKNX ---> BACnet InputKNX <--- BACnet OutputKNX <--> BACnet Value

Transmission to BACnet on changeon all events

This parameter determines when information is sent to BACnet.

on change:Send on change of the object value.

on all events:Send when any value is received for the object.Enable Read on Init no

yesThis parameter determines if on startup of the device a Read Request for the object value is sent onto the KNX bus.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems32/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

Device status

Objects

Obj Object name Function Type Flags

251 Device status Status 1 bit CRT

Via this object the device status is transmitted.The device status indicates if the device is in a not active BACnet communication status (DCC Disabled). This state can beconfigured via the Device Communication Control Service.The status of the communication object is also displayed by a flashing ERR LED on the device.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 33/39

4. BACnet

Product Description

B-ASC: BACnet Application Specific ControllerConformance Class: Class 3Data Link Layer Option: BACnet IP, (Annex J)

Protocol Implementation Conformance Statement (PICS)

Vendor Name: SiemensVendor Id: 7Product Name: IP Gateway KNX-BACnetProduct Model Number: 1.0

PICS Data Link Layer

BACnet / IP

PICS Character Sets Supported

ISO 8859-1

PICS Special Functionality

Segmented Requests Supported: noSegmented Responses Supported: noRouting capabilities: no

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems34/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

BACnet StackApplication Services

Application Service Initiate Execute

AcknowledgeAlarm

ConfirmedCOVNotification X

ConfirmedEventNotification

GetAlarmSummary

GetEnrollmentSummary

Subscribe COV X

UnconfirmedCOVNotification X

UnconfirmedEventNotification

AtomicReadFile

AtomicWriteFile

AddListElement

RemoveListElement

CreateObject

DeleteObject

ReadProperty X

ReadPropertyConditional

ReadPropertyMultiple X

WriteProperty X

WritePropertyMultiple

DeviceCommunicationControl X

ConfirmedPrivateTransfer

UnconfirmedPrivateTransfer

ReinitializeDevice X

ConfirmedTextMessage

UnconfirmedTextMessage

TimeSynchronization

Who-Has X

I-Have X

Who-Is X

I-Am X

VT-Open

VT-Close

VT-Data

Authenticate

Request Key

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 35/39

BACnet Objects

BACnet Device ObjectThe obligatory BACnet „device“ object administers central device features. Some of these can be configured via ETS whilstothers are implemented statically and cannot be changed. They can only be read as information.

Object-Type Properties Access DescriptionDevice object-identifier R For example: device(0)

object-name R Name as configured in ETSobject-type R Devicesystem-status R always

STATUS_OPERATIONALvendor-name R Siemensvendor-identifier R 7model-name R IP Gateway KNX-BACnetfirmware-revision R 1.0application-software-version R current version 1.0protocol-version R Implemented BACnet Protocol version 1protocol-revision R 10protocol-services-supported R Services (see above) that are supported by the

deviceprotocol-object-types-supported R List of supported object typesobject-list R List of configured objectsmax-apdu-length-accepted R 1476 Bytesegmentation-supported R NO_SEGMENTATIONactive cov-subscriptions R List of active subscirptionsapdu-timeout R Configurable via ETSnumber-of-apdu-retries R Configurable via ETSdevice-address-binding R List is empty.Database-revision R 1.0 (Value is incremented with each change of

configuration)location R Configurable via ETSdescription R Configurable via ETSPriority position W Priority Array configuration: (property ID 598):

This custom property can be set via BACnet todetermine, via which Priority Array Position eventsshall be transmitted from KNX to BACnet.

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems36/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

Supported Object Types

Object-Type Properties Access Description

Analog Input object-identifier R For example: analog input(1)

object-name R Name as configured in ETS

object-type R Analog input

present-value R Present value

status-flags R Always FALSE; in case of KNX fault, „out of service“is set to TRUE.

event-state R Always NORMAL

out-of-service RW Identical to status flag “out-of-service”

units R According to ETS configuration

description R Description text =<object-name>:<object-identifier>:<KNX-group-address>

Example: „Temperatur1:analog-input(9):10/0/5“

Analog Output object-identifier R For example: analog-output(2)

object-name R Name as configured in ETS

object-type R Analog-output

present-value RW Present value

status-flags R Always FALSE; in case of KNX fault “out of service” isset to TRUE.

out-of-service RW Identical to status flag “out-of-service”

units R According to ETS configuration

priority-array RW Priority array

relinquish-default R Pre-set “0” if no valid KNX value is present.

description R Description text =<object-name>:<object-identifier>:<KNX-group-adress>Example: „Temperatur2:analog-output(2):10/0/6“

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 37/39

Object-Type Properties Access Description

Analog Value object-identifier R For example: analog-value(3)

object-name R Name as configured in ETS

object-type R Analog-input

present-value R Present value

status-flags R Always FALSE; in case of KNX fault, „out of service“is set to TRUE.

out-of-service RW Identical to status flag “out-of-service”

units R According to ETS configuration

priority-array RW Priority array

relinquish-default R Pre-set “0” if no valid KNX value is present.

description R Description text=<object-name>:<object-identifier>:<KNX-group-address>

Example: „Temperatur2:analog-value(3):10/0/6“

Binary Input object-identifier R For example: binary-input(4)

object-name R Name as configured in ETS

object-type R Binary-input

present-value R Present value

status-flags R Always FALSE; in case of KNX fault, „out of service“is set to TRUE.

out-of-service RW Identical to status flag “out-of-service”

polarity R Always NORMAL

description R Description text =<object-name>:<object-identifier>:<KNX-group-address>

Example: „Switch1:binary-input(4):10/1/8“

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Update: http://www.siemens.com/gamma-td DS02 Siemens AGBuilding Technologies Division

Siemens AG 2017 Control Products and Systems38/39 Subject to change without further notice P. O. Box 10 09 53, D-93009 Regensburg

Object-Type Properties Access Description

Binary Output object-identifier R For example: binary-output(5)

object-name R Name as configured in ETS

object-type R binary-output

present-value R Present value

status-flags R Always FALSE; in case of KNX fault. “out of service”is set to TRUE.

out-of-service RW Identical to status flag “out-of-service”

polarity R Always NORMAL

priority-array RW Priority array

relinquish-default R Pre-set “inactive” if no valid KNX value is present.

description R Description text=<object-name>:<object-identifier>:<KNX-group-address>

Example: „Switch1:binary-output(5):10/1/9“

Binary Value object-identifier R For example: binary-value(6)

object-name R Name as configured in ETS

object-type R binary-value

present-value R Present value

status-flags R Always FALSE; in case of KNX fault, “out of service”is set to TRUE.

out-of-service RW Identical to status flag “out-of-service”

polarity R Always NORMAL

priority-array RW Priority array

relinquish-default R Pre-set “inactive” if no valid KNX value is present.

description R Description text =<object-name>:<object-identifier>:<KNX-group-address>

Example: „Switch3:binary-value(6):10/1/10“

GAMMA instabus

Application program description

July 2017

070B CO IP Gateway KNX-BACnet 983602

Siemens AG DS02 Update: http://www.siemens.com/gamma-tdBuilding Technologies DivisionControl Products and Systems © Siemens AG 2017P. O. Box 10 09 53, D-93009 Regensburg Subject to change without further notice 39/39

Space for notes