11-17-2010 06:07 PM
Dear All,
I am wondering if somebody help me.
In the attached fle i have my program (in labview 8.6) which read temperature data and updates temperature during the time.
I want to use the updated temperature in a calculation. How can i get the new temperature which i think is in a string format and convert it to 1 d array?
I tried but the number that i got from temperature was not the same temperature which is shonw in data section of the program.
Could somebody please help me?
Regards,
Solved! Go to Solution.
11-17-2010 08:57 PM
You are not reading temperature, you are reading a binary file. You seem to be assuming string format but do you really know? No one here can tell since you did not attach the file If it is you would need to use one of the string conversion functions. And please, get rid of the Data local variable. You are already usin shift registers. Do the same with the data from the file.
11-18-2010 11:07 AM
Thank you Dennis,
I got it.