Hello,
I have a sub VI that is running during a certain number of time. During this time it is updating some indicators on my front panel.
When this sub VI is running, I want to be able to use the values of those indicators with waveform charts.
For now, what is happening is that my waveform charts are updated only with the first value of my indicators from the sub VI.
I tried to use occurrences to use the waveform chart inside a loop during the elapsed time of my sub VI but it didn't worked. It seems that the waveform charts and the sub VI didn't run completely in parallel. It was more one before the other.
Does anyone has an idea how to solve this problem?
Thanks, Meach