Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there documentation for using the GeneralDAQEvent within VB?

I am trying to use the GeneralDAQEvent in VB 6.0 with a DAQCard-700 to do a simple pattern match on the input port. Is there any documentation available for the DAQEvent control or does anybody have any examples? I am not getting the event to trigger regardless of the pattern.
0 Kudos
Message 1 of 2
(2,409 Views)
The GeneralDAQEvent control is an ActiveX wrapper around the Config_DAQ_Event_Message function. The Traditional NI-DAQ function reference manual and user manual have pretty good documentation for this function. In addition, the user manual has documentation for the GeneralDAQEvent control.

I'm pretty sure, however, that your problem is that the DAQCard-700 doesn't support interrupt-driven digital input, which is necessary for the event messaging to work. The DAQCard-700 just supports static digital input.

Good luck,
Joe
0 Kudos
Message 2 of 2
(2,406 Views)