03-13-2012 06:59 AM
Hi,
I have a problem with this VI. I have a time delay when I press a button (Setting or Home button). Exist a delay to appear and disappear the elements that I want to see every time ttat I press a button. Any idea of how can I solve it? This delay is produced because the time that I put when I send the commands?
Thank you,
Solved! Go to Solution.
03-13-2012 07:00 AM
I attach the VI
03-13-2012 07:06 AM - edited 03-13-2012 07:07 AM
Hi,
I would have created a data cluster with the settings data and then opened a sub-vi where the user can do the changes, like a dialogue box. Another way would be to use a transparent tab control and then just change the tab between "Home" and "Settings". I think the delay is created by all your property nodes and updating the front panel.
03-13-2012 08:31 AM
You need to take a look at the state machine that is included in the examples. This would eliminated the need for the wait steps and would allow you to build code that does not hang.
03-15-2012 04:02 AM
Thank you, I have solved the problem