LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform chart

I have designed a simple program to read a dc voltage ( less than 10 V)  from Spellman High voltage. Though I get the correct  numeric value of a dc voltage, I'm not getting a correct waveform chart. The waveform chart between voltage and time is not correct. How can i fix it?

labview dc graph.PNG Thanks a lot for your time and effort. 

0 Kudos
Message 1 of 3
(709 Views)

1.  Remove the wait.  There is no real need for it.

2. Change your Acquisition Mode to Continuous Samples.

 

So what you have is 100ms worth of data every 1 second.  So you have a gap of 900ms between your acquisitions.  So by setting the acquisition mode to "Continuous Samples", you are telling the DAQ to just keep reading data.  And when you do this, you will want to remove the wait since the DAQ will be limiting your loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(706 Views)

When I plot x-axis vs voltage, I want to have a time displaced in x- axis in seconds from 1 to 100( I'm taking 100 data only) . How do I fix it? What I meant is I want x axis from 1 to 100 displaced. 

0 Kudos
Message 3 of 3
(635 Views)