We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CD will not work fine if you are using multiple instances of it. Mainly because of reentrancy settings.
Possible fix:
Add re-entrant flag for calling Waveform Generation Loops (0xC0 instead of 0x80).
Append ‘DAQ Dev Name’ (from Get DAQ Settings.vi) to the queue name for Waveform Parameters FIFO.
Also passed the DAQ Dev Name into the Waveform Generation Loop to include in the console message. (optional)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CD will not work fine if you are using multiple instances of it. Mainly because of reentrancy settings.
Possible fix:
Add re-entrant flag for calling Waveform Generation Loops (0xC0 instead of 0x80).
Append ‘DAQ Dev Name’ (from Get DAQ Settings.vi) to the queue name for Waveform Parameters FIFO.
Also passed the DAQ Dev Name into the Waveform Generation Loop to include in the console message. (optional)
The text was updated successfully, but these errors were encountered: