LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A problem with controls not updating

I'm trying to figure this out. I have a program where controls and indicators are not properly dimming/enabling and test string values are not updating despite clearly settings them. After either exiting the program or using it past a point it starts working. I haven't seen this in any of my other vis. Is there a hidden property somewhere that might be causing this. Any thoughts on the root cause?

0 Kudos
Message 1 of 7
(3,415 Views)

@Steve_Block wrote:

I'm trying to figure this out. I have a program where controls and indicators are not properly dimming/enabling and test string values are not updating despite clearly settings them. After either exiting the program or using it past a point it starts working. I haven't seen this in any of my other vis. Is there a hidden property somewhere that might be causing this. Any thoughts on the root cause?


Maybe someone else has a crystal ball and can see what your VI looks like.

0 Kudos
Message 2 of 7
(3,400 Views)

Steve,

 

Please post your code or at least a screen shot of your code.




Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 7
(3,376 Views)

I'm not allowed to post code, but all it would be is wiring a string up to a text indicator local variable. I've done that about several thousand times.

0 Kudos
Message 4 of 7
(3,374 Views)

Turn on exection highlighting and see if things are actually happening when you think they're happening.

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 5 of 7
(3,370 Views)

@Steve_Block wrote:

I'm not allowed to post code, but all it would be is wiring a string up to a text indicator local variable. I've done that about several thousand times.


At least post a screen capture of your code, without something to look at we can only make blind guesses.

 

Could you post your top level vi with any proprietary sub-vi's removed?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 6 of 7
(3,358 Views)
How many other local variables of the string are scattered across the diagram? Are there unwired tunnels that are set to use default if unwired? Is the string indicator one line high, but the string starts with a newline character?
0 Kudos
Message 7 of 7
(3,344 Views)