You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waveform Generator Current point (WaveGenCurrentPoint) is not updated and stays at max when the waveform generator is in one-shot mode (WaveGenContinuous=0). It does work in the Waveform Generator continuous mode (WaveGenContinuous=1). Tested on MCC USB-1808.
The text was updated successfully, but these errors were encountered:
status = ulAOutScanStatus(daqDeviceHandle_, &scanStatus, &xferStatus);
This code is independent of whether the scan is done in One-shot, or Continuous mode. So clearly the aoIndex is not being returned correctly by the underlying Measurement Computing driver, or by the device itself in One-shot mode.
I don't think there is anything we can do to fix the problem.
Waveform Generator Current point (WaveGenCurrentPoint) is not updated and stays at max when the waveform generator is in one-shot mode (WaveGenContinuous=0). It does work in the Waveform Generator continuous mode (WaveGenContinuous=1). Tested on MCC USB-1808.
The text was updated successfully, but these errors were encountered: