09-09-2016 07:36 AM
Hi,
To verify my software, I would like to simulate some signals on the input of the NIDAQmx simulated board. Is it possible ?
I have created the simulated board in NI MAX, but I does not know how to simulate signal on the inputs and run my software (in C langage) to acquire the data.
Thanks
Solved! Go to Solution.
09-09-2016 02:05 PM
When I have made simulated devices, doing a scan of analog inputs gets you data in the form of a noisy sine wave. I can't recall what happens if you read digital inputs.
Outputs don't do much 🙂
09-12-2016 05:40 AM
The input signal of a simulated device is predefined, you cannot change it. It is much better to write your own piece of code that would simulate the signal.
09-12-2016 06:01 AM
Ok thanks !
09-12-2016 06:52 AM
But while you are here, go give this idea a Kudos: Interactive DaqMx simulation interface