03-27-2019 12:03 AM
Dear all!
I am new in Labview and DAQ systems. I would APPRECIATE any help from YOU.
I would like to plot the graphs of two lvdts displacement up to time change on A ONE SINGLE Waveform Chart and finally get the results in excell file.
I face some problems pertaining to type inconsistency when converting from dynamic data.
DAQ: NI USB 6210
LabVIEW version: LabVIEW 2017
The source code and the screenshots of settings of certain blocks have been attached.
03-27-2019 01:55 AM - edited 03-27-2019 01:55 AM
Hi Frank,
I would like to plot the graphs of two lvdts displacement up to time change on A ONE SINGLE Waveform Chart and finally get the results in excell file.
Then why do you converrt the DDT wire to a single waveform, when you want to plot both waveforms/signals?
You should convert to an array of waveforms to get your both signals…
(You should get rid of that DAQAssistent, it will limit you in the end.)
03-27-2019 09:00 AM
@GerdW wrote:
(You should get rid of that DAQAssistent, it will limit you in the end.)
And when you get rid of the Dreaded DAQ Assistant, do not bring back its Evil Twin, the Dynamic Data Wire! Stick with an Array of Waveforms which will automatically plot "correctly".
Bob Schor
03-27-2019 09:39 PM
Thank you for the response.
I changed Resulting data type and get rid of some elements, but I lost time column in my result file.
You advise me to change DAQ assistant to something, could you tell me to what?
03-27-2019 09:43 PM
Thank you for the response.
You did mention about changing DAQ assistant to something, what namely I got to change it to?
03-27-2019 09:59 PM
All I want is just read the voltage values from two channels during certain TIME and:
1. Plot the on the SINGLE waveform chart
2. Save the result values to a file (csv, txt, excel) with following structure:
time| voltage1| voltage2|
I have been looking for relevant examples but without success. If you know please, could you give some link to specific examples
Sorry if my questions looks silly or wierd.
03-28-2019 03:11 AM