03-17-2006 10:30 AM
03-20-2006 04:02 PM
06-04-2007 08:08 AM
Hi there,
I have read the use of Pulse done function to check whether the finite pulse been generated. I have some problem in using this function. I am using Visual Basic 6.0 to write a program to generate a pulse and the output of the pulse acts as a input for the trigger. Before generating the second pulse by the program itself, I would like to check whether the first pulse been completed, if that s true , generation of second pulse will get started. The function is working fine, but quite unstable. It crashes the program repeatedly, is anything to be setup before using that function? Any help would be appreciated.
Thanks
06-05-2007 03:32 PM
Hi Rajaram,
I've never seen a crash caused by this property before. I've got a list of questions that may help us uncover some clues.
Hopefully this will give us some insight.
06-06-2007 03:27 AM
06-06-2007 05:28 PM
Hi Rajaram,
While they are not exactly the same, I'd go with:
DIG_IN_LINE>>DAQmxReadDigitalLines
DIG_OUT_LINE>>DAQmxWriteDigitalLines
06-06-2007 05:29 PM
06-07-2007 03:23 AM
Hi Luke,
Thanks for your response, I tried these functions and it works fine.
Regards