09-15-2005 06:41 AM
09-16-2005 05:47 PM
Hi,
The CWAO.start is a Traditional NI-DAQ (Legacy) function. I suggest upgrading to the NI-DAQmx driver. With NI-DAQmx, you can use the DAQmxWaitUntilTaskDone function. More information about this can be found in the NI-DAQmx C Reference Help. Also, here is a link to a tutorial about the Advantages of NI-DAQmx.
09-17-2005 10:50 PM
Thanks for the reply,
Sadly I use Visual Basic from visual studio 6, and I understand that NIDAQmx is not supported on this platform.
Is my understanding correct?
If so, how do I solve my problem?
09-19-2005 10:09 AM
Hi,
NI-DAQmx 7.5 supports Visual Basic 6.0 with Visual Studio 6.0. More information on supported platforms for this driver is available in the readme.
Regards,
Hal L.
09-20-2005 03:55 AM
@HAL L wrote:
Hi,
NI-DAQmx 7.5 supports Visual Basic 6.0 with Visual Studio 6.0. More information on supported platforms for this driver is available in the readme.
Regards,
Hal L.
09-21-2005 04:37 PM
Hi,
Please take a look at the Config_DAQ_Event_Message function. More information can be found in the Traditional NI-DAQ Function Reference Help. This function Notifies Traditional NI-DAQ applications when the status of an asynchronous DAQ operation (initiated by a call to DAQ_Start, DIG_Block_Out, WFM_Group_Control, and so on) meets certain criteria you specify. I think this is what you are looking for.
Regards,
Hal L.
09-22-2005 01:26 AM
@HAL L wrote:
Hi,
Please take a look at the Config_DAQ_Event_Message function. More information can be found in the Traditional NI-DAQ Function Reference Help. This function Notifies Traditional NI-DAQ applications when the status of an asynchronous DAQ operation (initiated by a call to DAQ_Start, DIG_Block_Out, WFM_Group_Control, and so on) meets certain criteria you specify. I think this is what you are looking for.
Regards,
Hal L.
09-23-2005 02:01 PM