Hi,
I'm wondering what kind of DAQ card you might have.
I understand that if for example if you put two DAQ Assistants on the block diagram and they are addressing the same card you may find
that you will get an error message saying resources are reserved. i.e.
This error is the result of a resource conflict when two DAQmx tasks are attempting to perform the same type of operation. With multiplexed data acquisition boards (E-Series and M-Series), only one analog input and one analog output task can be run at the same time. This is the case because all analog input channels require use of the same channel multiplexer and sample clock.
Check these excellent knowledge base links that will hopefully explain things further for you:
Causes of NI-DAQmx Error 50103 "The Specified Resource is Reserved"
Why Can I Not Put More Than One Type of Measurement Into My DAQmx Task Using the DAQ Assistant?
Since the DAQ Assistant is composed of lower level DAQ MX vi's i would advise you to look into using these vi's to allow for greater manipulation and also advantages like make your code redundent of excess code that the daq assisant has, that you may not use or ever need in your application. If you want to see how the DAQ assistant works i.e. the code behind it ... right click > from the shortcut menu select > open front panel to convert it into a subvi.
I hope this helps!
Kind Regards
Kurt