LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

xcontrol as Indicator - Value not updating

Solved!
Go to solution

Hi,

I have a XControl, if I change the control as Indicator and write some values into it, it's not updating.

 

I did some Google search, but I'm missing something.

 

Kindly review and provide your comments.  

0 Kudos
Message 1 of 3
(2,553 Views)
Solution
Accepted by topic author mini09

The code in your XControl never sends the data to the front panel control on the facade.

Nothing is automatic in XControls; you must code all of the behavior.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 2 of 3
(2,509 Views)

hah I missed that...

 

Thanks Paul...

 

Now I added a value property in data change event so that the control is updated.

 

Any improvements that can be done besides this?

0 Kudos
Message 3 of 3
(2,467 Views)