Hi,
I am working with the cRIO 9034 and a Touch Panel. It is our goal to implement the whole code in the program so that at the end there is a very user friendly user interface on the touch panel. Now we are struggling with the error handling. We would like that in the case of an error, the RT Main vi waits for some seconds and if the error is still there, the program is rebooted. But this only makes sense if the cRIO tries to find the connections during the timeout (in other words:tries to solve the problem during the wait). With a normal wait function the program does nothing and just waits. Is there any way to implement this? I did not find something similar yet.
Thank you very much!