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.