Write Recovery Mode

NI-DAQmx C Properties

Write Recovery Mode

Data Type: int32
Description: Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes.

Valid values

DAQmx_Val_WaitForInterrupt 12523 Attempt to recover when the system receives an interrupt service request. This mode is the most CPU efficient and best suited for recovery at lower pulse train frequencies.
DAQmx_Val_Poll 12524 Repeatedly attempt to recover as fast as possible. This mode has the highest probability of recovery success at the expense of CPU efficiency.


You can get/set/reset this property using:
  DAQmxGetRealTimeWriteRecoveryMode
  DAQmxSetRealTimeWriteRecoveryMode
  DAQmxResetRealTimeWriteRecoveryMode