FUXA
FUXA copied to clipboard
[Modbus RTU] _readMemory error! Error: Data length error, expected 7 got 1[BUG]
Describe the bug A clear and concise description of what the bug is. Communication with the Modbus Poll connection is normal and communication with FUXA appears: _readMemory error!Error :DataLength error,expected 7got 1. To Reproduce Steps to reproduce the behavior:
-
Go to '...'
-
Click on '....'
-
Scroll down to '....'
-
See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment
- FUXA version: 1.1.15-1376
- Node.js version: 14.17.4
- npm version: 6.14.14
- Platform/OS:Windows
- Browser:
This error is modbus-serial telling you that receives less information that it was expecting. How you have setup the communication in Fuxa and in Modbus poll? Are you able to provide wireshark data captures for both cases?
Hi, I added the possibility to set a frame delay that maybe can help (in master branch), would be nice to try and give me feedback