I'm updating a legacy C# project using a USB2523 to use a USB2627. With the new driver for Win10 64bit, the board appears to continue to acquire data after being aborted in mid data acquisition. This prevents the system from starting data acquisition again because the board is busy and not available. Given some time, the board must time out as it once again becomes available and data acquisition can be started. The following call is being used to stop the board.
Question
Coy C
I'm updating a legacy C# project using a USB2523 to use a USB2627. With the new driver for Win10 64bit, the board appears to continue to acquire data after being aborted in mid data acquisition. This prevents the system from starting data acquisition again because the board is busy and not available. Given some time, the board must time out as it once again becomes available and data acquisition can be started. The following call is being used to stop the board.
Edited by Coy C_daqBoard[iBoard].StopBackground(MccDaq.FunctionType.DaqiFunction);
Is this the correct way to stop the board during data acquisition? If so, do you have any suggestions about what I need to do to fix this issue?
Also, can you point me to example projects written in C# and C++?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now