04-13-2018 02:30 AM
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?
Thank you.
04-13-2018 05:10 AM
04-13-2018 06:20 AM
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.