I'm just learning how to use LabVIEW, so my apologies if this is a simple/stupid question.
I'm trying a variant on a DataSocket Read VI that was supplied with LabVIEW (I'm running version 7.1). I've got the "data" output line tied into a string. The "type (Variant)" input is connected to a 1-D array of unsigned bytes. There is an error in the wire connecting the "data" output to the string element, though:
You have connected two termnials of different types. The type of the source is 1-D array of unsigned byte [8-bit integer (0 to 255).
The type of the sink is string.
All well and good. How do I change the type of the source to string? When I right-click on the source and select "Replace", I can't see anything in there that looks like a string that isn't a constant... that is, a string type. I'd appreciate any insight you can lend me on this.