03-09-2006 08:10 AM
03-09-2006 08:14 AM
03-09-2006 08:31 AM
03-09-2006 08:38 AM
03-09-2006 08:52 AM
03-09-2006 09:10 AM
Ok - so just read out a structure does not work. You have to read the string data and convert it on your own - or at least that's the only way that comes to my mind.
03-10-2006 07:00 AM
03-13-2006 07:27 AM
03-13-2006 09:43 PM
Hi DFGray,
Are you suggesting trinight might do 5 individual reads to obtain the structure? Is it possible to read the string without explicitly providing/including its length?
03-13-2006 11:27 PM
DFGray wrote:
unless you want to read the entire header in one pass and convert to a cluster using Type Cast (which would probably be faster, but use a bit more memory). If you use the latter method...
Hi DF,
If I understand this correctly, it suggests wiring a string (read from file) into the typecast, and wiring the "target" cluster to the type-terminal, is that correct? When I try this it breaks as soon as I add the string to the cluster - which makes sense, because LaBVIEW has no way of determining from the raw data how long a string is.