08-17-2013 08:59 PM
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
08-18-2013 06:41 AM
You're using the red depracated(?) FP.open-property, change to invoke node->open front panel and try again.
/Y
08-19-2013 09:27 AM
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.
08-19-2013 09:42 AM
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.