12-06-2007 02:02 PM
12-10-2007 08:04 AM
12-10-2007 09:42 PM
12-11-2007 10:50 AM
12-12-2007 08:59 AM
06-18-2009 07:49 PM
I am doing something similar again with an Agilent instrument, but the data format is limited to Real, 32. Like Larry, I have tried various options like FORMAT:BORDER SWAP to turn the data around without much success. I suspect the issue is the MessageBasedSessionReader ReadDoubles function only looks for 64 bit (double precision) and I am stuck with 32 bit and there is no ReadFloats.
I have considered using ReadInt32s, but C# refuses to convert between integer and floating point types. What have I missed?