LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the property node from an control in an cluster raises an error in LV2011

Hi, all

 

when I run the code in LV2010 SP1 no problems.

But in LV2011 it gives an error.

Is this an BUG

0 Kudos
Message 1 of 2
(2,142 Views)

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

0 Kudos
Message 2 of 2
(2,133 Views)