Search found 2 matches

by matdog
20 Jan 2022, 15:00
Forum: Software
Topic: About Modbus RTU Slave
Replies: 2
Views: 2572

Re: About Modbus RTU Slave

I think I have the same issue. I'd like to update the holding registers of the modbus slave, however, the values that are written to Input_1 are not accessible for a master trying to read them. Values written to Output_1 can be reached from the master by using read_input_registers, but I don't find ...
by matdog
20 Jan 2022, 11:37
Forum: Software
Topic: Update holding registers of Virtual Modbus Slave device
Replies: 1
Views: 4426

Update holding registers of Virtual Modbus Slave device

Hi. I'm using a RevPi compact as a Modbus Slave Device. It's supposed to simulate a slave device. However, I am unsuccessful in updating the holding registers of the virtual slave device locally. When updating the variables with PiTest, the values appear to the master as Input_registers, not Holding...