Document toolboxDocument toolbox

How to use the KUNBUS Gateway modules

This page shows a few examples of how the KUNBUS Gateways can be used. These are the following:

Connect two PLC together with two KUNBUS Gateways and a Revolution Pi main Module

You can use two gateways with a Revolution Pi Core to connect two PLCs.

The advantage of this configuration is:

The configuration is shown in the image below:

You can also do this with the Revolution Pi Connect +/S. For this, you can also use a CON module.

Use cases

  • Connectivity

  • Retrofit

  • IOT

  • HMI

Memory Structure

In contrast to the connection as shown in the link, the gateway buffers are handled differently. Here, the buffers are not mirrored by default. You can explicitly access both memory areas of the respective GW.

Simple example.

Connect Two PLC with different protocols.

You can use two KUNBUS gateways without a RevPi module to connect two devices (PLC) to support different industrial networks.

The configuration is shown in the image below:

Use cases

  • Connectivity

  • Convert Protocol A to B, or A to A (Both GW do not necessarily have to be different. They can both support the same protocol.)

Memory Structure

each gateway has its own memory. This may vary depending on the gateway. If two gateways are plugged together, the buffer on both sides is automatically configured to have the same size as the gateway with the smallest memory.

The memory on both Modular Gateway Modules is mirrored for each action so that it is not necessary to decide which GW to write to. This means that when a cell is written to, it will be done on both sides.

Control a Revolution Pi IO-Modules from an external device

You can read or write the inputs/outputs of a Revolution IO-Module via an external device. This can be done with the help of a KUNBUS Gateway module.

A Revolution Pi Core or Connect is also required for this.

The configuration is shown in the image below:

This can also be realized with a CON module.

Use cases

  • Remote I/O

  • IOT

  • Retrofit

Additional Information