How can I delay and keep the system running?

Hi all

I have two functions in the order shown:

DoTest1();

Delay (6.0);    6 seconds behind.

DoTest2();

After DoTest1() function, my intention is to delay 6 seconds before DoTest2() function. However, Delay (6.0) also stops test system to generate 1 second timer pulses to UUT and prevents WEAR it to work. I realized that when I replaced "Delay (6.0) with the function"MessagePopUp"and I tell the operator to wait for 6.0 seconds, it works (or test passes).»

My question is "is there a function that would delay for a certain time before you perform a specific task, but still not to hinder other activities take place?

Your help would be appreciated.

Thank you.

Robert Mensah

Hello, Stanley.

I thank very you much for your immediate response. Your code worked beautifully. Thanks again.

Robert Mensah

Tags: NI Software

Similar Questions

Maybe you are looking for