10-25-2010 09:19 AM
Check out this document.
http://zone.ni.com/devzone/cda/epd/p/id/1139
And this one explains the syntax to use to access shared variables using the datasocket API.
http://digital.ni.com/public.nsf/allkb/8D2FE9AC6ACB8B3F862571B0007FAECA
-Christophe
10-25-2010 10:08 AM
Ok, I have looked at the examples and started to try in VB6.
In VBAI if I create a network shared system variable called "test", wich URL for the datasocket should I use?
I tried many combinations, but none worke (I get a connection error status).
10-25-2010 10:42 AM
I answer myself. The url value should be: "psp:\\localhost\Vision Builder\test"
Use the SelectURL("localhost") method to display the avaliable shared variables.
10-25-2010 10:43 AM
The URL syntax to access shared variables from datasocket is psp://computer/library/shared_variable
Try psp://localhost/Vision Builder/test