Intesis KNX Modbus RTU Master User Manual

June 7, 2024
Intesis

Intesis KNX Modbus RTU Master

KNX
Modbus RTU Master

USER MANUAL
Issue date: 04/2020 r1.0 ENGLISH

Intesis KNX Modbus RTU Master - featured imageIntesis KNX Modbus RTU Master3

Intesis™ KNX – Modbus Master

Important User Information

Disclaimer
The information in this document is for informational purposes only. Please inform HMS Industrial Networks of any inaccuracies or omissions found in this document. HMS Industrial Networks disclaims any responsibility or liability for any errors that may appear in this document.
HMS Industrial Networks reserves the right to modify its products in line with its policy of continuous product development. The information in this document shall therefore not be construed as a commitment on the part of HMS Industrial Networks and is subject to change without notice. HMS Industrial Networks makes no commitment to update or keep current the information in this document.
The data, examples, and illustrations found in this document are included for illustrative purposes and are only intended to help improve understanding of the functionality and handling of the product. In view of the wide range of possible applications of the product, and because of the many variables and requirements associated with any particular implementation, HMS Industrial Networks cannot assume responsibility or liability for actual use based on the data, examples or illustrations included in this document nor for any damages incurred during the installation of the product. Those responsible for the use of the product must acquire sufficient knowledge in order to ensure that the product is used correctly in their specific application and that the application meets all performance and safety requirements including any applicable laws, regulations, codes, and standards. Further, HMS Industrial Networks will under no circumstances assume liability or responsibility for any problems that may arise as a result of the use of
undocumented features or functional side effects found outside the documented scope of the product. The effects caused by any direct or indirect use of such aspects of the product are undefined and may include e.g. compatibility issues and stability issues.

Gateway for the integration of Modbus RTU installations into KNX TP-1 (EIB) enabled monitoring and control systems.

ORDER CODE

INKNXMBM1000100

Description

Introduction

This document describes the integration of Modbus RTU installations into KNX systems using the Intesis KNX– Modbus Master gateway.

The aim of this integration is to make accessible Modbus system signals and resources from a KNX control system or device, as if it was a part of the own KNX TP-1 (EIB) system and vice-versa.

For this, Intesis acts as a Modbus RTU master device in its Modbus interface, reading/writing registers of the Modbus slave device(s), and offering these values through its KNX interface, acting in the KNX system as another KNX device of the system. The readings of the Modbus slave device(s) are performed by Intesis gateway automatically through continuous polling.

Configuration is carried out through the ETS configuration tool.

This document assumes that the user is familiar with KNX and Modbus technologies and their technical terms.

Intesis KNX Modbus RTU Master systems

Functionality

From the Modbus system point of view, after the start-up process, Intesis reads continuously the points configured to be read in the Modbus RTU Slave devices and updates in its memory all the values received from the Modbus system.

Every one of the mentioned Modbus points is associated with a KNX group address, with this, all the Modbus system is seen as one more KNX device from the KNX system point of view, with the same configuration and operation characteristics.

When a change in any Modbus point occurs, a written telegram is sent to the KNX bus, of the associated KNX Group.

When a telegram is received from the KNX bus to the KNX Group address associated with a Modbus point, a message is sent immediately to the corresponding Modbus device to perform the corresponding action.

In the continuous polling of the Modbus devices, if a non-response of the Modbus device is detected, the corresponding virtual signal inside the Intesis gateway will be activated indicating that there is a communication error with the Modbus device. These virtual signals indicating communication status in real-time with the Modbus devices
are also accessible from KNX, like the rest of the points of Intesis Gateway.

Gateway’s capacity

Intesis capacity is listed below:

Element| 100
version
| Notes
---|---|---
Number of Communication Objects| 100|

A maximum number of Communication Objects that can be defined.

Number of Main Group Addresses| 100| Maximum number of KNX Main Group Addresses to be used
Number of Associations| 200| Maximum number of KNX Association
Type of Modbus slave devices| Modbus RTU (EIA485)| Those supporting Modbus protocol.
Number of Modbus Slave devices| Up to 255 Devices|

Number of Modbus Slave devices supported by the device

KNX System

In this section, a common description for all Intesis KNX series gateways is given, from the point of view of the KNX system which is called from now on the internal system The Modbus system is also called from now on an external system.

Description

Intesis gateway KNX connects directly to the KNX TP-1 (EIB) bus and behaves as one more device into the KNX system, with the same configuration and operational characteristics as other KNX devices.

Internally, the circuit part connected to the KNX bus is optoisolated from the rest of the electronics.

Intesis KNX receives, manages, and sends all the telegrams related to its configuration to the KNX bus.

When receiving telegrams of KNX Groups associated with internal data points, the corresponding messages are sent to the external system (Modbus) to maintain both systems synchronized at every moment.

When a change in a signal of the external system is detected, a telegram is sent to the KNX bus (with the associated KNX group) to maintain both systems synchronized in every moment.

The status of the KNX bus is checked continuously and, if a bus drops down is detected, due to a failure in the bus power supply for example, when the KNX bus is restored again, Intesis will retransmit the status of all the KNX groups marked as “T” Transmit. Also, the Updates of the groups marked as “U” Update will be performed. The behavior of each individual point into Intesis is determined by the flags configured for the point.

Comms status Communication Objects

Intesis gateway has several KNX communication objects to get information about Modbus errors in Modbus communications.

Number Name DPT Description
1000 Status Error/Alarm 1.005 [0-No Alarm; 1-Alarm]

It reports if there is some error on the Modbus communications. If there are timeouts or exceptions.

1001| Status_Modbus Dev Error| 8.*     2-byte signed value [Slave Id]| In case of alarm or error, it reports Modbus device address which has errors or alarms.
1002| Status_Error Text| 16.001 Character String|

It is a String with all information about the alarm or error “ss:ff:aaaa:ee”, where:

  • ss: Slaveld (“00″…”3F”)
  • ff: Function code (“00″…”10”)
  • aaaa: Address (“0000″…”FFFF”)
  • ee:Exception code (“00″…”OF”)Exception codes are the same as in Modbus plus “OF” which     is the comm error.
Points definition

Every internal datapoint to define has the following KNX properties:

Property Description
Object name Descriptive information about the Communication Object or

Signal.
DPT|

It is the KNX data type used to code the signal’s value. It will depend on the type of signal associated with the external system in every case. In some integrations, it is selectable, in others it is fixed due to the intrinsic characteristics of the signal.

Active|

If activated, the point will be active in the Intesis gateway, if not, the behavior will be as if the point is not defined. This allows deactivating points without the need to delete them for possible future use.

Modbus interface

Description

Intesis gateway acts as a master in the Modbus RTU Network and the other Modbus devices connected to the same network communicating with Intesis must be always slave devices.

The Modbus protocol defines different types of function codes to use to read/write different type of registers that can be found in Modbus devices, and also different data formats to encode values. See below (section 3.2) for all the function codes and data formats supported by Intesis’s Modbus interface.

Furthermore, the data encoding used for 16 bits registers (big-endian or little-endian) can be configured in Intesis’ Modbus interface. This is the byte order for data encoding (MSB..LSB or LSB..MSB). This data encoding, although is specified as big-endian in Modbus protocol specification, it varies depending on the manufacturer/type of slave.

This functionality provides great flexibility to integrate a wide range of Modbus slave devices that can be found in the market.

Points definition

Each point defined in the Intesis gateway has the following Modbus features associated with it:

Feature Description
# Slave Modbus slave number to which the point belongs.
Function code Read Func Write Func **One of the following Modbus

function codes can be used:**

  • 1- Read Coils.
  • 2- Read Discrete Inputs.
  • 3- Read Holding Registers.
  • 4- Read Input Registers.
  • 5- Write Single Coil.
  • 6- Write Single Register.
  • 15-Write Multiple Coils.
  • 16-Write Multiple Registers.

Data Coding Format| One of the following Modbus data coding formats can be used:

  • 16/32/48/64 bits unsigned.
  • 16/32/48/64 bits signed (one’s complement – CI ).
  • 16/32/48/64 bits signed (two’s complement – C2).
  • 16/32/48/64 bits Float
  • 16/32/48/64 bits Bitfields.
  • Error Comm

Byte Order|

  • Big Endian
  • Little Endian
  • Word Inverted Big Endian
  • Word Inverted Lithe Endian

Register Address| The Modbus register address inside the slave device for the point.
A bit inside the register|

A bit inside the Modbus register (optional). The gateway allows bit decoding from generic 16 bits input/ holding Modbus registers.

Bit coding into 16-bit input/holding Modbus registers is used for some devices to encode digital values into this type of register. being Mese registers normally accessible using Modbus function codes 3 and 4 (read holding/input registers).

Mita| A number of bits to be used by this signal.
Operation|

Operations that can be applied to Modbus values before being sent to the KNX network. On the reverse way. the inverse operation is applied to KNX values before being sent to the Modbus network. The next operations can be used:

  • (No operation)
  • x10 – Modbus value x 10; KNX value / 10
  • 110 – Modbus value / 10: KNX value x 10
  • x100 – Modbus value x 100: KNX value I 100
  • 1100 – Modbus value 1 100: KNX value x 100
  • Is equal – Checks if Modbus value is equal to Operation which needs it. Only Is equal
    needs an operand.

Operation value| The operation value is the operand of the operations, which need it. Only Is equal needs an operand.

Connections

Find below information regarding the Intesis connections available.

Intesis KNX Modbus RTU Master s available

KNX Port
Connect the KNX TP1 bus to connectors + and – of the gateway’s KNX Port. Respect the polarity

Port A / Modbus RTU
Connect the EIA485 bus to connectors A2 (A-), A3 (B+), and A1 (SNGD) of gateway’s Port A. Respect the polarity.

Note for Port A; Remember the characteristics of the standard EIA485 bus: maximum distance of 1200 meters, maximum 32 devices connected to the bus, and at each end of the bus it must be a termination resistor of 120 Ω. The gateway has an internal bus biasing circuit that incorporates the termination resistor. If you install the gateway in one of the ends of the bus, then do not install an additional termination resistor in that end.

Powering the device

Power is supplied by the power supply present in the KNX network (see section 4.2).

Connection to KNX

Connect the communication cable coming from the KNX network to the KNX Port (Figure above) of Intesis. Respect polarity.

In case there is no response from the KNX installation of KNX devices to the frames sent by Intesis, check that they are operative and reachable from the network connection where the Intesis is located.

Check as well if there is a line coupler that it is not filtering the telegrams from/to the Intesis.

Connection to Modbus

Modbus RTU

Connect the communication cable coming from the Modbus network to the port marked as Port A of Intesis. Connect the EIA485 bus to connectors A2 (A-), A3 (B+), and A1 (SNGD) of the gateway’s PortA. Respect the polarity.

Remember the characteristics of the standard EIA485 bus: maximum distance of 1200 meters, maximum 32 devices connected to the bus, bus polarization, and in each end of the bus it must be a termination resistor of 120 Ω. The gateway has an internal bus biasing circuit that incorporates the termination resistor. If you install the gateway in one of the ends of the bus, then do not install an additional termination resistor in that end.

I MPORTANT: If the INKNXMBM1000100 gateway is not placed at one end of the Modbus channel, the terminal resistor should be deactivated.
Remove Jumper 1 to deactivate the 120 Ω terminal resistor.

The bus should be polarized only in one location on the line. The INKNXMBM1000100 incorporates 2 jumpers to introduce polarization to the line. It is recommended to keep polarization in the master only. If the other device is polarized, remove jumpers 2 and 3 to deactivate polarization in the gateway.

Intesis KNX Modbus RTU Master deactivatedStatus LEDs

Find below information regarding LEDs present in the device.

Intesis KNX Modbus RTU Master present in the device

LED Colour Indication
KNX Programming Mode (L1) Off The device isn’t in programming mode on KNX
Blinking red The device is in programming mode on KNX
Power (L2) Off No power
Green Device powered and working.
Port A activity (L3) Off

There is no answer from Slave devices.

Blinking green| Every valid answer received from a Slave device blinks.
Port A communication (L4)| Red| There is no communication with any of the configured slave devices.
Green|

There is communication with at least one of the configured slave devices.

Set-up process and troubleshooting

Pre-requisites

It is necessary to have a KNX device or interface operative and well connected to the corresponding KNX port of Intesis and a Modbus RTU slave connected to their corresponding port as well.

Connectors, connection cables, PC to use the configuration tool, and other auxiliary material, if needed, are not supplied by HMS Industrial Networks S.L.U for this standard integration.

Items supplied by HMS Networks for this integration are:

  • Intesis gateway.
  • Product documentation.
  • Product ETS database.
Configuration and Setup
Introduction

This is a fully compatible KNX device that must be configured and set up using the standard KNX tool ETS.

ETS database for this device can be downloaded from:
http://intesis.com/docs/configuration-files/inknxmbm1000100_ets_database

ETS Parameters

When imported to the ETS software for the first time, the gateway has 10 Modbus signals active, each one configured as a Read and Write signal, so configuration looks like this:

Intesis KNX Modbus RTU Master configuration

General configuration

Select the General configuration tab to configure the Modbus connection parameters and number of signals to integrate.
– Number of signals. Define a number of Modbus signals to integrate. Once defined, it will create all communication objects required on the ETS Project.
– Read on init delay. Time after initialization process to start uploading of all values in KNX network.
-Modbus connection parameters.

  • Baudrate. Defines the communication speed for the RTU communication. Values from 2400 to 115200 bps.
  • Data Type. On the first field, it defines the number of bits used for data, on the second field it defines the parity of the communication (None/Odd/Even), on the last field it defines the number of stop bits.
  • Interframe timeout. Minimum time between the received frame and sent frame.
  • Deadband. Minimum COV (change of value) in a signal value to update it in the KNX system.

Once the general configuration is finished, go to the Table tab, to configure all Modbus registers.

Intesis KNX Modbus RTU Master General Configurationv

Table

All available KNX objects and their corresponding Modbus register and other main parameters are listed in this table.

Intesis KNX Modbus RTU Master corresponding

For the KNX configuration as an internal protocol, the following parameters need to be considered:

  1. Object name
    Descriptive name of the signal. It will be used to set the name of their communication objects.

  2. DPT
    Select the KNX Data Point Type (DPT) to be used for each signal or KNX communication object.

For the Modbus configuration as an external protocol, the following parameters need to be considered:

  1. # Slave
    It indicates the slave number where the signal is.

  2. Read Function
    It indicates the Modbus function used to read if allowed or required. Modbus functions 1, 2, 3, and 4 are supported.

  3. Write Function
    It indicates the Modbus function used to write, if allowed or required Modbus functions 5, 6, 15, and 16 supported.

  4. Data Length
    It indicates the signal size expressed in bits.

  5. Format
    It indicates the register information format. Unsigned, Signed C1 (one’s complement), Signed C2 (two’s complement), Float, and Bit Fields.

  6. Byte Order
    It indicates the byte order.

  7. Address
    It indicates the register signal starting address.

  8. Bit
    If using multiple bit (bit fields), it indicates the first bit you want to read

  9. # Bits
    If using multiple bit (bit fields), it indicates the number of bits you want to read

  10. Operation
    It indicates if any operation is being applied to the signal. Possible operations are multiplication and division per 10 and 100, and relational operator equal.

  11. Operation value
    It defines an operand for the operation configured. Only Is equal operation allow to configure the operand.

Sending the configuration to Intesis

When the configuration is finished, use the standard way of ETS software to download the configuration to Intesis gateway, using the download button.

Intesis KNX Modbus RTU Master configuration to Intesis

Set-up procedure
  1. Install Intesis in the desired installation site. Installation can be on a stable, not vibrating surface.
  2. Connect the KNX communication cable coming from the KNX network to the port marked as KNX Port on Intesis (More details in section 4).
  3. Connect the communication cable coming from the EIA485 port of the Modbus RTU installation to the port marked as Port A of Intesis (More details in section 4).
  4. Open ETS, open a project, and add products from the ETS catalog.
  5. Modify the configuration as desired, and then download it to the device.

Electrical & Mechanical Features

Intesis KNX Modbus RTU Master - featured image

Enclosure| Plastic, type ABS (UL 94 V-0)
Net dimensions (dxwxh): 71x71x27 mm
Color: White. RAL 9010
---|---
Mounting|

Wall.

Power| Supplied through KNX bus. See on KNX Port.
KNX Port| 1 x KNX TP-1 Plug-in screw terminal block (2 poles)
2500VDC isolation from other ports
KNX power consumption: 20mA
Voltage rating: 29VDC
PORTA|

1 x Serial EIA485 Plug-in screw terminal block (3 poles) A, B, SGND (Reference ground or shield) 1500VDC isolation from other ports

Push Button| Sets devise in programing mode in KNX network
Operation Temperature| 0°C to +60°C
Operational Humidity| 5 to 95%, no condensation
Configuration Jumpers| 3 x Jumpers for serial EIA485 configuration:
Jumper 1:
Connected: 120 Ω termination active.
Disconnected: 120 Ω termination inactive.
Jumper 2 & 3:
Connected: Polarization active.
Disconnected: Polarization inactive.
LED Indicators| 3 x Onboard LED indicators
2 x Port A TX/RX
1 x KNX Prog Mode

Intesis KNX Modbus RTU Master

© HMS Industrial Networks S.L.U – All rights reserved This information is subject to change without notice

URL https://www.intesis.com

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Intesis User Manuals

Related Manuals