09-29-2021 11:41 AM
So from that image, the circular dependency between the connections and ModBus TCP totally make sense. But why the circular dependency between the project and the modbus TCP?
09-29-2021 12:21 PM - edited 09-29-2021 12:27 PM
@Taggart wrote:
So from that image, the circular dependency between the connections and ModBus TCP totally make sense. But why the circular dependency between the project and the modbus TCP?
Ah, should have specified that that is a Modbus TCP Server/Slave, not a Master. The "Remote Control" is controlling this app, and so Requests from it are passing to the Project. The other TCP Server in the picture is the same; the server builds the structure to accept Requests from remote Clients, so you end up with arrows pointing both ways.
If I remove the (less important communication start-up stuff) the diagram is this: