The DataSocket session is located on the computer that it was posted to. If you opened an example that came with ComponentWorks then it is probably being posted to dstp://localhost/"data session name". Localhost means the computer that the program is on. You could also replace localhost with the computer's IP address (eg. 184.130.48.1) or with its network name (eg."Neptune"). To find out what IP address or network name your computer has, ask your Local Network Administrator. Subsequently, in order to read from a posted DataSocket session, you must input the same ABSOLUTE address for the session that it was written to.
For example, if I am posting a session to my local computer I could post the session to : "dstp://localhost/session1"
And, if I
want to read that data from that session from another lab and I knew that localhost had a Network ID of "Venus" then I could read the DataSocket session by inputing : "dstp://Venus/session1".
Also see the two links below.
Joji