This code hangs the entire operating system:
iStatus = DAQ_Rate( 50000 , 0, &iSampTB, &uSampInt);
iStatus = DAQ_DB_Config( 1, 1 );
iStatus = DAQ_DB_Config( 2, 1 );
// pornesc conversia
iStatus = Lab_ISCAN_Start( 1, iNumChans, 0, (short*)piBuffer[0] ...
iStatus = Lab_ISCAN_Start( 2, iNumChans, 0, (short*)piBuffer[1] ....
When I remove the line : DAQ_DB_Config( 2, 1 ) the code works! When it hangs, it hangs on the second Lab_ISCAN_Start call. Please help, since I need double-buffered data aquisition from both cards!
Thank you!