Dear Sebastian!
Thank you for your answer. My transfer rates are not beyond the the maximum ones from the document you mentioned (but sure, they are high and input and output is done at the same time).
I would "understand" if the rates are too high for the connection between the Laptop and the docking station or the laptop itself but the thing is: I get no error* and everythink seems to behave as it sould. But it seems as the card would "sleep**" a few µs during the input operation and continues then without an error (but misses the samples during "sleeping"). The buffer is filled completely with input.
* Maybe I haven't done enougth to get an error in these cases: I started the triggered, asynchronous transfer (with DIG_Block_In) and let me notify I it ends through a callback routine (configured with Config_DAQ_Event_Message):
in_callback(HWND handle, UINT message, WPARAM wParam, LPARAM lParam) {...}
Within the callback routine I compare lParam (the number of read samples) with my inbuffer size. If they are the same, I suppose that the transfer was done without an error.
** The "sleeping" is just a model of the problem - I can't tell what's realy going on. The problem is, that observation is difficult, because it happens seldom.
I had NI-DAQ Version 7.2.0f1. Today, I updated to 7.3.1 but the same happens with that version.
Thank you,
Philipp Spitzer