06-05-2014 08:32 AM - edited 06-05-2014 08:32 AM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
Solved! Go to Solution.
06-05-2014 08:46 AM
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
06-05-2014 08:50 AM
Dangit I swear I tested that. Thanks.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord