LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

subvi front panel indicator will not show first time

Solved!
Go to solution
Solution
Accepted by guangdew1

Are you talking about the control labelled "prompt"? The value from "prompt ctl" may be written to to "prompt" before or after the front panel opens.

 

Try moving the prompt terminal after the case structure containing the FP.Open proprty node.

 

Lynn

 

prompt.png

Message 11 of 14
(544 Views)

You're using the red depracated(?) FP.open-property, change to invoke node->open front panel and try again.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 12 of 14
(527 Views)

johnsold,

 

Thanks for your post and it worked okay if I move the indicator as you mentioned. 

 

We still have the inconsistancy here, it will not display the first time it runs, then it will display properly. I made sure the text is not the old value because this vi is called more than once with different text, it will display proper value once it's run. It just will not work the first run after opening LabVIEW.

0 Kudos
Message 13 of 14
(507 Views)

Yamaeda,

 

Thanks for pointing this out. I have already replaced my old property node with the new one, even though it couldn't solve the problem.

0 Kudos
Message 14 of 14
(500 Views)