10-14-2009 09:27 AM
Solved! Go to Solution.
10-14-2009 09:53 AM
You are kind of all ove rthe place with this question(s).
Yes you can generate a voltage with 6009 AO.
You could plot the data in an XY graph and get voltage vs time or you can send it to a wavefore graph and set the properties to absolute time. There will be some conversions for this I would expect.
If you post your code we can help more.
10-14-2009 09:53 AM
Of course you can use the 6009 to generate a voltage. It has 2 analog outputs that go from 5 to 5V. Since it's software timed, your update rate is pretty slow and you can see in the specs.
10-14-2009 10:19 AM
Thanks for the feedback. I am trying to output a different voltage to A0 on a DAQ 6009. My time interval is around 100 mS. I have enclosed the excell data sheet and the VI
10-14-2009 10:20 AM
you forgot the attachments
10-14-2009 10:32 AM
10-14-2009 11:44 AM
10-14-2009 12:12 PM
10-14-2009 12:51 PM
I am trying take the excel sheet and create a voltage that is an exact duplicate of our custumer's graph. I have been able to output the voltage at A0 but there is no real time involved as yet. This voltage goes to pressure valve. The enclosed file is the file I am trying to create. The voltage will drive the valve open. It is a 4 to 20 MA servo valve. The time versure pressure is criticla.
Philip
10-14-2009 01:01 PM
If the time is critical, why did you choose the 6009?
It's pretty straight forward to create an array of dt values from the time column. This dt array and the voltage array would be wired to a DAQmx Write and Delay function inside a for loop. So there would simply be a write and a specified delay before autoindexing a new set of values. However, since all timing is controlled by software and windows is not anywhere close to deterministic, you will have significant jitter. Can you live with the time being off by 10s and sometimes 100s of milliseconds?