BUSing REGISTERS MANUAL. Registers V2.8 TECHNICAL SERVICE. Phone number (+34)

Size: px
Start display at page:

Download "BUSing REGISTERS MANUAL. Registers V2.8 TECHNICAL SERVICE. Phone number (+34)"

Transcription

1 Registers BUSing V2.8 Parque Tecnológico de Asturias, Parcela 50, Llanera Asturias - España Phone (+34) Fax (+34) ingeniumsl@ingeniumsl.com TECHNICAL SERVICE Phone number (+34) tecnico@ingeniumsl.com

2 Index Introduction... 2 Actuators ON/OFF Actuators - 6E6S, 4E4S, 2E2S (in every version) Dimmers RBLED, RB300, 2S300, RB1500, RBF10A (in every version) RGBL-BUS...7 Mechanical controls MECing, MECing-W, MDbus-W RFiDBUS...9 Graphic controls MECBUS-C (and older versions) TECBUS-C, TECing-C (and older versions) PPC7, PPS7, PPC10, CGBUS PPLx Smart Touch...14 Temperature control TRC, TRMD, STIBUS, STIBUS-SD, BUStemp...15 Alarms smartbox KCtr (KA) KCtr (Ktf) GSMing, GSMing v Sensors LDRBUS SRBUS SIFBUS and bus probes (in every version) SIFLUX-BUS...27 Integrations IRBUS IRing Sonibus MeterBUS BUSing-LG-AC DMX-BUS DALing BUSing-KNX...36 Bus devices ULing...37 Registers 1/38

3 INTRODUCTION Every BUSing device have three different types of memory: RAM memory, used for the direct working control of the device or the outputs and inputs. EEPROM memory, used for preserve the configuration parameters of the device from voltage failures. FLASH memory, used for the working programs and scripts of the devices. Only the Development System (SIDE) has access to it. The BUSing programming language in low level (by telegrams or scripts) is always structured as following: Command field: Defines the action to execute depending on the data 1 and data 2 fields. It can be writing or reading to RAM, EEPROM, etc. Some examples are these: Ack (1): Packet received correctly. No Ack (2): Packet error or not received. Read (3): Read from RAM as indicated in data 1 and data 2. (4): in RAM as indicated in data 1 and data 2. ReadEeprom (5): Read from EEPROM as indicated in data 1 and data 2. Eeprom (6): in EEPROM as indicated in data 1 and data 2. ReadAddress (7): Read the address of the device. Address (8): a new address to the device. ReadType (9): Read the type of node of the device. Every telegram must be answered by the destination device with an ACK (Acknowledgement) command sent to the origin device. Address field: Number that identifies the destination device of the telegram. It can have a value from 0 to 255 in simple installations or from 0 to in extended installations. Data 1 and data 2 fields: They define the actions that will be executed according this manual for each type of device. Registers 2/38

4 ACTUATORS 2.1 ON/OFF ACTUATORS - 6E6S, 4E4S, 2E2S (IN EVERY VERSION) RAM Read 0 0 Read Read the state of inputs. The result is answered in data1 of the ACK telegram. Decimal value encoded according to table Bit = 0 input activated. Bit = 1 input deactivated. Read the state of outputs. The result is answered in data1 of the ACK telegram. Decimal value encoded according to table Bit = 1 output activated. Bit = 0 output deactivated. Set the state of every output at the same time according to the decimal value indicated in data2, encoded as table Actuate over each output independently. 6E6S: data2 = 0 to 5 activate outputs 1 to 6. data2 = 8 to 13 deactivate outputs 1 to 6. 4E4S: data2 = 2 to 5 activate outputs 1 to 4. data2 = 10 to 13 deactivate outputs 1 to 4. 2E2S: data2 = 4 to 5 activate outputs 1 to 2. data2 = 12 to 13 deactivate outputs 1 to Change the state of an output. The actual state is checked and it is internally changed automatically. 6E6S: data2 = 0 to 5 switch outputs 1 to 6. 4E4S: data2 = 2 to 5 switch outputs 1 to 4. 2E2S: data2 = 4 to 5 switch outputs 1 to Opening percentage position of the blind. 6E6S: 1 st blind (outputs 1 and 2). Opening percentage position of the blind. 6E6S: 2 nd blind (outputs 3 and 4) 4E4S: 1 st blind (outputs 1 and 2). Opening percentage position of the blind. 6E6S: 3 rd blind (outputs 5 and 6) 4E4S: 2 nd blind (outputs 3 and 4) 2E2S: 1 st blind (outputs 1 and 2). Table Registers 3/38

5 2.1.2 EEPROM Eeprom Inputs digital filter. Eeprom Eeprom Eeprom Opening time of the blind measured in seconds. If more than one blind is controlled, the parameter is the same for all. Short pulsation time in blind mode measured in seconds. Pulsation shorter than time = open / close step by step. Pulsation longer than time = open / close completely. Set the working mode of the inputs. Data 2 = 0 Inputs in pushbutton mode. Data 2 = 1 Inputs in switch mode. Data 2 = 2 Blind mode. Data 2 > 3 Special mode. Some inputs in pushbutton mode and others in switch mode. According to table Bit = 1 corresponding input in switch mode. Bit = 0 corresponding input in pushbutton mode. Table INPUTS TABLE Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 6E6S E6 E5 E4 E3 E2 E E4S E4 E3 E2 E E2S E2 E Table Bit = 0 corresponding input activated. Bit = 1 corresponding input deactivated. Example: If read telegram is sent by data1 = 0 to a 6E6S (address 1) whose inputs 2 and 4 are activated, the device answers the following. From 254 to 1, Command: 3, Data1: 0, Data2: 0. From 1 to 254, Command: 1, Data1: 212, Data2: 212. The device answers the state of the inputs in the ACK (command 1), being data1 a decimal value that must be changed to binary according to the table 2.1.3: E6 E5 E4 E3 E2 E = Registers 4/38

6 2.1.4 OUTPUTS TABLE Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 6E6S - - Z6 Z5 Z4 Z3 Z2 Z1 4E4S - - Z4 Z3 Z2 Z E2S - - Z2 Z Table Bit = 1 corresponding output activated. Bit = 0 corresponding output deactivated. Example: If we want to activate outputs 3 and 5 of a 6E6S (address 1), and deactivate the others, we must send the following telegram: From 254 to 1, Command: 4, Data1: 1, Data2: 20. When we send data1 = 1, the device sets the state of its outputs at the same time, according to the decimal value indicated in data2, encoded as indicated in table Z6 Z5 Z4 Z3 Z2 Z1 20 = DIMMERS RBLED, RB300, 2S300, RB1500, RBF10A (IN EVERY VERSION) RAM Channel 1 regulation level. Data2 = 0: Off. Data2 = 255: On 100%. Channel 2* regulation level. Data2 = 0: Off. Data2 = 255: On 100%. Relative increase or decrease of the channel 1 regulation level. Data2 = 0 to 127 Increase. Data2 = 128 to 255 Decrease. Relative increase or decrease of the channel 2* regulation level. Data2 = 0 a 127 Increase. Data2 = 128 a 255 Decrease. Registers 5/38

7 Channel 1 ramp speed. Data2 = 0: Instantaneous. Data2 =255: Slower (0,5 counts / second). Channel 2* ramp speed. Data2 = 0: Instantaneous. Data2 =255: Slower (0,5 counts / second). Channel 1 regulation direction. Data2 = 0: If regulation level = 255, output 100%. Data2 = 255: If regulation level = 255, output 0%. Channel 2* regulation direction. Data2 = 0: If regulation level = 255, output 100%. Data2 = 255: If regulation level = 255, output 0%. Triac shoot pulse width. In RB1500 and 2S300 from rev 1.4: Minimum regulation value. Inductive value. In RB1500 and 2S300 from rev 1.4: Maximum regulation value. Channel 1 remote control by pushbutton (standard dimming). Short pulsation: Complete on and off. Long pulsation: Intensity regulation. Data2 = 1: start dimming Data2 = 0: finish dimming Channel 2* remote control by pushbutton (standard dimming). Short pulsation: Complete on and off. Long pulsation: Intensity regulation. Data2 = 1: start dimming Data2 = 0: finish dimming Table *Only 2S EEPROM Eeprom Silence mode. Data2 = 1: The device answer with ACK to BUSing telegrams as every other device. Data2 = 0: The device do not answer ACK. Table Registers 6/38

8 2.3 RGBL-BUS RAM Channel 1 regulation level: Red. Data2 = 0: Off. Data2 = 255: On 100%. Channel 2 regulation level: Green. Data2 = 0: Off. Data2 = 255: On 100%. Channel 3 regulation level: Blue. Data2 = 0: Off. Data2 = 255: On 100%. Ramp time of channel 1: Red. Time = Data2 x 2,55 seconds. (Ex: Dato2 = 3 -> 7,7 seconds) Data2 = 0: Instantaneous. Ramp time of channel 2: Green. Time = Data2 x 2,55 seconds. (Ex: Dato2 = 3 -> 7,7 seconds) Data2 = 0: Instantaneous. Ramp time of channel 3: Blue. Time = Data2 x 2,55 seconds. (Ex: Dato2 = 3 -> 7,7 seconds) Data2 = 0: Instantaneous. Table EEPROM Table Registers 7/38

9 MECHANICAL CONTROLS 3.1 MECING, MECING-W, MDBUS-W RAM Only MECing: Repetition mode activation in IN3. Data2 = 1 Activated. Data2 = 0 Deactivated. Remote scene execution. Data2 = 0 Executes the activation scene of IN 1. Data2 = 1 Executes the deactivation scene of IN 1. Data2 = 2 Executes the activation scene of IN 2. Data2 = 3 Executes the deactivation scene of IN 2. Data2 = 4 Executes the activation scene of IN 3. Data2 = 5 Executes the deactivation scene of IN 3. Table EEPROM Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Time delay in seconds until the execution of the activation scene of IN Time delay in seconds until the execution of the deactivation scene of IN Time delay in seconds until the execution of the activation scene of IN Time delay in seconds until the execution of the deactivation scene of IN Time delay in seconds until the execution of the activation scene of IN Time delay in seconds until the execution of the deactivation scene of IN 3. Registers 8/38

10 Eeprom Set the working mode of the inputs. Decimal value encoded according to table = Input in pushbutton mode. 01 = Input in switch mode. 10 = Input in repetition mode. 11 = Input disabled. (Wireless versions do not support repetition mode). Table INPUTS TABLE Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 MECing - - Input 3 Input 2 Input 1 Table Bits = 00: Input in pushbutton mode. Bits = 01: Input in switch mode. Bits = 10: Input in repetition mode. Bits = 11: Input disabled. Example: If we want to set the inputs 1, 2 and 3 of a MECing (address 31) in pushbutton mode, disabled and switch mode respectively, we must send the following telegram: Address: 31, Command: 6, Data1: 47, Data2: 28. The working mode of inputs depends on data 2, being this one a decimal value that must be changed to binary according to the table 3.1.3: - Input 3 Input 2 Input 1 28 = RFIDBUS RAM Read Tag code (5 bytes) of the last card read by the RFiDBUS Sign up of the last Tag code read with the user level indicated in Data 2. Data 2 = 0-4: Time permissions users. Data 2 = 5-200: Users without time permissions Remote scene execution. Table Registers 9/38

11 3.2.2 EEPROM Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Working mode. 0: Pushbutton mode. 1: Long-short mode. 2: Switch mode User 1 Tag code User 2 Tag code User 3 Tag code User 4 Tag code User 5 Tag code User 1 time permissions User 2 time permissions User 3 time permissions User 4 time permissions User 5 time permissions. Table Registers 10/38

12 GRAPHIC CONTROLS 4.1 MECBUS-C (AND OLDER VERSIONS) RAM Backlight time in seconds Runs calibration routine of touchscreen Remote scene execution Minimum backlight level adjustment. Table EEPROM Eeprom List of the 16 controlled nodes in point to point mode. Data1 15 = Node address. Data1 16 = Output. Data1 17 = Type of node. Data1 18 = Icon assigned. Add 15 to data1 to set the parameters of the following point to point node (30, 31, 32 y 33), etc. Table TECBUS-C, TECING-C (AND OLDER VERSIONS) RAM Only TECBUS (older version). Address of the Ktf in the installation. Use only in installations with CRA. In installations without CRA it must be = Shows intrusion message: Password keyboard. 3 a 7 = Shows programmed technical alarm message. 11 a 15 = Hide programmed technical alarm message. 10 = Hide low battery message in the screen. Registers 11/38

13 = Disarm the screen: disables intrusion message. 3 a 7 = Disable the technical alarm message programmed. 2 = Arm the screen: enables intrusion message. 3 a 7 = Enable the technical alarm message programmed. Backlight time in seconds. (TECBUS older version: Data2 = Seconds x 2 aprox.) Intrusion zone to be armed selection. (TECing older version only had 2 zones.) 21 0 Runs calibration routine of touchscreen Remote scene execution Minimum backlight level adjustment. Table EEPROM ReadEeprom Intrusion alarm status. 0 = Intrusion disarmed. 1-5 = Intrusion armed with user level from 1 to 5. Eeprom List of the 16 controlled nodes in point to point mode. Data1 15 = Node address. Data1 16 = Output. Data1 17 = Type of node. Data1 18 = Icon assigned. Add 15 to data1 to set the parameters of the following point to point node (30, 31, 32 y 33), etc. Table Registers 12/38

14 4.3 PPC7, PPS7, PPC10, CGBUS RAM = Shows intrusion message: Password keyboard. 3 a 7 = Shows programmed technical alarm message. 11 a 15 = Hide programmed technical alarm message. 10 = Hide low battery message in the screen. 2 = Disarm the screen: disables intrusion message. 3 a 7 = Disable the technical alarm message programmed. 2 = Arm the screen: enables intrusion message. 3 a 7 = Enable the technical alarm message programmed Runs calibration routine of touchscreen Remote scene execution. Only scenes loaded from SIDE Repeats the last scene executed locally or remotely Only PPC10: Erase warning message programmed Only PPC10: Shows warning message programmed. Table EEPROM ReadEeprom Only CGBUS: BUSing address of the device. Table Registers 13/38

15 4.4 PPLX RAM = Shows intrusion message: Password keyboard. 3 a 7 = Shows programmed technical alarm message. 11 a 15 = Hide programmed technical alarm message. 2 = Disarm the screen: disables intrusion message. 3 a 7 = Disable the technical alarm message programmed. 2 = Arm the screen: enables intrusion message. 3 a 7 = Enable the technical alarm message programmed Remote scene execution. Only scenes loaded from SIDE Creates a screenshot that can be downloaded with any web browser by writing the following url: Table SMART TOUCH RAM Comando Dato 1 Dato 2 Descripción Backlight time in seconds Temperature sensor calibration Change appearance using screen uploaded themes Remote scene execution Minimum backlight level adjustment. Tabla Registers 14/38

16 TEMPERATURE CONTROL 5.1 TRC, TRMD, STIBUS, STIBUS-SD, BUSTEMP RAM Read Read Read Read Measured temperature value. The result is answered in data1 of the ACK telegram = 0-51 ºC Actual temperature set value corrected. The result is answered in data1 of the ACK telegram = 0-51 ºC New set value = 0-51 ºC Only TRMD and STIBUS. Actual value of relative humidity. The result is answered in data1 of the ACK telegram = % Only TRMD and STIBUS. The result is answered in data1 of the ACK telegram = % Actual temperature set value without correction. The result is answered in data1 of the ACK telegram = 0-51 ºC Only TRMD and STIBUS. Proportional value of the PI regulator. Only TRMD and STIBUS. Integral value of the PI regulator. Only TRMD and STIBUS (older versions). State of outputs: Bit 0 = Cold output and Bit 1 = Heat output. Data 2 = 0: Both outputs deactivated. Data 2 = 1: Cold output activated and heat output deactivated. Data 2 = 2: Cold output deactivated and heat output activated. Data 2 = 3: Both outputs activated. Allowed set value adjustment (Potentiometer limits). 0 = 0 ºC. Set value can not be adjusted. 255 = 51 ºC. Set value can be adjusted from 0 to 51 ºC. Hysteresis value of the temperature controller = 0-51 ºC. Registers 15/38

17 Working modes of the temperature controller. 0 = Off. Only temperature measure. 1 = Mixed mode. Allows to change the set value locally or remotely by Bus commands. 2 = Remote mode. Only TRMD and STIBUS (older versions). It is not possible to change the set value. Outputs are controlled only by Bus commands with the RAM register 6. 3 = Bus mode. It is not possible to change the set value locally, only by Bus commands Only TRMD and STIBUS (older versions). Fancoil control working mode = Fancoil with temperature control modes = Fancoil with humidity control modes = Fancoil manual control modes Only TRC and TRMD. Backlight time. Data2 = Seconds x 4 (aprox.) Operation modes of the temperature controller. 0 = Thermostat off. Only temperature measure. 1 = Thermostat in cold mode (winter mode). 2 = Thermostat in heat mode (summer mode). 3 = Thermostat in mixed mode. Allows mode change only by Bus commands. Only TRC and TRMD. Operation modes of the temperature controller. 4 = Thermostat off. Only temperature measure. 5 = Thermostat in cold mode (winter mode). 6 = Thermostat in heat mode (summer mode). 7 = Thermostat in mixed mode. Allows mode change locally (on the screen) and by Bus commands Temperature sensor calibration Only TRC and TRMD. Runs calibration routine of touchscreen Remote scene execution Only TRC and TRMD. Backlight contrast level adjustment. Table EEPROM Table Registers 16/38

18 5.1.3 WORKING MODES TABLE Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Fancoil Temperature control Manual Humidity Temperature BUS mode Remote moe Mix mode Tabla Bit = 1 activated function. Bit = 0 deactivated function. Example: If the STIBUS thermostat (Dir.38), is required to run in fancoil mode, following commands will be delivered through BUS line: From 254 to 38, Command: 4, Data1: 10, Data2: 17. From 38 to 254, Command: 1, Data1: 17, Data2: 17. Thermostat receives the telegram and it will adapt the working mode, translating from decimal to binary following the previous table 5.1.3: B8 B7 B6 B5 B4 B3 B2 B1 17 = If the STIBUS thermostat (Dir.38), is required to be OFF in fancoil mode, following commands will be delivered through BUS line: From 254 to 38, Command: 4, Data1: 10, Data2: 16. From 38 to 254, Command: 1, Data1: 16, Data2: 16. Thermostat receives the telegram and it will adapt the working mode, translating from decimal to binary following the previous table 5.1.3: B8 B7 B6 B5 B4 B3 B2 B1 16 = Registers 17/38

19 ALARMS SMARTBOX 6.1 KCTR (KA) RAM Read Read Read the state of inputs. The result is answered in data1 of the ACK telegram. Decimal value encoded according to table Bit = 0 input activated. Bit = 1 input deactivated. Read the state of outputs*. The result is answered in data1 of the ACK telegram. Decimal value encoded according to table Bit = 1 output activated. Bit = 0 output deactivated. Set the state of every output* at the same time according to the decimal value indicated in data2, encoded as table Actuate over each output independently. Data2 = 3 to 5 activate outputs 4 to 6. Data2 = 11 to 13 deactivate outputs 4 to 6. The working of output 3 (Siren) is automatic. Intrusion alarm management. Data2 = 6 Activate the intrusion alarm (If it has been armed). Data2 = 7 Arm the intrusion alarm. Data2 = 15 Disarm the intrusion alarm. Table *Note: The KCtr has 4 outputs so it must be programmed as a 4E4S actuator EEPROM Eeprom Eeprom Arm time of the intrusion alarm (seconds) Disarm time of the intrusion alarm (seconds). Registers 18/38

20 Eeprom Set the working mode of the inputs. Data 2 = 0 Inputs in pushbutton mode. Data 2 = 1 Inputs in switch mode. Data 2 > 3 Special mode. Some inputs in pushbutton mode and others in switch mode. According to table Bit = 1 corresponding input in switch mode. Bit = 0 corresponding input in pushbutton mode. Table KCTR (KTF) RAM Reproduces the audio phrase in the memory position indicated in data Make the alarm phone call indicated in data Disable the alarm phone call indicated in data Enable the alarm phone call indicated in data Make the phone call to the CRA. 99 zones available being the first 8 programmable from the Ktf. Higher byte / hundreds* of the standardized 3 digits code that indicates the type of alarm in the Contact ID protocol. Medium byte / tens* of the standardized 3 digits code that indicates the type of alarm in the Contact ID protocol. Lower byte / units* of the standardized 3 digits code that indicates the type of alarm in the Contact ID protocol. Make the phone call to the CRA with the Contact ID code indicated in registers 14, 15 and 16, sending start of event. The letter E is sent to the CRA before the alarm code. Make the phone call to the CRA with the Contact ID code indicated in registers 14, 15 and 16, sending finish of event. The letter R is sent to the CRA before the alarm code. Table EEPROM Eeprom Number of tones before picking up the phone. Registers 19/38

21 Eeprom st digit* of user password. Eeprom nd digit* of user password. Eeprom rd digit* of user password. Eeprom th digit* of user password. Eeprom Re-call interval in seconds. Eeprom Eeprom Eeprom Eeprom Digits* of the first warning telephone number. Data 1 = 20: First digit. Data 1 = 34: Last digit. Digits* of the second warning telephone number. Data 1 = 35: First digit. Data 1 = 49: Last digit. Digits* of the third warning telephone number. Data 1 = 50: First digit. Data 1 = 64: Last digit. Warning phone calls status (enabled or disabled). Data 2 = Decimal value encoded according to table Bit = 1: Corresponding phone call enabled. Bit = 0: Corresponding phone call disabled. Eeprom Digits* of the first CRA telephone number. Data 1 = 128: First digit. Data 1 = 142: Last digit. Eeprom Digits* of the second CRA telephone number. Data 1 = 143: First digit. Data 1 = 157: Last digit. Eeprom Eeprom Eeprom Eeprom Eeprom Digits* of the third CRA telephone number. Data 1 = 158: First digit. Data 1 = 172: Last digit st digit* of ID user CRA nd digit* of ID user CRA rd digit* of ID user CRA th digit* of ID user CRA. Eeprom Eeprom Internal phone calls mask status (general configuration tab of SIDE). Data 2 = Decimal value encoded according to table Bit = 1: Corresponding phone call enabled. Bit = 0: Corresponding phone call disabled. External phone calls mask status (remote alarm central tab of SIDE). Data 2 = Decimal value encoded according to table Bit = 1: Corresponding phone call enabled. Bit = 0: Corresponding phone call disabled. Registers 20/38

22 Eeprom Eeprom Pulses or tones phone call generation. Data 1 = 0: Pulses phone calls. Data 1 = 1: Tones phone calls. Tone accumulate mode (answer machine compatibility). Ringtones of consecutive calls are added (1 minute aprox.). Data 2 = 1: Tone accumulation activated. Data 2 = 0: Tone accumulation deactivated. Eeprom Eeprom Eeprom Indicates the KCtr if it must wait for the line to make a phone call or to make it directly. Data 2 = 0: Direct phone call. Data 2 = 1: Wait for line. Periodic phone call test to CRA. Frequency indicated in Data2 in days approximately. Data 2 = 0: Do not make test. CRA phone call priority. Data 2 = 0: CRA phone call interruption allowed. Data 2 0: CRA phone call interruption not allowed. Table *Note: To introduce the value 0 in any of the digits, it must be written the value 10 in data 2. At the end of the digits string sent it is necessary to send a last command with 255 in data PHONE CALLS TABLE Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Number of call AL. 8 AL. 7 AL. 6 AL. 5 AL. 4 AL. 3 AL. 2 AL. 1 Table Bit = 0: Corresponding phone call disabled. Bit = 1: Corresponding phone call enabled. Registers 21/38

23 6.3 GSMING, GSMING V RAM Read GSM module reset Read the state of outputs*. The result is answered in data1 of the ACK telegram. Decimal value encoded according to table Bit = 1: corresponding output activated. Bit = 0: corresponding output deactivated. Set the state of every output* at the same time according to the decimal value indicated in data2, encoded as table Actuate over each output independently. Data 2 = 4 to 5: activate outputs 1 to 2. Data 2 = 12 to 13: deactivate outputs 1 to 2. Intrusion alarm management. Data 2 = 6: Triggers the intrusion alarm (If it has been armed). Data 2 = 7: Arm/enable the intrusion alarm. Data 2 = 15: Disarm/disable the intrusion alarm. Change the state of an output. The actual state is checked and it is internally changed automatically. Data2 = 4 to 5 switch outputs 1 to 2. Sends the warning message indicated in data 2. The intrusion message is sent automatically when the alarm is triggered Enables the warning message indicated in data Disables the warning message indicated in data Read - Read Starts coverage diagnosis (30 seconds) (Only GSMing v1) Remote scene execution. Data 1 = Signal power RSSi (Máx.=31). Data 2 = Bit error ratio. Read them only after a coverage diagnosis. In GSMing v2 the diagnosis is automatic. Telephone operator name. Answers characters in data 1 and data 2 in ASCII code. Table *Note: the GSMing has 2 outputs so it must be programmed as a 2E2S actuator EEPROM Table Registers 22/38

24 SENSORS 7.1 LDRBUS RAM Read Read In lineal mode = Light level in %. Data 2 = 0 255: 0-100%. The result is answered in data1 of the ACK telegram. In threshold mode = Luminosity level in luxes. Data 2 = : lux. The result is answered in data1 and data2 of the ACK telegram. Data 1 = higher byte and Data 2 = lower byte. Lineal mode: actual set point value corrected. Data 2 = 0 255: 0-100%. Lineal mode: new set point value. Data 2 = 0 255: 0-100% Lineal mode: proportional value of the PI regulator Lineal mode: integral value of the PI regulator. Read Lineal mode: result value of the PI regulator Lineal mode: bandwidth consumed (increases/decreases the amount of data sent to the bus). Lineal mode: hysteresis value of the luminosity controller. Data 2 = 0 255: % Lineal mode: sampling time Working mode. 0 = Off. No actions executed, only measuring. 1 = On. Programmed actions executed. Read Lineal mode: result value of the PI regulator Remote scene execution. Table Registers 23/38

25 7.1.2 EEPROM Eeprom High byte - Low byte of the lower brightness thresholds. Up left scene: Up right scene: Down left scene: Down right scene: Eeprom High byte - Low byte of the lower brightness thresholds. Up left scene: Up right scene: Down left scene: Down right scene: Table SRBUS RAM Read Remaining timing value in seconds/2. The result is answered in data1 and data2 of the ACK telegram. Data 1 = higher byte and Data 2 = lower byte. Read Detection signal intensity Sensor switch on and off. Data 2 = 1: Switch on. Data 2 = 0: Switch off. Remote detection of the sensor. Data 2 = 1: Simulate a start of detection. Data 2 = 0: Simulate a finish of detection. Joint action of Data 1 = 1 and Data 1 = 2. Data 2 = 1: Switch on and simulates a start of detection. Data 2 = 0: Switch off and simulates a finish of detection Remote scene execution. Table Registers 24/38

26 7.2.2 EEPROM Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Sensor switch on and off. Data 2 = 1: Switch on. Data 2 = 0: Switch off. Adjustment. Data 2 = 0: Adjustment = 100 % (Maximum sensibility). Data 2 = 100: Adjustment = 0 % (Minimum sensibility). Saturation. Signal level above which detection is generated independently of the control cycles and damping. Smoothing. Number of signals over the adjustment, within the time specified in control cycles, that generates a detection. (It must be less than control cycles /2) Timing in seconds/2. Data 2 = Higher byte. Timing in seconds/2. Data 2 = Low byte. Control cycles. Number of microcontroller cycles that the sensor uses as time base to generate a detection. Events repetition mode and detection echo. Data 2 = 0: Repetition mode deactivated and echo deactivated. Data 2 = 1: Repetition mode activated and echo deactivated. Data 2 = 2: Repetition mode deactivated and echo activated. Data 2 = 3: Repetition mode activated and echo activated. Table 0 Registers 25/38

27 7.3 SIFBUS AND BUS PROBES (IN EVERY VERSION) RAM Read Read Remaining timing value in seconds. The result is answered in data1 and data2 of the ACK telegram. Data 1 = higher byte and Data 2 = lower byte. SifBUS: Number of signal pulses detected. BUS probes: Detection (Data 2 0) or not (Data 2 = 0). Sensor switch on and off. Data 2 = 1: Switch on. Data 2 = 0: Switch off. Remote detection of the sensor. Data 2 = 1: Simulate a start of detection. Data 2 = 0: Simulate a finish of detection Remote scene execution. Joint action of Data 1 = 1 and Data 1 = 2. Data 2 = 1: Switch on and simulates a start of detection. Data 2 = 0: Switch off and simulates a finish of detection. Table Registers 26/38

28 7.3.2 EEPROM Eeprom Eeprom Eeprom Eeprom Sensor switch on and off. Data 2 = 1: Switch on. Data 2 = 0: Switch off. SifBUS: Detection pulses (it must be less than control cycles/2). Number of signals over the adjustment, within the time specified in control cycles, that generates a detection. BUS probes: Detection delay (avoid false alarms). Time in seconds/2 that the detection should go on, to execute the activation scene programmed. Only SifBUS: Timing in seconds/2. Data 2 = Higher byte. Only SifBUS: Timing in seconds/2. Data 2 = Low byte. Eeprom Eeprom Only SifBUS: Control cycles. Number of microcontroller cycles that the sensor uses as time base to generate a detection. Only SifBUS: Events repetition mode. Data 2 = 1: Repetition mode activated. Data 2 = 0: Repetition mode deactivated. Table SIFLUX-BUS RAM Read Presence sensor: remaining timing value in seconds. The result is answered in data1 and data2 of the ACK telegram. Data 1 = higher byte and Data 2 = lower byte. Read Presence sensor: number of signal pulses detected Presence sensor: switch on and off. Data 2 = 1: Switch on the presence sensor. Data 2 = 0: Switch off the presence sensor. Registers 27/38

29 Read Read Presence sensor: remote detection of the sensor. Data 2 = 1: Simulate a start of detection. Data 2 = 0: Simulate a finish of detection. Joint action of Data 1 = 1 and Data 1 = 2. Data 2 = 1: Switch on and simulates a start of detection. Data 2 = 0: Switch off and simulates a finish of detection. In lineal mode = Light level in %. Data 2 = 0 255: 0-100%. The result is answered in data1 of the ACK telegram. In threshold mode = Luminosity level in luxes. Data 2 = : lux. The result is answered in data1 and data2 of the ACK telegram. Data 1 = higher byte and Data 2 = lower byte. Lineal mode: actual set point value corrected. Data 2 = 0 255: 0-100%. Lineal mode: new set point value. Data 2 = 0 255: 0-100% Lineal mode: proportional value of the PI regulator Lineal mode: integral value of the PI regulator. Read Lineal mode: result value of the PI regulator Lineal mode: bandwidth consumed (increases/decreases the amount of data sent to the bus). Lineal mode: hysteresis value of the luminosity controller. Data 2 = 0 255: % Lineal mode: sampling time Working mode. 0 = Off. No actions executed, only measuring. 1 = On. Programmed actions executed. Read Lineal mode: result value of the PI regulator Remote scene execution. Table Registers 28/38

30 7.4.2 EEPROM Eeprom Eeprom Eeprom Eeprom Eeprom Eeprom Presence sensor: switch on and off. Data 2 = 1: Switch on. Data 2 = 0: Switch off. Detection pulses (it must be less than control cycles/2). Number of signals over the adjustment, within the time specified in control cycles, that generates a detection. Timing in seconds. Data 2 = Higher byte. Timing in seconds. Data 2 = Low byte. Control cycles: number of microcontroller cycles that the sensor uses as time base to generate a detection. Events repetition mode. Data 2 = 1: Repetition mode activated. Data 2 = 0: Repetition mode deactivated. Table 0 Registers 29/38

31 INTEGRATIONS 8.1 IRBUS RAM Remote scene execution. Table EEPROM Eeprom Eeprom Working mode. Data 2 = 1: Scenes mode. Data 2 = 0: Point to point mode. Eco mode of the led. Data 2 = 1: Led on while button pressed. Data 2 = 0: Led always off. Table IRING RAM Starts recording mode in the memory position indicated in data Read Load to the buffer the infrared code of the memory position indicated in data 2, to be read after that by data 1 = 30. Read the pulses data of the infrared code loaded in the buffer. Answers in data 1 and data 2 the values of every memory position (2x255) indicated in data Sends the infrared code indicated in data 2. Table Registers 30/38

32 8.2.2 EEPROM Eeprom Time base for the recording of the IR signal. 0 = Time base for faster signals. 254 = Time base for slower signals. 255 = Compatible time base for older versions of IRings. Table SONIBUS RAM Output volume. Data 2 = 255: Volume to 100 %. Data 2 = 255: Volume to 0 %. Input channel selected. Data 2 = 0: Channel 1. Data 2 = 1: Channel 2. Data 2 = 2: Channel 3. Data 2 = 3: Channel 4. Table EEPROM Table Registers 31/38

33 8.4 METERBUS RAM Channel 1 power threshold (Amperes x10) Channel 2 power threshold (Amperes x10) Channel 3 power threshold (Amperes x10) Channel 4 power threshold (Amperes x10). Read Instant power in channel 1 (Amperes x10). Read Instant power in channel 2 (Amperes x10). Read Instant power in channel 3 (Amperes x10). Read Instant power in channel 4 (Amperes x10). / Read Read Read Read Read Consumption limit exceeded alarm. 0 = Deactivated. 1 = Activated. Accumulated consumption in channel 1 of Sunday (Wh/2). Increase 1 to Data 1 for the next day of the week consumption. Data 1 = higher byte and Data 2 = lower byte. Accumulated consumption in channel 2 of Sunday (Wh/2). Increase 1 to Data 1 for the next day of the week consumption. Data 1 = higher byte and Data 2 = lower byte. Accumulated consumption in channel 3 of Sunday (Wh/2). Increase 1 to Data 1 for the next day of the week consumption. Data 1 = higher byte and Data 2 = lower byte. Accumulated consumption in channel 4 of Sunday (Wh/2). Increase 1 to Data 1 for the next day of the week consumption. Data 1 = higher byte and Data 2 = lower byte. Table EEPROM Eeprom Eeprom Eeprom K values of the calibration curve of each channel C values of the calibration curve of each channel Working voltage value (2 bytes). Data 2 = 30: Higher byte and Data 1 = 31: Lower byte. Table Registers 32/38

34 8.5 BUSING-LG-AC RAM = Unit control deactivation. 3 = Unit On. 2 = Unit Off. Fan speed and working mode. Data 2 = 0-4: Fan off. Data 2 = 16: Fan speed low / Cool mode. Data 2 = 17: Fan speed low / Dry mode. Data 2 = 18: Fan speed low / Only Fan mode. Data 2 = 19: Fan speed low / Automatic mode. Data 2 = 20: Fan speed low / Heat mode Data 2 = 32: Fan speed medium / Cool mode. Data 2 = 33: Fan speed medium / Dry mode. Data 2 = 34: Fan speed medium / Only Fan mode. Data 2 = 35: Fan speed medium / Automatic mode. Data 2 = 36: Fan speed medium / Heat mode. Data 2 = 48: Fan speed high / Cool mode. Data 2 = 49: Fan speed high / Dry mode. Data 2 = 50: Fan speed high / Only Fan mode. Data 2 = 51: Fan speed high / Automatic mode. Data 2 = 52: Fan speed high / Heat mode. Read 3 Data 2 = 64: Fan speed auto / Cool mode. Data 2 = 65: Fan speed auto / Dry mode. Data 2 = 66: Fan speed auto / Only Fan mode. Data 2 = 67: Fan speed auto / Automatic mode. Data 2 = 68: Fan speed auto / Heat mode Set point temperature o C = data Measured temperature o C = (164 data 2) / 2 Table *Note: Add 4 to data 1 for the next indoor unit control (0 to 3: Unit 0; 4 to 7: Unit 1; etc) EEPROM Table Registers 33/38

35 8.6 DMX-BUS RAM Regulation level. Data2 = 0: Off. Data2 = 255: On 100%. Relative increase or decrease of the regulation level. Data2 = 0 to 127 Increase. Data2 = 128 to 255 Decrease. Table *Note: These are registers of the BUSing virtual dimmers in the DMX-BUS gateway memory, so the commands must be sent to their addresses, not to the gateway address EEPROM Eeprom Number of channels to emulate. (BUSing virtual dimmers in memory with consecutive addresses of the DMX-BUS gateway). Table *Note: These are registers of the DMX-BUS gateway. Registers 34/38

36 8.7 DALING RAM Regulation level. Data2 = 0: Off. Data2 = 255: On 100%. Relative increase or decrease of the regulation level. Data2 = 0 to 127 Increase. Data2 = 128 to 255 Decrease. Ramp speed. Data2 = 0: Instantaneous. Data2 =15: Lowest speed. Table *Note: These are registers of the BUSing virtual dimmers in the DALI gateway memory, so the commands must be sent to their addresses, not to the gateway address EEPROM Eeprom Eeprom DALI Light address. (BUSing virtual dimmer in memory referred to individual DALI address) DALI group address. (BUSing virtual dimmer in memory referred to DALI group address) Table *Note: These are registers of the DALI gateway. Registers 35/38

37 8.8 BUSING-KNX RAM Lower byte of the group address that the data will be sent to: -/-/X Higher byte of the group address that the data will be sent to: X/X/ KNX command sent. 1 = Read 2 =. 3 = Response. Data bytes to send. Data must be written in decimal (no DPT encoding) Size of the data to send: 0 = 1 bit. 1 = 1 byte. 2 = 2 bytes. When this BUSing telegram is received by the gateway, the KNX telegram is sent according to the values of registers configured above. Tabla Registers 36/38

38 BUS DEVICES 9.1 ULING RAM Read Read Read Channel 1 logic operation result. Data 2 = 0: False. Data 2 0: True. Channel 2 logic operation result. Data 2 = 0: False. Data 2 0: True. Channel 3 logic operation result. Data 2 = 0: False. Data 2 0: True Deactivate bit indicated in Data Activate bit indicated in Data Switch the state of the bit indicated in Data Remote scene execution. Table EEPROM Table Registers 37/38

39 Parque Tecnológico de Asturias, Parcela 50, Llanera Asturias - España Phone (+34) Fax (+34) ingeniumsl@ingeniumsl.com

ingenium introduction General Requirements

ingenium introduction General Requirements ingenium introduction Ingenium is a vanguard company dedicated since 1998 to the design, development and manufacturing of the highest domotics technology. From the beginning we have been conscious of the

More information

ingenium introduction General Requirements

ingenium introduction General Requirements ingenium www.ingeniumsl.com introduction Ingenium is a vanguard company dedicated since 1998 to the design, development and manufacturing of the highest domotics technology. From the beginning we have

More information

Graphic controllers DS2XXX00. Programming manual

Graphic controllers DS2XXX00. Programming manual Graphic controllers DS2XXX00 Index 1 INTRODUCTION... 3 2 FIRST STEPS... 4 3 GENERAL... 5 3.1 DEVICE... 5 3.2 FIRMWARE UPDATE... 5 3.3 GROUP ADDRESSES IMPORT... 6 3.4 INDIVIDUAL ADDRESS ASSIGNMENT... 7

More information

Gateways DMXBUS-K 2 GW Programming manual

Gateways DMXBUS-K 2 GW Programming manual Gateways DMXBUS-K 2 GW612110 Programming manual Index 1 GENERAL DESCRIPTION... 3 2 TECHNICAL INFORMATION... 3 3 PROGRAMMING... 5 3.1 APPLICATION PROGRAM INFORMATION... 5 3.2 INDIVIDUAL ADDRESS... 5 3.3

More information

Room controller LS 990 / LS plus Stainless Steel / Aluminium

Room controller LS 990 / LS plus Stainless Steel / Aluminium Room controller LS 990 / LS plus Stainless Steel / Aluminium 1 RCDES 2021 RCDES 2022 RCDES 2023 RCDES 2024 RCDES 2044 2 Ref.-No. KNX room controller display ETS-product family: Heating, ventilation, A/C

More information

Tebis application software

Tebis application software 5 Tebis application software SXB322AU V 1.x 2 inputs / 2-output module LED SXB344AU V 1.x 4 inputs / 4-output module LED Product reference Product designation TXB322AU TXB344AU Embedded module: 2 inputs

More information

Din Rail Universal Module 8 inputs / 8 outputs IO88E01KNX

Din Rail Universal Module 8 inputs / 8 outputs IO88E01KNX Din Rail Universal Module 8 inputs / 8 outputs IO88E01KNX Product Handbook Product Description: Din Rail Universal 8 in / 8 out Module Order Code: IO88E01KNX Document Version: 1.1 Date: 22/07/2011 1/64

More information

Application description

Application description Manufacturer Berker Motion detector Application description KNX motion detector module comfort 1.10m KNX motion detector module comfort 2.20m ETS KNX motion detector module comfort 1.10m ETS KNX motion

More information

Deseo KNX Manual. Deseo KNX. Manual. basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium. 1 / 65 v basalte

Deseo KNX Manual. Deseo KNX. Manual. basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium. 1 / 65 v basalte Deseo KNX basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium 1 / 65 v2.3 2012 basalte Table of contents: 1. Introduction... 5 2. Installation... 6 2.1 Identifying the parts... 7 2.1.1 Front view

More information

Push-buttons 18. Light scenes push-buttons 21. Push-buttons with thermostat 22. Labelling ields 24

Push-buttons 18. Light scenes push-buttons 21. Push-buttons with thermostat 22. Labelling ields 24 A wide array of alternative materials and colours have been added to the convenient variety of KNX functionality of the. Frameless KNX push-button with full-material rockers (glass, stainless steel and

More information

Use of the application program

Use of the application program Use of the application program Product family: Product type: Manufacturer: Display Display units Siemens AG Name: Contouch Room Controller UP 204 Order no.: 5WG1 204-2AB11, titanium white, 5WG1 204-2AB21,

More information

SWISS GARDE 360 HOKUSPOKUS KNX/KLR APPLICATION DESCRIPTION

SWISS GARDE 360 HOKUSPOKUS KNX/KLR APPLICATION DESCRIPTION SWISS GARDE 360 HOKUSPOKUS KNX/KLR APPLICATION DESCRIPTION MODEL TYPE NO. SG HOKUSPOKUS KNX/KLR 25010 Program version 2.7 2012 M. Züblin AG Neue Winterthurerstrasse 30, 8304 Wallisellen, Switzerland The

More information

PRODUCT MANUAL LUZEN PLUS. Universal Dimmer ZN1DI-P400. Program version: 3.0 Manual edition: a

PRODUCT MANUAL LUZEN PLUS. Universal Dimmer ZN1DI-P400. Program version: 3.0 Manual edition: a PRODUCT MANUAL LUZEN PLUS Universal Dimmer ZN1DI-P400 Program version: 3.0 Manual edition: a INDEX Document updates... 3 1. Introduction... 4 1.1. LUZEN PLUS... 4 1.2. Types of load... 5 1.3. Installation...

More information

PRESENCE DETECTOR, CONSTANT LIGHT CONTROLLER PD00D01KNX. Product Handbook

PRESENCE DETECTOR, CONSTANT LIGHT CONTROLLER PD00D01KNX. Product Handbook PRESENCE DETECTOR, CONSTANT LIGHT CONTROLLER PD00D01KNX Product Handbook Product: PD00D01KNX Description: PRESENCE DETECTOR, CONSTANT CONTROLLER Document Version: 1.3 Date: 03/10/2017 Tribunale di Mila

More information

FANCOIL CONTROLLER UNIT TC17B01KNX. Product Handbook

FANCOIL CONTROLLER UNIT TC17B01KNX. Product Handbook FANCOIL CONTROLLER UNIT TC17B01KNX Product Handbook Product: TC17B01KNX Description: FANCOIL CONTROLLER UNIT Document Version: 1.2 Date: 09/09/2016 1/37 INDEX 1. General Introduction... 4 2. Product and

More information

Introduction of Configure Software for 3.5'' Touch Panel

Introduction of Configure Software for 3.5'' Touch Panel Introduction of Configure Software for 3.5'' Touch Panel 1. Brief Introduction This Configure Software is used with the 3.5'' Touch Panel. After setting group address of different devices in ETS users

More information

Application Manual. Control and display units Touch&See EK-EC2-TP and EK-EF2-TP

Application Manual. Control and display units Touch&See EK-EC2-TP and EK-EF2-TP Application Manual Control and display units Touch&See EK-EC2-TP and EK-EF2-TP Contents 1. Scope of the document... 6 2. Product description... 7 3. Switching, display and connection elements... 8 4. Configuration...

More information

Colour Touch Panel 3.5

Colour Touch Panel 3.5 Guangzhou Video-star Electronics Industrial Co., Ltd K-BUS R Colour Touch Panel 3.5 User manual-ver. 1.2 CHTF-35/01.1 CHTF-35/01.2.21 CHTF-35/01.2.22 CHTF-35/01.2.24 KNX/EIB Intelligent Installation Systems

More information

4 CHANNEL UNIVERSAL DIMMING ACTUATOR

4 CHANNEL UNIVERSAL DIMMING ACTUATOR 4 CHANNEL UNIVERSAL DIMMING ACTUATOR USER MANUAL Tel.: 943627988 E-mail: knx@dinuy.com Web: www.dinuy.com General Description - 4 Channel universal modular dimming actuator for leading and trailing edge

More information

Product documentation

Product documentation Product documentation Universal push-button module with integrated BCU, 1-gang Universal push-button module with integrated BCU, 2-gang Universal push-button module with integrated BCU, 3-gang Universal

More information

You, in an homy and environmental world

You, in an homy and environmental world You, in an homy and environmental world www.eelectron.com Building and Home Evolution 24/03/11 1 What s this? www.eelectron.com Building and Home Evolution 24/03/11 2 NOT A SWITCH You, in an homy and environmental

More information

application software

application software application software application software RF input product Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF devices 8565 52 xx 8565 62

More information

KNX function and configuration

KNX function and configuration 2 KNX function and configuration Introduction A presence detector monitors the detection zone for occupancy, and causes one or more actions to be executed when a person enters the detection area. In their

More information

Use of the application program

Use of the application program Use of the application program Product family: Product type: Manufacturer: Display Display units Siemens AG Name: Contouch Room Controller UP 204 Order no.: 5WG1 204-2AB11, titanium white, 5WG1 204-2AB21,

More information

Application description. KNX Push-button module 1gang. KNX Push-button module 2gang

Application description. KNX Push-button module 1gang. KNX Push-button module 2gang Application description KNX Push-button module 1/2gang Electrical/mechanical data: see the operating instructions for the product Order number Product designation Application programme TP product Radio

More information

Using the application program. Functional description. GAMMA instabus Application Program Description. October Event Module 800A06

Using the application program. Functional description. GAMMA instabus Application Program Description. October Event Module 800A06 Using the application program Product range: Product type: Manufacturer: Controllers Controllers Siemens Name: Event Module N 341 Order No.: 5WG1 341-1AB01 Functional description With the help of a special

More information

Application description. Motion detector KNX- BCU

Application description. Motion detector KNX- BCU Application description Motion detector KNX-BCU Electrical/mechanical data: see the operating instructions for the product Order number Product designation Application programme TP product Radio product

More information

Use of the application program. Table of Contents. GAMMA instabus Application program description. April B0 CO Room Control Unit

Use of the application program. Table of Contents. GAMMA instabus Application program description. April B0 CO Room Control Unit Use of the application program Product family: Product type: Manufacturer: Displays Display and operating units Siemens AG Name Room control unit UP 227 DELTA i-system Order no.: Table of Contents 5WG1

More information

DELÉGO. Wherever you are, you will never be far from the things you love.

DELÉGO. Wherever you are, you will never be far from the things you love. DELÉGO Wherever you are, you will never be far from the things you love. 1 the home automation control by ekinex delégo enables smart management in every room of your home or area of your workplace. An

More information

USER'S MANUAL. IntesisBox KNX K01-KNX-1B/16/64 v1.0. r1 eng Issue Date: 2014/06

USER'S MANUAL. IntesisBox KNX K01-KNX-1B/16/64 v1.0. r1 eng Issue Date: 2014/06 USER'S MANUAL IntesisBox KNX K01-KNX-1B/16/64 v1.0 r1 eng Issue Date: 2014/06 Interface for integration of Kaysun air conditioners into KNX TP-1 (EIB) control systems. Compatible with VRF air conditioners

More information

Product documentation

Product documentation Product documentation Rotary sensor ALBRECHT JUNG GMBH & CO. KG Volmestraße 1 58579 Schalksmühle Telefon: +49.23 55.8 06-0 Telefax: +49.23 55.8 06-2 04 kundencenter@jung.de www.jung.de Service Center Kupferstr.

More information

PHARAO. Compact controllers for installation and automation technology

PHARAO. Compact controllers for installation and automation technology PHARAO Compact controllers for installation and automation technology Various expansion modules PHARAO-II 25 (DC) 2 Communication in all directions By connecting a GSM modem, it is now possible to send

More information

KNX temperature control panel

KNX temperature control panel Cat No(s): LN4691KNX H4691KNX CONTENT Page 1. Use...2 2. Description...................................................................................................................... 2 3. Technical

More information

GAMMA instabus Application Program Description. July CO Colour Touch-Panel

GAMMA instabus Application Program Description. July CO Colour Touch-Panel Use of the application program Product family: Product type: Manufacturer: Name: Order no.: Name: Order no.: Display Display units Siemens UP 588/12 Colour Touch Panel UP 588/13 Colour Touch Panel (AC

More information

Din Rail 4 Output Module BO04A01KNX

Din Rail 4 Output Module BO04A01KNX Din Rail 4 Output Module BO04A01KNX Product Handbook Product Description: Din Rail 4 Output Module Order Code: BO04A01KNX Document Version: 1.1 Date: 28/01/2014 1/45 INDEX 1. General Introduction... 4

More information

Operation and installation manual KNX IP BAOS 774. KNX IP BAOS 774 as application specific Gateway BAOS SDK. Application. Installation and Connection

Operation and installation manual KNX IP BAOS 774. KNX IP BAOS 774 as application specific Gateway BAOS SDK. Application. Installation and Connection EN Operation and installation manual KNX IP BAOS 774 (Art. # 5263) Compact bus powered Interface and ObjectServer between LAN and KNX bus Protocol descriptions can be downloaded at the KNX IP BAOS 774

More information

Operation and installation manual KNX IP BAOS 773. KNX IP BAOS 773 as application specific Gateway BAOS SDK. Application. Installation and Connection

Operation and installation manual KNX IP BAOS 773. KNX IP BAOS 773 as application specific Gateway BAOS SDK. Application. Installation and Connection EN Operation and installation manual KNX IP BAOS 773 (Art. # 5262) Compact bus powered Interface and ObjectServer between LAN and KNX bus KNX IP BAOS 773 as application specific Gateway To connect to non-knx

More information

INSTALLATION MANUAL for the Application ihc-mirf

INSTALLATION MANUAL for the Application ihc-mirf INSTALLATION MANUAL for the Application ihc-mirf Contents Introduction 3 Installing the application on a mobile phone 3 Settings 4 Control 12 Introduction The applications ihc-mirf (for mobile phones with

More information

VARIA VARIA 826 S WH KNX VARIA 826 S BK KNX D GB F I E NL. Installation and operating instructions Room thermostat VARIA 826 S KNX

VARIA VARIA 826 S WH KNX VARIA 826 S BK KNX D GB F I E NL. Installation and operating instructions Room thermostat VARIA 826 S KNX 307031 VARIA VARIA 826 S WH KNX VARIA 826 S BK KNX 8269210 8269211 GB Installation and operating instructions Room thermostat D GB F I E NL VARIA 826 S KNX Contents Basic safety instructions 3 Display

More information

Installation and User Guide

Installation and User Guide D5 Installation and User Guide 8-Channel DALI Controller (478) Introduction The 478 is for controlling DALI ballasts, drivers and load interface units (except for the 490 Blinds Controller). Do not connect

More information

GVS K-BUS R KNX/EIB Push Button Sensor Contents 1. Summary

GVS K-BUS R KNX/EIB Push Button Sensor Contents 1. Summary Guangzhou Video-star Electronics Industrial Co., Ltd K-BUS R Push Button Sensor User manual-ver. 1.1 CHKP-01/01.1.xx CHKP-02/01.1.xx CHKP-03/01.1.xx KNX/EIB Intelligent Installation Systems GVS K-BUS R

More information

Release notes Summary of updates up to release

Release notes Summary of updates up to release RELEASE 3.0.2 (Aug 2016) - Fixed connectivity issues with idderocloud service (all platforms) - Fixed problem with handling of invalid/corrupt DNS responses (Home Server) - Configuration software: Improved

More information

Installation Manual. DZK BACnet

Installation Manual. DZK BACnet Installation Manual DZK BACnet InterfacepbilCodarPageNumber TABLE OF CONTENTS Page Overview... 5 Outline and Features... 5 System outline... 5 Specifications and device elements... 6 Functional specifications...

More information

LUXORliving System manual Version 1

LUXORliving System manual Version 1 LUXORliving System manual Version 1 2018-04-18 Contents 1 General 3 2 System 4 3 Installation 5 4 Start-up 7 4.1 Establish a connection 7 4.2 Configuration with LUXORplug 10 4.3 Programming with LUXORplug

More information

eelecta & new products

eelecta & new products eelecta & new products Home and Building Evolution Eelectron - Via Magenta 77/22, I-20017 Rho (MI), Italy Eric Ducros eric.ducros@eelectron.com +39 02.9316681 www.eelectron.com info@eelectron.com www.eelectron.com

More information

User instructions. By-me automation module for video door entry unit.

User instructions. By-me automation module for video door entry unit. User instructions By-me automation module for video door entry unit. Contents CONTENTS 1. The By-me module 1 2. Description 2 3. Main menu 2 3.1 Settings 3 3.1.1 Home automation system settings 3 Time

More information

SILENCING AN ALARM. When the alarm bell or siren is sounding, enter your user code or present your keyfob to your keypad.

SILENCING AN ALARM. When the alarm bell or siren is sounding, enter your user code or present your keyfob to your keypad. S Y S T E M U S E R G U I D E SILENCING AN ALARM When the alarm bell or siren is sounding, enter your user code or present your keyfob to your keypad. IS THIS A FALSE ALARM? YES NO displays. REAL ALARM

More information

Din Rail 8 Input / 8 Output Module

Din Rail 8 Input / 8 Output Module Din Rail 8 Input / 8 Output Module IO88B02KNX Product Handbook Product: Din Rail 8 Input / 8 Output Module Order Code: IO88B02KNX 1/32 INDEX 1. General Introduction... 3 2. Product and functional overview...

More information

Application description. KNX push-button 1gang. KNX push-button 2gang. KNX push-button 3gang. KNX push-button 4gang. Page 1/51

Application description. KNX push-button 1gang. KNX push-button 2gang. KNX push-button 3gang. KNX push-button 4gang. Page 1/51 Application description KNX push-button 1, 2, 3 and 4gang Electrical/mechanical data: see the operating instructions for the product Order number Product designation Application programme TP product Radio

More information

Application program: description and examples

Application program: description and examples F a n C o i l U n i t C o n t r o l l e r F a n C o i l 4 9 5 5 1 Application program: description and examples Woertz AG Electrotechnical accessories, installation systems Hofackerstrasse 47, P.O. Box

More information

Use of the application program

Use of the application program Use of the application program Product family: Product type: Manufacturer: Output Binary Siemens Name: Switching Actuator N 53/ Order no.: 5WG 53-AB Name: Switching Actuator N 52/ Order no.: 5WG 52-AB

More information

Small and Medium Building New and Renovation Prescription Assistance Complete Solution

Small and Medium Building New and Renovation Prescription Assistance Complete Solution Small and Medium Building New and Renovation Prescription Assistance Complete Solution 1 1) Introduction... 3 2) Control/Automation of the building... 4 2.1) Control interfaces... 4 2.1.1) Commands by

More information

Rev KNX Technical Reference Manual ABB i-bus KNX. KNX Sensors

Rev KNX Technical Reference Manual ABB i-bus KNX. KNX Sensors 0073-1-7704 Rev. 01 04.2011 KNX Technical Reference Manual ABB i-bus KNX KNX Sensors KNX Technical Reference Manual ABB i-bus KNX 1 Quick-Start-Guide Additional key Set value minus (1) Set value plus (2)

More information

KNX 2-channel Dimmer module EK-GA1-TP

KNX 2-channel Dimmer module EK-GA1-TP KNX 2-channel Dimmer module EK-GA1-TP Contents 1 Scope of the document... 4 2 Product description... 5 3 Switching, display and connection elements... 6 4 Configuration... 7 5 Commissioning... 7 6 Function

More information

Mathematical Operations

Mathematical Operations Mathematical Operations ThinKnx Configurator 1 Index Mathematical Operations in the Configurator...3 Combination...4 Inputs configuration...6 Example: turn on and off the boiler...7 Example: activation

More information

The world of BAOS. Easy connectivity for KNX with Bus Access and Object Server. Overview and applications

The world of BAOS. Easy connectivity for KNX with Bus Access and Object Server. Overview and applications The world of BAOS Easy connectivity for KNX with Bus Access and Object Server Overview and applications WEINZIERL ENGINEERING GmbH Achatz 3 DE-84508 Burgkirchen / Alz Germany Phone : +49 (0)8677 / 91 636

More information

Release notes Summary of updates up to release

Release notes Summary of updates up to release RELEASE 3.3 (Nov 2017) - Support for SIP registration - Support for external IP cameras in generic SIP door stations - Support for RTSP video streams (MJPEG, MPEG4, H.264) in generic SIP door stations

More information

MTN MTN

MTN MTN KNX KNX Multitouch Pro Multitouch with RTCU 1920/1.1 Application description This document describes the software application 1920/1.1. The software application is designed to program the KNX Multitouch

More information

SDI Speed Dome Camera OSD Menu

SDI Speed Dome Camera OSD Menu SDI Speed Dome Camera OSD Menu Indoor/ Outdoor Ver 1.2 00P9SH720ZXSEA2 Table of Contents 1. OSD Menu Tree...4 2. Configuration Menu...7 2.1 VIDEO TYPE...8 2.2 DEFAULT CAMERA...8 2.3 BACKLIGHT...8 2.4 FOCUS...8

More information

KNX/EIB Product documentation. Page 1 of 23. Order-No xx Order-No xx Order-No xx Order-No xx

KNX/EIB Product documentation. Page 1 of 23. Order-No xx Order-No xx Order-No xx Order-No xx KNX/EIB Product documentation Push button 1gang with labeling field Push button 2gang with labeling field Push button 3gang with labeling field Push button 4gang with labeling field Issue: 23.04.2009 655x0120

More information

Application description

Application description Hersteller Berker Taster ETS Multifunktions-Tastsensor 1-4fach Application description 1-fold KNX multifunctional push-button 2-fold KNX multifunctional push-button 3-fold KNX multifunctional push-button

More information

TiLocalDisplayNew. Software Manual 07/12-01 PC

TiLocalDisplayNew. Software Manual 07/12-01 PC TiLocalDisplayNew Software Manual 07/12-01 PC 2 TiLocalDisplayNew Software Manual Contents 1. Hardware and Software requirements 4 2. Software update 4 3. Fundamental concepts 4 3.1 Function menus and

More information

1061 South 800 East Orem, Utah Telephone Fax Document Updated April 01, 2015

1061 South 800 East Orem, Utah Telephone Fax Document Updated April 01, 2015 VANTAGECONTROLS.COM EQUINOX INTEGRATION GUIDE 1061 South 800 East Orem, Utah 84097 Telephone 801 229 2800 Fax 801 224 0355 Document Updated April 01, 2015 Manufacturer: Legrand Widgets: Model Number: My

More information

GAMMA instabus Application Program Description. November CO Touch-Panel

GAMMA instabus Application Program Description. November CO Touch-Panel Use of the application program Product family: Product type: Manufacturer: Name: Order no.: Name: Order no.: Display Display units Siemens UP 588/2 Colour Touch Panel (AC 230 V) 5WG 588-2AB2 UP 588/22

More information

Water-protected surface-mounted push-button bus coupler Order No , , ,

Water-protected surface-mounted push-button bus coupler Order No , , , KNX Product documentation Issue: 14.10.2014 629x2y2z Water-protected surface-mounted push-button bus coupler Contents KNX Product documentation 1 Product definition... 3 1.1 Product catalogue... 3 1.2...

More information

Motion Sensor 2 with temperature sensor

Motion Sensor 2 with temperature sensor Neo Coolcam Motion Sensor 2 with temperature sensor SKU: NEOEMS02Z Quickstart This is a Multilevel Sensor for Europe. To run this device please insert fresh 1 * CR123A batteries. Please make sure the internal

More information

Product documentation. KNX Blind- a.heating-act.fm w.3 Inputs Art.-No. MEG

Product documentation. KNX Blind- a.heating-act.fm w.3 Inputs Art.-No. MEG Product documentation KNX Blind- a.heating-act.fm w.3 Inputs Issue: 22.12.2010 KNX Product documentation Contents 1 Product definition... 3 1.1 Product catalogue... 3 1.2 Function... 3 2 Installation,

More information

Manage and monitor your KNX home automation system with your pad.

Manage and monitor your KNX home automation system with your pad. 1 idom KNX pad Manage and monitor your KNX home automation system with your pad. You can access the following KNX home automation s : - Lights, dimmers - Raising and lowering shutters, opening and closing

More information

M2500 Engine Controller Configuration Manual

M2500 Engine Controller Configuration Manual M2500 Engine Controller Configuration Manual Revision: 08-04-2011 Page 1 Contents 1 Preface... 4 2 Configuration from front panel... 5 2.1 Engine Controller Configuration... 6 2.1.1 RPM settings... 6 2.1.2

More information

Manual KNX Driver for mcontrol

Manual KNX Driver for mcontrol Manual KNX Driver for mcontrol 2009-06-29 1.1 Installation 1-2-3... 2 1.2 Installation... 3 1.3 Setup Tools... 3 1.3.1 Licensing... 3 1.3.2 Connection to KNX... 3 1.4 Control types in mcontrol... 4 1.4.1

More information

Installation Guidelines for KODAK SA101 Alarm System

Installation Guidelines for KODAK SA101 Alarm System Installation Guidelines for KODAK SA101 Alarm System CONTENTS I- Installing the central unit Pages 3-4 II- Home page Page 5 III- Central unit set-up Page 6 IV- Installation and settings: Pages 7-13 cameras

More information

Integration Note OVERVIEW AND SUPPORTED FEATURES

Integration Note OVERVIEW AND SUPPORTED FEATURES Manufacturer: Model Number(s): KNX Climate (Various) Minimum Core Module g! 5.4 Version: g! 6.2 Minimum for Fan Coil Climate Modes Document Revision Date: 10/8/2015 OVERVIEW AND SUPPORTED FEATURES Integration

More information

B.IQ push button comfort 1-4gang, Flush-mounted (Up) x, x, x, x

B.IQ push button comfort 1-4gang, Flush-mounted (Up) x, x, x, x The B.IQ push-button comfort is plugged onto a flushmounted bus coupling unit (flush-mounted BCU). The push-buttons of the device can be programmed for the following functions: switching, dimming, blind/shutter

More information

NS15WG 1080P Web App User Manual

NS15WG 1080P Web App User Manual NS15WG 1080P Web App User Manual Table of Contents 1. Getting Started... 4 Download the Web App...4 2. Web App Top Menu... 5 Live Video...6 Video Playback...6 Settings...6 3. Device Configuration... 6

More information

HD Ovi Digital Clock WiFi Hidden Camera. User s Guide WHEN YOU NEED TO KNOW.

HD Ovi Digital Clock WiFi Hidden Camera. User s Guide WHEN YOU NEED TO KNOW. HD Ovi Digital Clock WiFi Hidden Camera User s Guide WHEN YOU NEED TO KNOW. HD Ovi Digital Clock WiFi Hidden Camera The HD Ovi Digital Clock WiFi Hidden Camera is a fully functional clock, displaying time

More information

DMX-DALI-DMX interface

DMX-DALI-DMX interface PX 255 DMX-DALI-DMX interface MANUAL R CONTENTS 1. General description... 3 2. Safety conditions... 3 3. Connections and control elements description... 4 4. Navigating the menu... 4 5. Use of the device...

More information

FCU-4 FAN COIL CONTROLLER

FCU-4 FAN COIL CONTROLLER FCU-4 FAN COIL CONTROLLER BACnet Enabled Description The FCU-4 is designed to provide complete control of fan coil units. The FCU-4 incorporates all the inputs and outputs to ensure that this advanced

More information

THE OPERATOR INTRODUCTION 2 ACCESSING YOUR SYSTEM 2 FUNCTIONS OF THE "OPERATOR" 3 PROGRAMMING/CHANGING ACCESS CODES 12 ACTIVATING EMERGENCY ALARMS 13

THE OPERATOR INTRODUCTION 2 ACCESSING YOUR SYSTEM 2 FUNCTIONS OF THE OPERATOR 3 PROGRAMMING/CHANGING ACCESS CODES 12 ACTIVATING EMERGENCY ALARMS 13 THE OPERATOR INTRODUCTION 2 ACCESSING YOUR SYSTEM 2 FUNCTIONS OF THE "OPERATOR" 3 SECTION I. CHECKING SYSTEM STATUS 3 SECTION II. USING THE MENU 4 SECTION III. ARMING YOUR SECURITY SYSTEM 5 SECTION IV.

More information

ABB i-bus KNX SUG/U 1.1 Split Unit Gateway Product Manual

ABB i-bus KNX SUG/U 1.1 Split Unit Gateway Product Manual SUG/U 1.1 Split Unit Gateway Product Manual Contents Contents Page 1 General... 3 1.1 Using the product manual...3 1.1.1 Notes...4 1.2 Overview of product and functions...5 1.2.1 Integration in the i-bus

More information

AirTouch 2 Zone Control System

AirTouch 2 Zone Control System AirTouch 2 Zone Control System User Manual www.polyaire.com.au 2016 Polyaire Pty Ltd Liability Please read the instructions before installing this Zonemaster Zoning Control System. Polyaire Pty Ltd does

More information

LightWall by SENNA. User Manual

LightWall by SENNA. User Manual LightWall by SENNA User Manual 1. Introduction 1.1 Features: Wireless light control 6 bank/24 channel system (4 channel per bank) Remote dimmer and temperature regulation 6 light scene storages Auto memory

More information

POP_ Z-Wave Schuko Plug-in Switch plus Power Meter Firmware Version : 1.1

POP_ Z-Wave Schuko Plug-in Switch plus Power Meter Firmware Version : 1.1 POP_123658 Z-Wave Schuko Plug-in Switch plus Power Meter Firmware Version : 1.1 Quick Start A This device is a Z-Wave Actor. Tripple click the button on the device confirms the inclusion, exclusion and

More information

Modbus Integration Integration for Modbus Functionality for VTR8300 Series

Modbus Integration Integration for Modbus Functionality for VTR8300 Series Modbus Integration Integration for Modbus Functionality for VTR8300 Series Building Management System *For data visualization and analysis Modbus Controller VT8000 Series room controllers 2 TABLE OF CONTENTS

More information

INTRODUCTION Busch-SmartTouch KNX. The 7 SmartTouch

INTRODUCTION Busch-SmartTouch KNX. The 7 SmartTouch INTRODUCTION The 7 SmartTouch Motivation and objectives - your smart display for the smart buildings of today. A smart display with many integrated applications for smart buildings, like KNX controls and

More information

Instruction Manual Power plug Model number: STW-W3350WU

Instruction Manual Power plug Model number: STW-W3350WU Instruction Manual Power plug Model number: STW-W3350WU Thank you for your support Please read the instruction manual carefully before operating Please keep the instruction manual for future reference

More information

Webinar KNX Sensors commercial Buildings

Webinar KNX Sensors commercial Buildings JUNE 2017 Webinar KNX Sensors commercial Buildings BU EPBP GPG Building Automation Carolina Bachenheimer-Schaefer, Thorsten Reibel, Jürgen Schilder & Ilija Zivadinovic Global Application and Solution Team

More information

KNX S4-B10 230V. Multifunctional Actuator. Installation and Adjustment

KNX S4-B10 230V. Multifunctional Actuator. Installation and Adjustment EN KNX S4-B10 230V Multifunctional Actuator Installation and Adjustment 1 Content 1. Description... 3 1.1. Technical data... 4 2. Installation and start-up... 5 2.1. Notes on installation... 5 2.2. Device

More information

MA /2015. User manual CU-DIN DRY 4-Z KNX EC

MA /2015. User manual CU-DIN DRY 4-Z KNX EC MA00652800 06/2015 User manual CU-DIN DRY 4-Z KNX EC10430381 TABLE OF CONTENTS 1 Description...3 2 Safety instructions...4 3 Product function...4 4 Hardware...5 4.1 Technical data... 5 4.2 Dimensional

More information

Installation manual ihc-miirf

Installation manual ihc-miirf rev.: 5 02-1/2017 1 / 43 Contents Contents...1 1....3...4 3. The initial launch of the application - Setup Guide...5 3.1 elan...6 3.2 Rooms...7 3.3 Units...8 3.4 Scenes...9 3.5 Cameras...10 3.6 Intercom...11

More information

/ 2CKA001473B KNX Technical Reference Manual ABB i-bus KNX. Room temperature controller with display 6108/18-500

/ 2CKA001473B KNX Technical Reference Manual ABB i-bus KNX. Room temperature controller with display 6108/18-500 1473-1-8913 / 2CKA001473B8913 23.03.2016 KNX Technical Reference Manual ABB i-bus KNX Room temperature controller with display 6108/18-500 Table of contents Table of contents 1 s on the instruction manual...

More information

FCU-4 FAN COIL CONTROLLER

FCU-4 FAN COIL CONTROLLER FCU-4 FAN COIL CONTROLLER BACnet Enabled Description The FCU-4 is designed to provide complete control of fan coil units. The FCU-4 incorporates all the inputs and outputs to ensure that this advanced

More information

Optris CT/ CTlaser/ CTvideo communication interface

Optris CT/ CTlaser/ CTvideo communication interface Optris CT/ CTlaser/ CTvideo communication interface Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 115200) Data bits: 8 Parity: ne Stop bits: 1 Flow control:

More information

IntesisBox KNX. User Manual v10 r10 eng. Mitsubishi Electric air conditioners (Domestic & Mr.Slim lines) Release V.0.2

IntesisBox KNX. User Manual v10 r10 eng. Mitsubishi Electric air conditioners (Domestic & Mr.Slim lines) Release V.0.2 IntesisBox KNX Mitsubishi Electric air conditioners (Domestic & Mr.Slim lines) Release V.0.2 User Manual v10 r10 eng Intesis Software S.L. All Rights Reserved. Information in this document is subject to

More information

SIENNA Professional Operating Instructions V5.1

SIENNA Professional Operating Instructions V5.1 SIENNA Professional Operating Instructions V5.1 Switching on the future a Table of contents 1. Introduction... 2 1.1 Commands... 2 1.2 Switching and control... 3 2. Context menu... 4 2.1 Context menu Apartment...

More information

Technical Documentation Intensity

Technical Documentation Intensity Intensity Status: Draft Firmware Version : v1.4 Hardware Version : Intensity Snr. 140505 / 140203 Order Number: INTXXX Technical Details: Power Supply Maximum Power Consumption Bus Power Consumption Fan-In

More information

KNX Module User Guidelines KNX Module Universal Interface Adapter for HVAC Systems

KNX Module User Guidelines KNX Module Universal Interface Adapter for HVAC Systems KNX Module User Guidelines KNX Module Universal Interface Adapter for HVAC Systems Document Revision 0.4 9/8/2017 Attention 1. During the HVAC system automatic operations the CoolMasterNet must be disconnected

More information

IP116 Plus HD WiFi Camera

IP116 Plus HD WiFi Camera IP116 Plus HD WiFi Camera Instruction Manual 1 Introduction Thank you for choosing the IP116 Plus HD WiFi Camera. We understand that whenever we purchase something new, we want to enjoy it as soon as possible.

More information

Functional description. Use of the application program. GAMMA instabus Application program description. June C0 Sensor Switch

Functional description. Use of the application program. GAMMA instabus Application program description. June C0 Sensor Switch Use of the application program Functional description Product family: Product type: Manufacturer: Push button Push button, 1 4 fold Siemens The touch sensors have one, two or four vertically arranged pairs

More information

Application description for the KNXnet/IP Interface Web

Application description for the KNXnet/IP Interface Web Contents 1. General 1. General... 1 1.1 Basic information about the KNX/EIB BUS... 1 1.2 Application versions......1 1.3 Symbols...1 1.4 Function description... 2 1.5 Short description of the function

More information

Wanscam. HW series IP Camera PC Web User Manual

Wanscam. HW series IP Camera PC Web User Manual Wanscam HW series IP Camera PC Web User Manual Packing list: IP camera Mounting bracket Antenna Adaptor CD Lan cable Installation guide Screws Note: Some models don t have a separate antenna. Installation

More information