Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

The problem of measure voltage

Halo,

Now, i am doing a project. i use the usb 6008 to measure the voltage for the 
generator. i use the labview8 to make a progamme.
When i run the progamme, the waveform chart can not show the waveform.But there are no error to occur. How can i set the wareform chart?
i attach the photo for the progamme. Can anybody help me to solve this problem?
Thank.
0 Kudos
Message 1 of 7
(3,472 Views)
You must post a screen picture of the front panel, and not of the diagram in order to have an idea of the problem.
Wilfried.
0 Kudos
Message 2 of 7
(3,442 Views)
 
 Hi,

 A waveform graph needs an array of data before it will display anything. Currently you are acquiring a Single sample then placing it on the graph, the result will be effectively no information conveyed. Either change the DAQmx Read to N samples or use a Waveform Chart.  Observe in the following example the DAQmx Read is N Samples with 10 samples acquired before the Waveform Graph is updated.


 
Now, in this example I am using a Waveform Chart and calling a DAQmx Read Single Sample.

 

 
 





Message Edited by Matthew W on 11-13-2007 10:19 AM
Download All
0 Kudos
Message 3 of 7
(3,431 Views)

Uh, according to the image, it is a chart.

34,

Is the chart set to autoscale? Also, you are acquiring a waveform data type. Do you see any difference if you switch to DBL datatype? What is the chart history set to?

0 Kudos
Message 4 of 7
(3,424 Views)
 To finish my post from earlier:

 This time I am using a DAQmx Read Single Channel Single Sample and displaying on a Waveform Chart.


 Hope this helps!

 Best regards,

 MatthewW
 Applications Engineer
 National Instruments


0 Kudos
Message 5 of 7
(3,423 Views)
Even if there is just one point on the daqmx read, each iteration loop must give a point and trace a graph ?? So it must work like that ?
Is there a problem with the loss of hardware clock set up ?
Wilfried.
0 Kudos
Message 6 of 7
(3,419 Views)