modbus-server's input message can not operate well, So I modified the modbus-server-core.js , fixed these bugs #492
Labels
breaking changes
community
could be done by the community
handled by plus4nodered team
https://p4nr.com/
pull request welcome
send your pull request and contribute to the project
Stale
Which node-red-contrib-modbus version are you using?
5.26.0
What happened?
The Modbus-Server node , can not operate well if I input messages into this node ,
It operates well with modbus-read and modbus-write node , based on modbus-client node,
but these operates are about AO and DO , can not operate DI and AI ,
If I want to modify the DI and AI data , I have to use input discrete regisnter type to send message into the modbus-server node,
although the DI and AI will change , but the address are wrong .
So I modify the modbus-server-core.js , fixed the bugs , to make it work well
Server
Modbus-Server Node
How can this be reproduced?
create a modbus-server node , send message into it with :
then check the data with modbuscan32 , find there is a 1234 but the address is wrong.
What did you expect to happen?
No response
Other Information
I have already fixed the bugs by modifying the modbus-server-core.js
The text was updated successfully, but these errors were encountered: