On Wed, 28 Jan 2004 12:38:24 +0100, "Sergey Yakovlev" <[EMAIL PROTECTED]> wrote:
> I want to configure my Read from Serial vi using VISA wait on event.
> There is a timeout terminal on VISA wait on event. To configure VISA wait on
> event block I have to wire timeout terminal with a value. In my application
> I can not predict the timeout interval. It can be a milliseconds or hours.
> How I can put my program in infinity waiting for serial event status without
> blocking the main code?

Did you use loops? Then put the Visa Terminal and everything that
depends on it in one loop and the main code into another. If you 
want to pass data between the two loops, use semaphores. 

Thiemo


Reply via email to