Skip to content

Error -2206 on Async exec unit if outgoing or ReadWrite channel size is 0 #126

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

Open
fmussi opened this issue Oct 8, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@fmussi
Copy link

fmussi commented Oct 8, 2021

Describe the bug
Async VI Loop returns error -2206 if you create an execution unit with 0 outgoing and / or readWrite channels

To Reproduce
Create an execution unit with only incoming channel refs and deploy the Custom device. You'll see the Read and Write to hardware steps not executing. If you enable error and stop async VI on error you'll notice error -2206

Additional context
potential fix by reading FIFO only if outgoing ch size is > 0

@fmussi fmussi added the bug Something isn't working label Oct 8, 2021
@fmussi fmussi changed the title Error -2206 on Async exec unit if outgoing or ReadWrite channels are = 0 Error -2206 on Async exec unit if outgoing or ReadWrite channel size is 0 Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant