Search found 2 matches
- Wed Sep 04, 2024 4:29 pm
- Forum: General Discussion
- Topic: Not able to read Input registers via Modbus
- Replies: 0
- Views: 701
Not able to read Input registers via Modbus
I have a code which has different functions for reading and writing holding registers and coils and reading input registers. Of these 5 functions, the function for reading input registers is not working. According to the error message the CID declaration is wrong but it seems right. Can anybody plea...
- Wed Sep 04, 2024 12:09 pm
- Forum: General Discussion
- Topic: Not able to read Input registers via Modbus
- Replies: 0
- Views: 670
Not able to read Input registers via Modbus
I have written a modbus code which has separate functions to read and write holding registers, read and write coils and read input registers. The rest of the functions work properly except read input registers. The error says that the CID declaration is wrong but I am not able to find what is wrong ...