LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shared Variables to Communicate Between two computer - reduce the reception time ?!

Hi,
I succeeded to share my variable between two computer with SVE (Shared Variable) by TCP/IP in my network.but this operation lasts 6 seconds for receive the data in my client. is there another way to reduce this time or change the technologie of SVE?
clientt.png
Thank you.



0 Kudos
Message 1 of 3
(3,787 Views)

Hello,

Try this link.

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

Expand.Evolve.Influence
0 Kudos
Message 2 of 3
(3,748 Views)

I highly advise against using Network Published Shared Variables.  They are slow and cause some really weird race conditions.  Use Network Streams or the TCP libraries to communicate between your two computers.  If going the TCP route, I recommend using the STM library which is freely available via VI Package Manager.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 3
(3,739 Views)