We are to begin a project were, according to different combination of input value, have to send static string value to a display system using rs-485.
Example:
Input 00 to 04 active = send string 0x02 0x31 0x03
Input 00 and 01 active = send string 0x02 0x32 0x03
And so on…
Equipment involved
AXC F 2152
AXL F RS UNI 1H
AXL F DI16/1 DO16/1 2H
I would need advise to start on the right way.
Regard
Hello!
It seems, that you have to take a look at AXL_ComSerial_9 library. https://www.plcnextstore.com/world/app/1455
It should be useful for your task as first approach.
Best regards.