Hi There. I have a SubVI that actually writes data to the DAQ board. The DIO wait.vi waits until all the data in the buffer is written and this is where I have a problem. I am trying to implement a timeout where after a predetermined amount of time, the writing of data to the DAQ needs to be terminated and the main VI must return back to its idle state. Being a newbie to labview, I thought aborting the subvi dealing with the data write to the DAQ board would be a plan. But this does not happen since the subVi never gets aborted. Thus I end up having to abort the whole vi and have the user restart the application (terrible).
Any ideas or tips?
Thanks in advance.