I'd like to bulit a item, which can be written by a local computer and many other remote
computers, in the DataSocket server local machine.
I did it like this:
(1) Run the DataSocket Server Manager,and add the data item to the list of "Predefined
Data Items" ,name it "wave"
(2) check the "Allow Multiple Writers" checkbox.
(3) then restart the DataSocket Server for this change to take effect.
After doing this,I use the sample "writer" of"\CVI\samples\datasocket\writer" to verify it.
In the local machin,I run "writer.exe" with the URL "dstp://localhost/wave", there is no
problem. but when I run "writer.exe" in another machine with the URL"dstp://localmachine's
IP/wave", I get a error message ""Error: Can't connect to the item, another writer already
exits".
I do think I have done everything,but I cann't succeed.
Can anyone help me ? Thanks.