Difference between revisions of "Template:Networking rut955 manual modbus serial"

From Teltonika Networks Wiki
Line 73: Line 73:
 
# Write '''Register count''' (10).
 
# Write '''Register count''' (10).
 
# Press '''Save'''.
 
# Press '''Save'''.
 +
 +
==Modbus data server==
 +
 +
In order to test the functionality you will need to setup Modbus Data to Server (you can setup server on the same computer you used as a slave simulator).

Revision as of 19:38, 9 March 2020

Introduction

Modbus is a serial communications protocol originally published by Modicon (now Schneider Electric) in 1979 for use with its programmable logic controllers (PLCs). Modbus has become a de facto standard communication protocol and is now a commonly available means of connecting industrial electronic devices. The main reasons for the use of Modbus in the industrial environment are:

  • developed with industrial applications in mind,
  • openly published and royalty-free,
  • easy to deploy and maintain,
  • moves raw bits or words without placing many restrictions on vendors.

Modbus enables communication among many devices connected to the same network, for example, a system that measures temperature and humidity and communicates the results to a computer. Modbus is often used to connect a supervisory computer with a remote terminal unit (RTU) in supervisory control and data acquisition (SCADA) systems. Many of the data types are named from its use in driving relays: a single-bit physical output is called a coil, and a single-bit physical input is called a discrete input or a contact.

This article provides an example on how to use Modbus serial to monitor a slave device and send data to server.

Prerequisites

  • One RUT955 router
  • Windows 10 computer
  • Hercules and modRSsim applications
  • RS232 to USB cable

Configuring Modbus serial slave device

In this example we are going to be using our Windows 10 computer as a slave. To do so you will need to install modRSsim application, which you can download here.

When you are done with that, open the app and apply the following configuration.

[[File:|border|class=tlt-border]]

  1. Select Protocol (MODBUS RS-232).
  2. Click Setup the communication Serial or TCP/IP port.

[[File:|border|class=tlt-border]]

  1. Select the Port which you connected RS232 cable to (to find which port you are using go to Windows search bar and write Device Manager then select Ports and see which one you are using).
  2. Select Parity (Even).
  3. Click OK.

Configuring Modbus serial master

Open router’s WebUI, navigate to Services > Modbus > Modbus Serial Master and apply the following configuration.

[[File:|border|class=tlt-border]]

  1. Press Enable.
  2. Select Baud rate (9600, it must match slave‘s baud rate).
  3. Select Parity (Even).
  4. Press Save.

Now create RS232 slave by writing a name, pressing Add button. It should appear like in the example and then press Edit.

[[File:|border|class=tlt-border]]

Then apply the following configuration.

[[File:|border|class=tlt-border]]

  1. Check Enable.
  2. Type in Slave ID (any number from 1 to 255).
  3. Add Period (Query period).
  4. Press Save.

Go back to the Slave configuration window and create Slave request by writing a name, pressing Add button. It should appear like in the example and then press Edit.

[[File:|border|class=tlt-border]]

Then apply the following configuration.

[[File:|border|class=tlt-border]]

  1. Check Enable.
  2. Select Function (Read Holding Registers).
  3. Write First register (1).
  4. Write Register count (10).
  5. Press Save.

Modbus data server

In order to test the functionality you will need to setup Modbus Data to Server (you can setup server on the same computer you used as a slave simulator).