pymodbus icon indicating copy to clipboard operation
pymodbus copied to clipboard

ignore_missing_slaves parameter has no effect

Open FabianInostroza opened this issue 2 years ago • 0 comments

Versions

  • Python: 3.9.7
  • OS: Debian Testing
  • Pymodbus: git master
  • Modbus Hardware (if used):

Pymodbus Specific

  • Server: tcp/rtu/ascii - sync, async not tested

Description

The parameter ignore_missing_slaves of the servers is ignored, the servers always ignores requests to missing slaves and doesn't generate any responses.

Code and Logs

 # code and logs here.

FabianInostroza avatar Sep 10 '21 03:09 FabianInostroza