05-19-2009 08:28 AM
In Hisctorical chart, I need to display X-Axis as distance in meters and and not in function of time. How can I change the way it is displayed?
Best regards.
05-20-2009 04:24 PM
Hi Trembaly,
Have you tried using an XY-graph instead? The waveform charts and graphs are set to show the X-xis as time by default.
Ipshita C.
05-20-2009 05:00 PM
05-21-2009 08:42 AM
Thanks for answering me.
I give you some more details.
A USB6210 acquires 2 LVDT signals and 1 counter signal from encoder.
I computer the lenght of the cable with pulses from encoder.
I must draw two different graphs. One for the first LVDT, its max and min limits vs Lenght and a Second graph with the second LVDT, its max and min vs Lenght.
Signals are sampled at 77hz and I adisplay about 5000 feet of datas on screen (the last about 1 minute range). About 30 minutes must be saved. At the end, the entire datas are displayed on graph.
It's important to keep a real time display when running the machine because it is use to determine the quality of the product. The speed directly affects the X-axis.
What is the best design? XY graph or WaveformChart?
Best regards.
05-21-2009 01:05 PM
Hi Trembaly,
Please look at this knowledgebase article to know the difference between a waveform graph and chart. Basically, a waveform graph gets drawn after the data has been collected and a waveform chart appends points as they come. Therefore, for your real-time display a waveform chart would be way to go. Hope this helps!
Ipshita C.
05-21-2009 01:51 PM
Hi Ipshita C.,
That's what I've done for the first test. But I don't know how to set the X-axis as the lenght. Any example to send to me?
05-21-2009 03:58 PM
I need to enter 4 signals:
1- Max limit
2- Min Limit
3- LVDT
4- Length since starting.
Lenght should be the X-axis.
So each 0,013s, it take a snapshot of the values: LVDT and Lenght.
Lenght depends on the encoder (speed), not of the time interval. I cannot use Scale and Offset for the relationship.
05-21-2009 04:13 PM
05-22-2009 07:28 AM
05-22-2009 02:46 PM
Hi Trembaly,
Please follow the post by Dennis for the XY-Graph and also look at the XY Graph example in the LabVIEW Example finder. Thanks!
Ipshita C.