Hi,
you've got two pieces of DAQ assistant looking at separate ai channels, but both are set for continuous, so when you call up the second vi (into the sub panel) and set it running, it can't get onto the ai part of the board since it's already in use.
I've attached a quick piece of code to show this.
You either need to work on one channel at a time by stopping the first task, or get the data for both channels all the time, but pass the second set of data (for the 2nd channel) over the the vi in the subpanel at the appropriate time. (look at notifiers, queues etc).
a quick solution is also attached
Hope that helps
Thanks
Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer