I'm reading data recoded on a Sun system (and running labView natively on the Sun... therefore no endian conversions are necessary). I'm using the "read characters from file" vi to accept data in the form of a string. I'd like to typecast the string as:
U8, U16, U8, U16, CHAR[24], CHAR[10], U32
Unflattening from a string (with a cluster as a data type) won't work because of the way labview stores data internally (See application note 154). How do I do this using variance vis?
Philip