I am new to Arduino and this forum also. My application is to Read Analog voltage and current, Digital voltage and current, and temperature from temperate transducer with Labview and display the values in Excel format.
I've interfaced Arduino Duemilanove with Labview. Now with the above requirement can i read all the values simultaneously with one Arduino board.
If it is possible please suggest the basic schematic for that.
What's a digital voltage/current? Voltage and current are always analog. You can have a digital signal which means it's either high or low (where both levels need to be defined for the specific application, in the Arduino environment high is usually around 5V and low usually means around ground (0V) level).
My application is to read Analog, digital voltages of external power supplies and temperature from a transducer using Arduino Duemilanove, and with Labview i have to display the result.
I've interfaced this Arduino board with Labview already.
Is it possible to acquire Analog and digital voltage values at same time using this Arduino board?
If possible, suggest the basic schematic diagram.
Also suggest the Arduino program to acquire these three values.
Don't post the same stuff again! You haven't yet explained what a digital voltage should be (because in my definition of voltage this isn't a valid term).