LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree control vs. string control: "value changed" timing race?

Solved!
Go to solution

Well, I thought these controls were numerics. If they are strings, you can set them to "update while typing" and you should have no problems.

0 Kudos
Message 11 of 14
(867 Views)

Unfortunately the actual program uses all different types, including DAQmx tasks and typedef'd enums, so that's only a partial solution. That said, I didn't know such a thing existed. I'll keep that in mind for future projects.

0 Kudos
Message 12 of 14
(864 Views)

Success!

 

Adding a shift register to hold the "current" value of the tree did the trick! Hopefully this can be useful to someone else looking to make a more flexible configuration VI.

0 Kudos
Message 13 of 14
(861 Views)

If I can actually get the VI to post...nope have to change the extention to a txt.  Change it back to VI after downloading it.

 

The shift register works like a charm.  I went ahead and did a few other cleanups while I was at it.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 14 of 14
(859 Views)