Arjan,
One of the LabVIEW examples, that should have installed with LabVIEW on your
machine covers transferring a 3D graph graph using DataSocket ... that is
basically a 2D array.
In LabVIEW 6i I think everything it treated as a variant so you should be
able to pass any data type using the new VIs ... as long as your reader VI
can convert the data back from the Variant. That definately makes things
like transferring clusters a lot easier.
Hope that helps.
Kamran
"Arjan Meskers" wrote:
>>Is it possible to sent images or 2D arrays through a data socket? If yes,>can
someone tell me how?