-
Hello! We are using COSMOS for several for our projects and would like to know more about ROUTERS. We read through your post about ROUTERS but could not find the answer we are looking for. We would like to have an external software send commands to a COSMOS tcpip client interface, and have it forwarded automatically forwarded to COSMOS tcpip server interface. Example: We have tried the following: How would you go on about doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
A Router is the right solution here. You map an interface to a router through the ROUTE keyword. We have an example of this in the Demo. So whatever your existing interface is for the connection to your target (e.g. |
Beta Was this translation helpful? Give feedback.
A Router is the right solution here. You map an interface to a router through the ROUTE keyword. We have an example of this in the Demo. So whatever your existing interface is for the connection to your target (e.g.
TGT_INT
) you want to create a router that your external software can connect to and then map that existing interface to itROUTE TGT_INT
.