Hello
It's very convenient to set query/parser pair for Modbus protocol.
But the ASCII query and parser setting does not have query/parser pair aligned.
If two different types of query are issued, the parser is not able to distinguish one response from the other.
Any method could align ASCII query and parser pair?
Thanks.
Our ASCII parser is simple as possible. Therefore you cannot define parser rules for different requests.
I can only offer to create a custom parser for your device (for an additional cost).
Quote from: Arthur Grasin on July 18, 2018, 05:47:19 AM
Our ASCII parser is simple as possible. Therefore you cannot define parser rules for different requests.
I can only offer to create a custom parser for your device (for an additional cost).
Can I concatenate the data sent and data received into single data packet? And thereafter apply the parser rule on it?
No.