9/1/2010 2:45 PM | |
Joined: 9/27/2006 Last visit: 3/14/2025 Posts: 12344 Rating:
|
Hello Fredi;
Modbus was originally developped for communictaions between Modicon PLCs, so it uses Modicon bit and register addresses. Each function Code accesses a distint memory area in the PLC, represented by a different base address. There are: -output coils (base address 00000) used by FC01 (read), FC05 (Write)and FC15 (write multiple) -internal coils (base address 10000) used by FC02 (read) - input registers (base address 30000) used by FC04 (Read) - internal and outputregisters (base address 40000) used by FC03 (read), FC06 (write), FC16 (write multiple) The attachment is extracted from this document, with modifications for address entry. http://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf Hope this helps, Daniel Chartier |
This contribution was helpful to
2 thankful Users |
Follow us on