08-16-2005 02:27 PM
08-16-2005 02:41 PM
jivenbaby,
You need to change the way LabVIEW is displaying this number. Right click on the control, and select Format & Precision. Your VI is currently set to use automatic fomatting. However if you change to Floating point, and then select a large number of digits of precision, you should see the number displayed as you typed it. You may also want to hide trailing zeros, if you use a very large number of digits of precision. Keep in mind that LabVIEW is not changing the value of the number entered, simply the number of digits and format of what it displays.
I hope this helps,
Dan
08-16-2005 03:27 PM
08-16-2005 03:31 PM
jivenbaby,
If all you are doing is using it like an identifier, then I like using an I32 better than using a floating point number. As long as the numbers you are going to use are not too big to be represented as an I32, then I think this is probably your best approach.
Dan
08-18-2005 02:57 AM