NI-DAQmx .NET Framework 4.5 API Reference

Watchdog.ResetTimer Method

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
Watchdog.ResetTimer Method
Resets the internal timer to 0.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public void ResetTimer()
Public Sub ResetTimer

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must continually reset the internal timer to prevent it from timing out and locking out the device.

See Also