06-06-2010 08:36 AM
Hello,
I am using RS232 to get data from a OPTICA dew point sensor. Every time I am running my labview program (file attached) it gives me data but not the complete data. Sometimes I get a part of the data in 1st call and the rest of the data in 2nd cal. Sometimes I get aal the data in one go and sometimes no data at all. But whenever I run the program in HIGHLIGHT EXECUTION mode I get the data in proper sequence and full data.
Is there some issue with the labview program? or my instrument is not able to reply the call on time!
Any solution to this problem will be highly appreciated 🙂
Thanks
Aidy
Solved! Go to Solution.
06-06-2010 09:05 AM
My first guess is that you are not waiting long enough for the instrument to respond. You've got termination character detection enabled but then you do a VISA Bytes at Serial Port. Do one or the other.
Also, get rid of the sequence structure. It does nothing.
06-07-2010 07:09 AM