06-07-2012 12:07 PM
I am working with a Numeric Control Properties (Data entry Tab) on the Front Panel Control (LabView 2010).
When I try to change the Increment, the field does not let me enter 0.00496324, it rounds it to 0.0050.
I tried to make changes to the Display Format Tab and tried different combinations of Ignore vs Coerce.
Any suggestions as to what I am doing wrong?
Solved! Go to Solution.
06-07-2012 12:54 PM - edited 06-07-2012 12:56 PM
I'm not sure exactly what all you have tried yet, but here's what immediately comes to mind.
Data Entry tab: Have the check "Use Default Limits" checked. This is unless you actually need to limit the range. Otherwise, make the increment VERY small (as in less than 10^-10).
Display Format: Change the precision type to Digits of Precision and make the number of digits at least 8.
06-07-2012 02:00 PM
Does not work.
It rounds off to 4 digits, Also rounds off the Min and Max to 4 digits
Want: 0.005993
Get: 0.0060
06-07-2012 02:09 PM
Did you change the significant digits or digits of precision? You will need to change the number of precision.
06-07-2012 03:27 PM
Here is a screen shot of the Format
06-07-2012 03:30 PM - edited 06-07-2012 03:31 PM
The properties display has limited resolution. You can probably set the increment more accurately via a property node.
(This has been discussed before, let me try to find it...)
06-07-2012 03:40 PM
@altenbach wrote:
The properties display has limited resolution. You can probably set the increment more accurately via a property node.
(This has been discussed before, let me try to find it...)
There's an idea to fix it. Were you thinking of that?
06-07-2012 03:47 PM
I can try it and see if it works. But it would seem to be an issue with NI. And if memory serves me, I was able to do this in the past. However, I do not believe that I went to this small of a resolution.
What is the mechanism for getting NI to look into it?
Thanks for everybodies help.
06-08-2012 03:48 PM
@CarmineS wrote:
Here is a screen shot of the Format
Ahhh, I totally misunderstood your problem. Once again, a picture says 1000 words.
06-11-2012 07:05 AM
Now that we are on the same page.
Is there any solution or am I just asking LabView to do something that it can not do?
thanks