Almost all LabVIEW data types can currently be sent through a shared variable without any hassle. The notable exceptions are native LabVIEW classes, which cannot be selected as the data type for a shared variable. This causes a problem for anyone who wishes to send objects across a network. They are forced to rethink their use of LabVIEW classes, use a communication method other than shared variables, or flatten and unflatten the object on either side of the shared variable communication. The use of classes is growing more common with every version of LabVIEW, so I think it is time for these two prominent LabVIEW features to work together seamlessly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.