09-15-2017 12:51 PM
Dear All
i want to monitor wind speed on graph accordingly to time. i am using different tab pages. the graph is only updating when i currently viewing that page of tab if i be on other page of tab its not updating wind speed. please help.
Thanks,
Asif
09-15-2017 01:09 PM
Seems to work just fine here. Please attach a simplified version of your code that demonstrates the problem.
09-15-2017 01:29 PM
Here is an example (LabVIEW 2015). How different is your code?
09-15-2017 10:35 PM
thanks to replay
1st difference i found that you put tab control out side of while loop while in my project it is inside the while loop.
2nd difference i found that i use get system time which show on x-axis of graph which.
Thanks,
Asif
09-15-2017 11:34 PM - edited 09-15-2017 11:38 PM
a lvproj file does not contain any code. You need to attach the VI instead.
It does not matter if the tab terminal is inside or outside the loop. I don't understand what you are doing with the system time.
09-15-2017 11:45 PM
@Asif138 wrote:
thanks to replay
1st difference i found that you put tab control out side of while loop while in my project it is inside the while loop.
2nd difference i found that i use get system time which show on x-axis of graph which.
Thanks,
Asif
Do you realize that you merely attached an "Untitled Project 2.lvproj: file?"
That only points to where code (vis etc...) SHOULD be in your machine. would you consider >Zip>ping the source code?
09-16-2017 01:48 AM
09-16-2017 01:55 AM
Why do you refuse to attach something that is actually useful to troubleshoot your problem? (For example, your snippet does not even contain a tab control!).
Please attach a complete VI that demonstrates the problem you mentioned in your first post.
09-16-2017 01:59 AM
09-16-2017 02:12 AM
Your VI is password protected and we cannot see the code. Reduce it to a small VI that still shows the problem.