03-14-2007 10:44 AM
I am using Datasocket in LabVIEW 8.2 to transfer data between several machines and multiple VI's. I have been able to get all the VI's to run using "localhost" on one machine, but when I try to run the VI's from two machines I get Networking Error 1142, Multiple Users Not Allowed. I have set the read, write and creator addresses in the Datasocket Server Manager to "anyhost", but I still get the error. I have also tried all the settings in LabVIEW and Datasocket Server Manager that I can find.
I am a new user of Datasocket. Any assistance would be greatly appreciated.
Ray
03-15-2007 08:17 AM
03-15-2007 10:21 AM
03-19-2007 06:16 PM
Hi Ray,
What you did is correct. You can create datasocket items programmatically which exist only when there is a connection, and you can also have predefined items. To configure the items for Multiple Writers you need Predefined Items.
Generally you can pass clusters through a datasocket connection, but if the DataSocket Server Manager is the only place where you can specify multiple writers, then you will probably have to specify each item individually. You will have to test this out and see how it works. Here is a few more KBs.
Configuring a DataSocket Server
Using LabVIEW Clusters with DataSocket
Is there any reason why you are not using Shared Variables? It is the new method of exchanging data among several machines.
Best regards,
10-04-2010 10:11 AM
Hi there,
I am still having this problem, and I haven't yet been able to solve the issue.
I have posted the problem in another thread. Can anyone please take a look at it to see if I am missing something?
Thanks ahead!