03-03-2011 07:23 AM
Hi
I m using ni 9401 with cDAQ 9172. I require a digital pulse train so that I can control the speed of motor by pulse width modulation. So can I supply a square wave using simulate signal option to the DAQ assistant? Does it qualify as digital as the NI 9401 is a digital I/O device.
Thank you for reading
Awaiting a reply.
Ashutosh
11-14-2012 11:09 PM
I am stuck at same problem let me know if you have answer
11-15-2012 07:18 AM - edited 11-15-2012 07:18 AM
The simulate signal puts out an analog signal. But what you can do is use a comparison to change it into a boolean array.
Using the default settings for the square wave generation, I recommand converting the dynamic data into a 1D Array of scaler and then use Greater Than Zero? to change it into a boolean array.