Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

Modbus RS-485 Error 538177: Serial Request Configured as a Broadcast

I am connecting to devices via the NI Modbus Library 1.1.5.39 for LabVIEW. I am using a Modbus Serial Master and can create the connection correctly. When I try to read either Input or Holding registers I get the following error:

 

Screen Shot 2015-05-28 at 10.32.04 AM.png

 

I know that the communication works with the device because the vendor provided a simple software that can successfully connect and read all the data.

 

 

Javier Ruiz - Partner at JKI
jki.net
vipm.io
0 Kudos
Message 1 of 2
(5,038 Views)

Hi,

 

ModBus communication uses a slave address to identify the different slave on a network. Also if you have one slave you must specify the slave address.

With slave address 0 (zero) the ModBus message is a broadcast message. A broadcast message is for every slave, therefore there is no response expected from the slave(s).

So specify a slave address.

 

Kees

Message 2 of 2
(5,026 Views)