FUXA icon indicating copy to clipboard operation
FUXA copied to clipboard

[Modbus RTU] _readMemory error! Error: Data length error, expected 7 got 1[BUG]

Open dtx1234 opened this issue 9 months ago • 2 comments

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:

  1. Go to '...' 1

  2. Click on '....'

  3. Scroll down to '....'

  4. 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:

dtx1234 avatar May 08 '24 14:05 dtx1234

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?

rvbatista avatar May 13 '24 11:05 rvbatista

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

unocelli avatar May 17 '24 23:05 unocelli