First, You will need to download and install the STM in the VI package manager that suits your Labview versions.

Second, you will need to set up the target as a server or listener that listens to the ports you want to establish the connection with from the host. In this case, we are using 55555 for example and if you want to establish connections with different applications in the host, you will need to create multiple ports for connections.

Third, you will need to set up the host application VI to open the TCP port connections and read the data you need from the target application. The methodology is the same for different applications and read/write.
