Hi all,
I would like to preface this by stating that I am new to VB and trying to learn it on the fly.
I am reconstructing an ATE program that was originally written in GW Basic using VS2005 VB.
One part of the program controls an AC Pwr source in steps of .2volts. After each step I check the state of an I/O interface. I need a delay of 4sec. (doesn't need to be accurate) between steps during part of the program. Right now I am using timers to accomplish this but I am wondering if there is a simpler way. In the old GW Basic I could do this with one line of code and using the PC clock.
Thanks.
Karl