GVS K-BUS User Manual
Hide thumbs Also See for K-BUS:

Advertisement

Quick Links

Guangzhou Video-star Electronics Industrial Co., Ltd
K-BUS
R
IP/ KNX Convertor
User manual-Ver.1
BTIC-01/00.1
KNX/EIB Intelligent Installation Systems
www.video-star.com.cn
marketing@video-star.com.cn
Tel.:(8620)39338986
Fax:(8620)39338465

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the K-BUS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for GVS K-BUS

  • Page 1 Guangzhou Video-star Electronics Industrial Co., Ltd ○ K-BUS IP/ KNX Convertor User manual-Ver.1 BTIC-01/00.1 KNX/EIB Intelligent Installation Systems www.video-star.com.cn marketing@video-star.com.cn Tel.:(8620)39338986 Fax:(8620)39338465...
  • Page 2: Table Of Contents

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ Contents Summary --------------------------------------------------------------------------------------------------------- 3 Technical Properties & Dimension and Circuit Diagram ---------------------------------------------- 4 Technical data -------------------------------------------------------------------------------------------------4 Dimension diagram -------------------------------------------------------------------------------------------5 Circuit diagram ------------------------------------------------------------------------------------------------5 Project design and programming --------------------------------------------------------------------------- 6 Overview of the functions -----------------------------------------------------------------------------------6 Parameter setting description in the ETS -----------------------------------------------------------------7 Parameter window “IP settings”...
  • Page 3: Summary

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ 1. Summary The IP/ KNX convertor is designed for an intelligent building control system, which is used to connect the KNX bus and the LAN. It serves as an interface between KNX installations and IP networks. TCP telegrams from the client devices on the LAN can be converted to KNX telegrams via the convertor, and be sent to the KNX bus to control KNX devices.
  • Page 4: Technical Properties, Dimension And Circuit Diagram

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ The IP/KNX convertor is able to use the Engineering Tool Software ETS (ETS3 or later) which can import a VD4 files to allocate the physical address and set the parameters. 2. Technical Properties, Dimension and Circuit Diagram 2.1 Technical data...
  • Page 5: Dimension Diagram

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ 2.2 Dimension diagram 2.3 Circuit diagram ① LED ON,indicate that the network connect status. ② LAN/LINK LED flashing, indicate that telegram traffic is ongoing. ③ Auxiliary power supply connection ④ LAN connection RJ45 ⑤ Programming LED, red for assignment of physical address, green flashes for the device running well.
  • Page 6: Project Design And Programming

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ 3. Project design and application 3.1 Overview of the functions  Open communication protocols The communication protocols for IP Interface is open, anyone can follow the text of the protocols to achieve communication between the IP network devices and KNX devices via IP/KNX Converter. So you can easy to connect the KNX/EIB bus system with the IP network into a whole, and ensure the reliability, commonality and scalability of the system internal real-time communication, and really realize the openness of the system.
  • Page 7: Parameter Setting Description In The Ets

    GVS K-BUS KNX/EIB IP/KNX Convertor ○  Reading and writing data type The data telegram that the length is less than or equal to14bytes can be sent to or read from the EIB bus via the IP/KNX convertor. The data which is read from the EIB bus is only forwarded to the client of the read request initiated.
  • Page 8: Parameter Window "Ip Address

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ Fig.3.2 parameter window “IP settings” Parameter “Device name (Max. 30 Char.)” This parameter defines the name of the IP convertor to identify the device on the LAN. Here can entry a maximum of 30 characters in length. It is a spare parameter in current version.
  • Page 9 GVS K-BUS KNX/EIB IP/KNX Convertor ○ Fig 3.3 parameter window “IP address” Parameter “IP address” This parameter defines the IP address of the IP convertor, the IP address is unique on the LAN, to avoid collide. Option: Byte x: 0…255 The IP address should be entered in a byte-by-byte manner, e.g.
  • Page 10: Communication Protocol

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ Byte4: 0 Parameter “default gateway” This parameter defines the default gateway. The default gateway must be the same network segment with the IP address. Option: Byte x: 0…255 The default gateway 192.168.1.1 should be set as follows:...
  • Page 11: Command Id

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ } ACKPKT; // Size of command acknowledge packet is 8 Bytes. Command execution result packet typedef struct { BYTE Head1; // Always is 0xAA=STX1. BYTE Head2; // Always is 0x55=STX2. WORD MachineID; // Not use, default to 0.
  • Page 12: Read Group Address

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ CMD_SET_FILTER_MODE, CMD_SET_RANDOM_MODE, //This command is not available now CMD_GROUP_ADDR_READ, CMD_GROUP_ADDR_WRITE 4.3 BOOL ReadGroupAddr( CMDPKT* pCMD Function: Read the Group Address Parameters: Return: 1—OK; 0—Error; PROTOCOL: COMMAND(Client----IP/KNX Convertor) Byte Value Meaning 0x55 Always is 0x55...
  • Page 13 GVS K-BUS KNX/EIB IP/KNX Convertor ○ bits as the priority, usually it equals 0x03) (NOTE 2) nLength (NOTE 3) DEST ADDR Input Parameter 2 (NOTE 4) ChkSum Checksum ACK(IP/KNX Convertor ---- Client) Byte Value Meaning 0x5A Always is 0x5A 0xA5...
  • Page 14: Write Group Address

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ (NOTE 5) SRC ADDR The Physical Address of the source (NOTE 3) DEST ADDR Destination Group Address nLength The Length of the Value // Group communication Multicast APCI_VALUE_READ 0x0000 APCI of EIB telegram APCI_VALUE_RESP...
  • Page 15 GVS K-BUS KNX/EIB IP/KNX Convertor ○ 1--255, 0 = default Not use, default to 0. Reserved CMD_GROUP_ADDR_WRITE Command ID (NOTE 1) nConfig (We used the lowest 2 bits as the priority, usually it equals 0x03) Input Parameter 1 (NOTE 2)
  • Page 16: Change The Monitor Mode

    GVS K-BUS KNX/EIB IP/KNX Convertor ○ Setting Data(Client----IP/KNX Convertor) Byte Value Meaning 0x5A Always is 0x5A 0xA5 Always is 0xA5 1--255, 0 = default Not use, default to 0. 3~14 Bytes of Value(nLength >= 3) : Group Value (NOTE 4)
  • Page 17 GVS K-BUS KNX/EIB IP/KNX Convertor ○ COMMAND(Client----IP/KNX Convertor) Byte Value Meaning 0x55 Always is 0x55 0xAA Always is 0xAA 1--255, 0 = default MachineID Reserved CMD_SET_MONITOR_MODE || Command ID CMD_SET_FILTER_MODE CMD_SET_MONITOR_MODE: (1~ Input Parameter 1 CMD_SET_FILTER_MODE: 254),the length of filter table.
  • Page 18 GVS K-BUS KNX/EIB IP/KNX Convertor ○ (NOTE 4) ChkSum Checksum Setting Filter Table(Client----IP/KNX Convertor) Byte Value Meaning 0x5A Always is 0x5A 0xA5 Always is 0xA5 1--255, 0 = default MachineID High Byte of the Group Address Low Byte of the Group Address...
  • Page 19 GVS K-BUS KNX/EIB IP/KNX Convertor ○ www.video-star.com.cn marketing@video-star.com.cn Tel.:(8620)39338986 Fax:(8620)39338465...

Table of Contents

Save PDF