Modbus "Getresponse" macro call

For general Flowcode discussion that does not belong in the other sections.
Post Reply
steve001
Valued Contributor
Posts: 185
http://meble-kuchenne.info.pl
Joined: Wed Jan 13, 2021 7:15 pm
Has thanked: 81 times
Been thanked: 30 times

Modbus "Getresponse" macro call

Post 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

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: Modbus "Getresponse" macro call

Post 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.

Post Reply