LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Event class missing

I inherited some code using DAQmx, and it has some property nodes I can't seem to unbreak.

avogadro5_0-1741890215695.png

It seems to be the "DAQmx Event" class but that's missing from my available class list

avogadro5_1-1741890302116.png

Anyone know how to get access to this DAQmx node class? Using LabVIEW 2023 Q3 and DAQmx 2025 q1.

Attached example saved in 2017.

 

0 Kudos
Message 1 of 7
(139 Views)

Have you confirmed that DAQmx is installed on your computer? If so I would try to install it again. I would also make sure that you have installed the help and examples for the version that you are using.

 

If you do have DAQmx installed try uninstalling and reinstalling it.

Tim
GHSP
0 Kudos
Message 2 of 7
(122 Views)

There is no DAQmx Event Class; never seen it before. You use an event node. Not sure how you are exposing the DAQmx Event Class, must be a hidden INI file setting.

 

mcduff_0-1741895073712.png

 

0 Kudos
Message 3 of 7
(106 Views)

"DAQmx Timing" has a SampClk.Rate property. Maybe it's that? Could you post some code to show it in context? (Honestly a picture might even work here... we just need to see what the wire is coming from and what node it's trying to use. So maybe add where the wire goes in your image.)

0 Kudos
Message 4 of 7
(99 Views)

Based on context I think the attached VI is the intended usage.

I can guess the correct nodes but I wonder how the original ones got messed up...

avogadro5_0-1741907110323.png

 

0 Kudos
Message 5 of 7
(74 Views)

You want to use the properties in the disabled node. 

0 Kudos
Message 6 of 7
(63 Views)

NI-DAQmx Events are designed for other purposes.

Getting Started with DAQmx: DAQmx Events

NI-DAQmx Events in LabVIEW provide a way of generating a signal from the hardware or a software interrupt when certain conditions are met on the data acquisition hardware.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 7 of 7
(27 Views)