ModbusTool icon indicating copy to clipboard operation
ModbusTool copied to clipboard

Sending requests simultaneously to slave

Open kalwinskidawid opened this issue 2 years ago • 1 comments

Hey, Is it possible to query slaves in parallel? The idea is that I am already connected and send two requests in parallel, then one request is not processed at all. Only if I make a delay between requests (min 95ms) then it will handle both requests. I've already set "Slave delay (ms)" to 0, but that didn't help. Is it a software fault or something on my side?

kalwinskidawid avatar Mar 22 '23 11:03 kalwinskidawid

Mobus is a serial protocol. So everything needs to be one by one.

IoTThinks avatar Mar 29 '23 05:03 IoTThinks