Hi,
I've come over a curious problem and I can't see why this is happening, the program I have saves data to a binary file using I16, i developed this using labview 7.1. I need the final data to be in voltages so I obviously have to convert the binary file afterwards. In 7.1 i did this by reading the binary file and seeing that the range of my input voltages range was 10v to -10v and the range of I16 binary i +32768 to -32768. So I thought just multiplying all the data by 10/32768 would give the correct voltages, and it all seemed to work. Then when I transferred it to work where they use 8.0 the conversion brought up some some strange results. Investigating it now seems that the maximum binary number is around 2047 instead of 32768 at 10v? I do not know why this is can anyone let me know or am i doing this completly wrong?
thanks
Charlie