06-03-2008 03:33 PM
06-04-2008 06:50 PM
telsenbroich,
I tested and compared a VI which was loading the task from MAX (VI #1) and another VI which created the channel and configured the timing within LabVIEW (VI #2). The testing consisted of timing the VI from start to finish in which VI #1 took an average of 114ms and VI #2 took an average of 110ms. The time needed to retrieve the task from MAX is causing this apparent delay. Creating the task in LabVIEW seems to be most the efficient method, though.