I am writing a C# windows program that needs to synchronously read 3 AI (voltages) and 1 DI (pulse).
The Universal Library has a DaqInScan() call which seems to be what I want, but it is not supported on the 1608GX board (as far as I can tell).
What is the best way to continuously read 3 AI and 1 DI in the background and ensure that all 4 values are synchronised (i.e. all sampled at the same time)?
Question
Sirius
I am writing a C# windows program that needs to synchronously read 3 AI (voltages) and 1 DI (pulse).
The Universal Library has a DaqInScan() call which seems to be what I want, but it is not supported on the 1608GX board (as far as I can tell).
What is the best way to continuously read 3 AI and 1 DI in the background and ensure that all 4 values are synchronised (i.e. all sampled at the same time)?
3 answers 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