11-21-2008 02:58 PM
I've inherited the maintince of several VIs. They make pretty extensive use of datasockets. However, I think they all use an older version of the datasocket VIS. For example most of the reads are done with "Datasocket Read Double Vector.vi".
Is it worth the effort to replace these with the modern datasocket VIs in LabVIEW 8.6? What differences are there in the VIs?
Solved! Go to Solution.
11-24-2008 10:59 AM - edited 11-24-2008 11:01 AM
Wart,
It shouldn't be hard at all to update these vi's, the one change is that the data type defaults as 'variant', and on the new read vi, you have to wire a data type input to this to define the data type output. Here is a picture after I wired a blank array constant into 'variant' input. If you wired a U32 scalar, it would adapt to tha Let me know if you run into any problems
11-24-2008 11:02 AM
Thanks for getting back to me.
I'm not worried about the difficulty of updating the old VIs. I'm really just wondering if there is anything to gain from it. For example is there any sort of performance increase to be had?
11-24-2008 11:08 AM