Hello,
I have a sub-VI that is called at a regular interval by the main VI. The sub-VI simply updates a waveform chart with data passed to it by the main VI. I don't want the sub-VI to be open at all times, so I use the main VI to turn on/off the "Exec.Show FP on Call" property at the appropriate times.
I was hoping the sub-vi would retain history of data passed to it when the "Exec.Show FP On Call" property is false. It doesn't appear to work that way. History is maintained only for the intervals that "Exec.Show FP On Call" is true.
Is there a way to force the waveform chart to retain history during intervals when "Exec.Show FP on Call" is false?
Thank You.