08-13-2008 02:23 PM - edited 08-13-2008 02:24 PM
After I finish excuting testonly.vi I go into mergstrings and check the values; If I open mergstrings.vi then excute you testonly.vi I see the values in string 1 and the output string.
Thank you for the attachment I am looking at it as we speak.
08-13-2008 02:29 PM
Hi MrSafe,
LabView doesn't store values in indicators when the front panel is closed (to express it in a simplified version).
That's why you don't see new values in mergstring.vi when you open it after executing testonly... In LabView the wire is the variable, not the control/indicator!
08-13-2008 02:31 PM
08-13-2008 02:34 PM
Hi MrSafe,
yes, when opening a vi after execution you will not see the last values! Instead you will find default values...
Either set the subvi to open the panel when executing (in the vi properties) or (better option) use a wire as I said before and have shown in the attachment!
08-13-2008 03:24 PM