User Manual
GAMMA instabus
Release: 12/2015
Application Program Bus Interface Modules M130, M131, M132 and M135
Runtime Environment for KNX-Processors 184/11 and 184/21
Siemens AG pages 17 Technical Manual
Building Technologies
Control Products and Systems
P. O. Box 10 09 53, © Siemens AG 2015 page 13
D-93009 Regensburg Subject to change without further notice.
<PropertyCompare>
<ObjectIndex>00</ObjectIndex>
<PropertyID>4E</PropertyID>
<StartIndex>001</StartIndex>
<NumOfElements>1</NumOfElements>
<Data>010203040506</Data>
</PropertyCompare>
Generates a ‘property compare’. In this example the value of the property 0/78 (Hex:
0x4E) is compared with the value ‘0x01 0x02 0x03 0x04 0x05 0x06’. The property 0/78
of the BIM is the ‘hardware type’ and is a ‘generic 06’ property with 6 bytes. It can be
written when a new device with the BIM M 13x is manufactured. The property compare
with this property can be used to ensure that the ETS will only download the right
application program to it, because if the specified ‘data’ in the load control is not the
same as in the device the ETS will stop the download with an error.
<Unload>
<StateMachine>...</StateMachine>
</Unload>
Sets the specified state machine to ‘unload’. That means the processing of the specified
part will be stopped. Possible values are ‘Addr’ for the address table, ‘Assoc’ for the
association table and ‘App’ for the communication object description table and the
application program.
<Load>
<StateMachine>...</StateMachine>
</Load>
Sets the specified state machine to ‘loading’. After this the memory segment of the
specified part can be filled with new data. Possible values are ‘Addr’ for the address
table, ‘Assoc’ for the association table and ‘App’ for the communication object
description table and the application program.
<LoadComleted>
<StateMachine>...</StateMachine>
</LoadComleted>
Sets the specified state machine to ‘Loaded’. That means the processing of the specified
part will be started again. Possible values are ‘Addr’ for the address table, ‘Assoc’ for the
association table and ‘App’ for the communication object description table and the
application program.