LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Should i run Datasocket server on Labview realtime OS if am using datasocket write operation in a vi which run in LabviewRT

Hai

Am new to LabVIEW, I need to develop a VI that aquires data and transfer it via datasocket, this has to be achived in realtime environment(LabVIEW RT). I wanted to know if i need to run datasocket server on labVIEW RT, if i need to publish and subscribe in the VI runing on realtime.

Thank you in advance for any help

Arun
0 Kudos
Message 1 of 2
(2,684 Views)
Sorry if this is a duplicate post (my browser is acting up).

You cannot run the datasocket server on the RT system, but you can run the datasocket VIs/functions. To use datasocket in RT, run the server on a Windows host and use the correct URL in the datasocket functions running on RT (i.e. dstp:///mydata)
Message 2 of 2
(2,684 Views)