11-23-2010 10:26 AM
Hi,
I have a confusion reagrding various methods of reading shared variable value using Data Socket VIs.
What is the difference between the two methods of reading the shared variable value using data socket APIs
Regards,
Mirash
11-23-2010 03:17 PM
Well, the first method is implicitly doing the same thing except that you have no control over the open and close. If you needed to do successive reads then you would not would want to keep opening and closing the ds connection. Also you might consider using the newer Shared Variable API for such things.