Page 1 of 1

Modbus "Getresponse" macro call

Posted: Mon Apr 26, 2021 5:40 pm
by steve001
Afternoon,

The modbus macro " get response" call

when the macro returns a value of 255 "No Response" how many times has the macro tried before this value is given ?

Steve

Re: Modbus "Getresponse" macro call

Posted: Tue Apr 27, 2021 11:35 pm
by BenR
Hi Steve,

In this situation the modbus master has issued a request, waited the timeout period and had no reply. So it has tried only once.

GetResponse should not be public and automatically called as part of the other functions so I'll hide this again, not sure how it's become visible.