04-07-2011 09:14 PM
Hi all,
I am new to labview, I am doing PIC and PC USB data transfer. I am wondering is there any way I can handle the timeout event generated by "VISA wait on Event" VI, so that when there is no coming data within certain time, it would continue proccess other code rather than generate a error. I am thinking of why VISA USB intterupt has a timeout. Interrupt can only be trigger whenever it is requested, any method to link a USB interrupt event to EVENT Structure rather than polling, which makes more sense to me.
Thanks & Regards
Solved! Go to Solution.
04-07-2011 11:57 PM
Could anyone help please?
04-08-2011 04:39 AM
No text needed, please check out my sig.
Shane
04-08-2011 07:48 AM
what do you mean?
04-08-2011 08:16 AM
Difficult to understand your message and could you elaborate to it more exactly to problem.
04-08-2011 03:38 PM
04-09-2011 02:29 AM
Yeah, sorry for being so cryptic.
I indeed meant the USB nuggets linked to in my signature. I assumed once I had mentioned it they would be found....... Sorry.
You should find an example of using Interrupt functions in there.
Shane.
04-10-2011 05:00 PM
Thanks guys. I got the idea.