LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change pictures on pages tabcontrol

I like to create the interface of the program by means of TabControl. On the first page I bear elements of management, and on others - elements of visualization. Unfortunately, at such construction pictures on other pages are not updated at active first page and измененении values in controls on the first page. In my file the example which it shows is set. At change of quantity of reports with 160 for example up to 1600 and start of the program at active first page the picture on the second page is not updated. In real programs at me it is some pages with pictures (schedules of initial signals, schedules of intermediate and final results). In real programs at me it is some pages with pictures (pictures of initial signals, pictures of intermediate and final results). Prompt how to make, please, so that at active first page, change on it of values of elements of management and start of the program pictures on other pages were updated.
0 Kudos
Message 1 of 2
(2,821 Views)
Hi Tumanovalex,
 
Thank you for contacting National Instruments.  From what you have described here I think you are looking to update the graph that you have within your secondary tab when the values of the sampling information changes.  By using a loop to continually monitor these values, and an Event Structure that creates an additional case that is triggered with the change of these variable values, you should be able to achieve this behavior.  This should allow for the graph to be recreated when the values are changed.
 
I hope this is the behavior that you are looking for.  Please let me know if you need more information or clarification.  Have a great day!
 
Jason W.
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,757 Views)