I have a situation in which the timer_event does not fire. The timer interval is 100 ms and is always enabled. The event never seems to fire. The code is similar to the following:
Timer1_Timer()
Check the status of the I/Os on the PCI-7344 and update as necessary
If Input1 is 'on' the set Input1=True
End Sub
Command1_Click()
Do
DoEvents
Loop Until Input1=True
End Sub
For some reason the Timer1_Event never fires. This is a periodic occurence. The code may run fine 9 times out of 10.
Any ideas? I'm using Visual Basic 6.0 (SP5) on a Win2000 workstation. I have 2 PCI-7344 boards.
Thanks,
Ben