Modbus Registers (Digital)

DH

Guest
D
Hi PLC family ,
In the field , i monitor field device Analog modbus signals found in our PLC's holding registers(0-32767).... how do i monitor / identify digital signals when a bit is turned on or off using modbus?

Thank you ,
DH
 
Hi!
You can get input/output bit status on slave devices by using
Function Codes "01 Read Coil Status" for outputs or "02 Read Input Status" for inputs. This not be same Function Codes "03 Read Holding Registers" or "04 Read Input Registers". Read manuals for you Modbus protocol devices for more details.
 

Similar Topics

Good day guys. I have a third party device with its Modbus registers which I want to copy/set up on a plc because I need to convert my Modbus tcp...
Replies
3
Views
135
Hello everyone, I want to read a register in HC900 honeywell but I am not understanding. https://ibb.co/2dNDsmk In this link are the things I...
Replies
10
Views
1,783
Hi Team, So, what is the correct understanding of the codes for Holding vs Input registers? My understanding was #3 = Input registers & #4 =...
Replies
15
Views
2,413
Hello, I am attempting to add some IO Discrete tags to a AVEVA InTouch project (version 2020). These tags use the MBTCP driver and attempt to map...
Replies
1
Views
1,168
Platform: CCW, 2080-LC50-24QBB, Using 2080-SERIALISOL card Task: Writing Multiple Registers Using Modbus RTU (RS485) Problem: I am attempting...
Replies
4
Views
1,350
Back
Top Bottom