LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Register Event Name

Solved!
Go to solution

I have two DAQ tasks that I'd like to register for the Every N Samples Acquired Into the Buffer event.  I can do this no problem but this thing that bugs me is that the task name is "task out" in both cases of the event structure.  Is there a way to rename this so that they can be differentiated in the event structure?  The user event can be renamed using the Coerce to Type as shown in my snippet but the DAQ task name cannot be done in the same way.

 

 

0 Kudos
Message 1 of 3
(2,747 Views)
Solution
Accepted by topic author Hooovahh

The "name" of the is coming from the DAQmx VI, to be precise: the name of the indicator connected to the connector pane.

That being said, you can implement a "rename" VI which essentially takes "Task Out" as input and the output reference indicator is labeled e.g. "AI Task".

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 3
(2,740 Views)

Dangit I swear I tested that.  Thanks.

0 Kudos
Message 3 of 3
(2,736 Views)