LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm a newer in using Datasocket,now I want to send data from DAQ(6052E) to another computer B,


I have two types data,so Datasocket write string
vector.vi and Datasocket write double vector.vi are used in my application,but in computer B my programm always reports "Not permitted to creat new item (0*80004005) ",Datasocket read double
vector can recieve data properly. What should I
do?
0 Kudos
Message 1 of 2
(2,326 Views)
Most probably the permission settings are not correct. Launch "DataSocket Server Manager" on the server side and add computer B IP address under "DefaultReaders" and under "DefaultWriter".

I usually like to have "everyone" as reader and write to solve such problems if security is not a big concern. That way i don't have to change the setting everytime new machine wants to read/write.
hope this helps

A Rafiq
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,326 Views)