NOVUS DigiRail-2R User Manual

Digirail-2r, Communication manual, Digital outputs module

Advertising
background image

NOVUS AUTOMATION

1/4

DigiRail-2R

Digital Outputs Module

COMMUNICATION MANUAL

INTRODUCTION

The DigiRail-2R is provided with RS485 two wire serial communication, operating as slave in the Modbus RTU protocol.
The entire equipment configuration, as well as activating of the output relays, is performed through serial communication.

This manual provides the information necessary for performing the output activation without using the software
DigiConfig. In order to assure the correct configuration of DigiRail, always use the DigiConfig software. After being
configured, the data of its inputs and/or outputs can be accessed by any other software having Modbus RTU
communication capacity.

For further details regarding the implementation of a network of devices please refer to the document Basic Concepts of
RS485 and RS422
, available on the CD-ROM which comes together with the product or under the website

www.novusautomation.com

, for download.

MODBUS ADDRESS ASSIGNMENT SYSTEMATICS

The DigiRail equipment do not have keys for determination of the Modbus communication address. This must be
determined by using the communication in the Modbus protocol itself. This will require that the address of the device to
be configured is known, this being possible by two different means:

If the equipment is a new one, it will show the configuration as set by the factory: Address=247, Baud rate=1200,

Parity Even, 1 Stop Bit.

If the equipment has already been used and you do not know its address and/or other communication parameters,

press the RCom button on your front panel. It will enter the diagnostics mode during 1 minute, assuming the following
communication parameters: Address=246, Baud rate=1200, parity even, 1 stop bit.

The DigiConfig software configurator is provided with a function of searching the network for temporary devices, exactly
the devices in the previous conditions. Once having been localized, the address and the other communication
parameters of the device can be changed according to the necessity of the application.

The communication parameters in the two previous conditions are not very common in Modbus networks, and they may
probably cause no conflicts with other equipment of the network. Obviously only one DigiRail in the network can be in
each of the previous conditions so that the communication with the configurator DigiConfig is possible. If several new
DigiRail are to be included in a network, they must be inserted individually. Only after changing the communication
parameters for the definitive values, the next new DigiRail can be inserted. In an already existing network, only one
DigiRail at a time can be set in diagnostics mode in order to be detected by the DigiConfig.

It is important to emphasize that the DigiConfig software acts as a master in the Modbus network. Its utilization requires
that the original master of the network (SCADA software, for instance) be disconnected during its use. For further details
please refer to the on-line Help of the DigiConfig.

MODBUS COMMANDS

The Modbus RTU commands (functions) listed below are implemented. For further information with respect to each one
of these commands and the Modbus protocol in general, please access the website:

http://www.modbus.org

READ COILS – 01H

This command can be used for reading the current state of one or two digital outputs, according to the table below.

Address

Description

0

State of digital output 1 (0=off; 1=on)

1

State of digital output 2 (0=off; 1=on)

The specified addresses correspond to the low level physical addresses, where zero (0) corresponds to the address of
PLC 00001.

The response of this command will inform the state of each requested input with one bit only. Thus the state of the first
requested input comes at bit 0 (less significant bit), the state of the second at bit 1 and so on.

Advertising