08-28-2011 04:59 PM
Hi, all
when I run the code in LV2010 SP1 no problems.
But in LV2011 it gives an error.
Is this an BUG
08-28-2011 05:58 PM
Franzo,
It certainly is strange. The error comes from the Width property node, but it occurs when ReadoutMode is clicked. It does not need to be changed.
Wrapping it in an event structure (ReadoutMode: Value Change) seems to eliminate the error.
Questions for someone at NI who knows how these things work internally: It is also interesting that the data type of the Maximum property is always DBL, regardless of the datatype of the control. Should not a U16 control have a U16 Maximum? And what about the Extended datatype? How can a value larger than the maximum for a DBL be set via a property node of type DBL?
Lynn