Using VisualBasic 6.0 to communicate with a PXI6733 DAC board, I find that calling DAQmxStartTask takes about 30 ms, which is too long for my application. No error message is returned. Before calling DAQmxStartTask, DAQmxWriteAnalogF64 is called, with AutoStart set to False. Setting AutoStart to True eliminates the need for DAQmxStartTask, but makes DAQmxWriteAnalogF64 take 30 ms, which is too long for my application. Is it possible to shorten the time required for DAQmxStartTask?