Hi Alif and Dennis,
Thank you for your lots of suggestions and solutions to my problem. I did a lot of test and contacted the sensor maker too. I learned new things and i was able to fix the problem. I got rid of the describe error, the speed is now faster and a steady one.
I learned of the following;
1. Sensor "Refresh rate"
I overlooked this function. The default value was 300 msec. That is why if i set the Timeout value to 200 or even 300msec i got this wobbling data. The
new sensor refresh rate is now 100 msec. which is the fastest rate.
2. Termination Character on the Visa Configure Serial Port
I changed it from 'OFF' to 'ON'.
3. Main While Loop delay timer
I made the VI runs more faster, from 150 msec to 10 msec.
4. Read Timeout on Property Node
Making this lower than the sensor refresh rate gives a wobbling data and error. I set the read timeout value from 200 to 250 msec and i was able to get a
steady value and got NO more errors.
5. Byte Count Control in VISA Read function
Making this value too high will make the data moves slow and so i place it to a manageable value versus speed.
Again, thanks a lot.
regards,