LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save values of a page from tab control??

Solved!
Go to solution

Good morning!
I have a question about saving the data of one page of the tab control.
In my case, alarms (boolean buttons) can be activated, it will appear in a page called HISTORICO (Date // Time // Room), but when I change to another page and back again to the HISTORICO page, the table back for null value.

Here's some screenshots of my program.
If anyone can help, I will be grateful.

Download All
0 Kudos
Message 1 of 2
(2,816 Views)
Solution
Accepted by topic author Giuliano06

In your case structure set on the case "Tabela", you have a Use default if Unwired tunnel on the right hand side.  And I can see that you have some unwired tunnels on it.  If the case structure ever executes one of those cases, then the default value of an empty table is going to be passed out and put in the shift register.

 

Solution:

1.  Right click on that tunnel and turn off Use Default if Unwired.  (In 95% of tunnels, it should not be used.)

2.  Find the cases where the tunnel is unwired and pass the table wire through all of them.

Message 2 of 2
(2,810 Views)