LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web services vs datasocket

Solved!
Go to solution

I noticed that there are many ways in Labview to access data remotely via TCP/IP using 3rd party APIs. Can you help me differentiate the Datasocket method vs. Labview web services?

0 Kudos
Message 1 of 3
(2,680 Views)
Solution
Accepted by topic author jjapuy

Hi jjapuy,

Datasockets and webservices are completely different systems.

 

Datasockets is a internet programming technology specially used in SCADA systems and OPC servers to get and set data. DataSocket is an extremely powerful way to transfer data and to create easy connections between computers. The DataSocket Read and DataSocket Write VIs support various protocols including DSTP, OPC, Lookout, HTTP, FTP and File retrieval.

http://www.ni.com/white-paper/3224/en/

 

 

Web Services are used to publish the data or application into the web providing the remote control function.

http://www.ni.com/white-paper/7747/en/

 

157+ CLDs & 9 CLA Trained
LabVIEW Training resources
0 Kudos
Message 2 of 3
(2,641 Views)

What, specifically, is your application?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(2,631 Views)