BiancoRoyal/node-red-contrib-modbus

Write input register don‘t work

PeMi68 opened this issue · 3 comments

Which node-red-contrib-modbus version are you using?

5.27

What happened?

If I try to write with function into input register, only write at adress 0 work. If I try to write to any other adress, no value is written.

Server

Modbus-Server Node

How can this be reproduced?

Try function with input from example.

What did you expect to happen?

No response

Other Information

No response

Hi, Input Register can be write protected by the server - I think Holding Registers are better in your case.

I tested it and it works as expected and we have all basic features in e2e testings for every release by CI/CD.