Skip to content
New issue

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

Deployment errors will happen if the custom device is used along built-in DAQ in the same card #1

Open
agomez08 opened this issue Jun 13, 2019 · 1 comment

Comments

@agomez08
Copy link

If using a multi-function DAQ card where AO channels are accessed by this custom device and other channels are used by the built-in DAQ functionality in VeriStand, errors will happen during deployment.
The specific error that was observed is Error -200088: "Task specified is invalid or does not exist"

However, this error is misleading. The actual error that is hapenning in DAQmx Start is Error -89137 "Specified route cannot be satisfied, because it requires resources that are currently in use by another route".

The error explanation and solution is documented in the next article:

Why Do I Get Error -89137 with My NI VeriStand Custom Device?
http://digital.ni.com/public.nsf/allkb/835392368BA3FCED86257B180072BF81?OpenDocument

@jjacekk
Copy link

jjacekk commented Apr 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants