I am trying to interface to a legacy system running a rather large and complex LabView application (which I really don't want to modify). The data I need to access has been posted on the DataSocket server as a cluster. Is there any way of accessing that data as a structure from an external application? I do have Measurement Studio and its CNiDataSocket classes and I am able to connect to the data, but I can't see how I can pull the data over and extract the values that I require.
Any ideas?