LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

daqmx event error

Solved!
Go to solution

hi

 

ive trying to execute an event using DAQmx event structure, but when running im getting an error,

 

Does anybody know how to run this properly?

 

 

thanks!

attached picture

0 Kudos
Message 1 of 7
(2,635 Views)
Giving the error message the benefit of the doubt for the moment, are you sure the DAQ device you are using supports this event? Not all do.

What device(s) do you have?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 7
(2,617 Views)

hello

 

The device im using is USB-6341 multifunction DAQ, i dont know exactly how to use DAQ events, so if you have an example i'll appreciate it

 

 

thanks!

0 Kudos
Message 3 of 7
(2,570 Views)

Well its fairly straight forward that a digital in line will never accumulate a terminal count A Counter Output Event is only available for counter input tasks.

 

The DAQmx help file lists the events and a discription of what they do.  You are probably looking for a change detection event.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 7
(2,562 Views)

In fact, im looking for a change detection

0 Kudos
Message 5 of 7
(2,555 Views)
Solution
Accepted by topic author Tokyghy

@Tokyghy wrote:

In fact, im looking for a change detection


Something like this?

 

ChangeDetection.png

 

 

Best Regards,

John Passiak
Message 6 of 7
(2,531 Views)

Yes something like that!

 

let me try that code, i'll let you know if it works

 

many thanks

0 Kudos
Message 7 of 7
(2,504 Views)