11-03-2009 10:42 AM
Hello everybody,
I know Digital I/O used just for digital waves but I am wondering is there any way to have a DC constant voltage(0-5volt) using the digital I/O, maybe by increasing the pulse width and decreasing the frequency! Do u have any idea about?
Thanks,
Elahe
Solved! Go to Solution.
11-03-2009 11:48 AM - edited 11-03-2009 11:48 AM
This is trivial. If you want 5V, you write a logic 1 or a Boolean True. If you want 0V, you write a 0 or a Boolean False. It all depends ion which DAQmx Write you use or how you configure the DAQ Assistant.
11-03-2009 11:55 AM
11-03-2009 01:30 PM
Not sure how much ripple there would be, but you could pulse the output and change the duty cycle. Feed that into an RC filter perhaps. You would have to collect some data as to what pulse width generates what voltage for a given frequency.
-AK2DM