Hi Shyam,
Just an additional note about precision in LabVIEW.
LabVIEW was coded to use 10 digits of precision. Essentially, accuracy is not guaranteed for a number with more than 10 digits. Usually it still works fine, but occasionally some of the lesser significant digits are incorrect when using a large number of digits and rapidly changing the values. The behavior is more apparent as the number of digits of precision increases and as the number of changes to the value increases.
However, if you use more than 10 digits of precision (specified under Format & Precision), the number will display with the correct number of digits, but the value will sometimes be incorrect.
Feroz