04-30-2008 02:14 PM
04-30-2008 03:37 PM
04-30-2008 05:02 PM
Thank you for your response. I read some of the related posts, people responded in different ways. Afterwards, I still don't know the right answer. Any way, I'll post this question.
Which of the following only plots data in evenly distributed intervals along the x-axis?
|
A |
Waveform Graph |
|
B |
Waveform Chart |
|
C |
XY Graph |
|
D |
Both A. and B. |
|
E |
Both B. and C. |
In the question, my understanding is that evenly distributed means we can not set log or alike scales. If this is true, I see only Waveform Chart can not be set log scale. The other two can be set log scales. So the answer is B, is it correct? Anyone can give some advice?
Guangde
04-30-2008 05:15 PM - edited 04-30-2008 05:15 PM
LabVIEW includes the following types of graphs and charts:
LabVIEW includes the waveform graph and chart to display data typically acquired at a constant rate.
The waveform graph displays one or more plots of evenly sampled measurements. The waveform graph plots only single-valued functions, as in y = f(x), with points evenly distributed along the x-axis, such as acquired time-varying waveforms. The following figure shows an example of a waveform graph.
...
The waveform chart is a special type of numeric indicator that displays one or more plots of data typically acquired at a constant rate. The following figure shows an example of a waveform chart.
...The XY graph is a general-purpose, Cartesian graphing object that plots multivalued functions, such as circular shapes or waveforms with a varying time base. The XY graph displays any set of points, evenly sampled or not.
04-30-2008 06:18 PM
Thank you for your response. I think I can understand now what it means.
I'm struggling with the following question too. I will post again to make my reasonings and please let me know about your opinion.
Guangde
18) What VI is typically used to terminate an Error Cluster wire and to display any error message?
A Merge Errors B Simple Error Handler C One Button Dialog/Two Button Dialog D Generate Front Panel Activity 04-30-2008 06:52 PM
05-01-2008 08:59 AM
05-01-2008 02:40 PM
05-01-2008 03:48 PM
05-01-2008 04:17 PM