05-20-2013 10:46 PM
Hi guys.
I am new here and Labview, sorry for my english wrongs. I am from Brazil.
05-20-2013 10:51 PM
What is the datatype of the chart data?
What is the formatting of the x-axis?
You show us how it should look like, but you did not show us what you actually see instead and what the problem is. This missing information might give a clue on what's wrong. Easiest would be if you could attach the actual VI.
05-20-2013 10:56 PM
Hi friend,
Its not clear what is posing problem. I am attaching one example VI. Let me know if this helps
05-20-2013 11:04 PM
Hi altenbach
The datatype is 14 channel with single precision, and the format of the x-axis is absolute time, but, the VI don´t show it. And i wish to show divisions on each 5 min.
05-20-2013 11:05 PM
05-20-2013 11:11 PM
This is a print of block diagram with a close in waveform chart.
05-20-2013 11:25 PM
Here it is.
05-20-2013 11:28 PM
@Kossmann wrote:
This is a print of block diagram with a close in waveform chart.
Your chart does not get any timing information, thus you need to set the dt manually or with a property node according to the update rate of your code (we cannot tell from the picture).
If you want absolute time, you also need to set the t0 according to the start time of the chart. Then you also need to select the desired time format of the axis.
(It really does not help to show us code pictures. I recommend you attach the actual VI.)
@Kossmann wrote:
The datatype is 14 channel with single precision, and the format of the x-axis is absolute time, but, the VI don´t show it. And i wish to show divisions on each 5 min.
Instead of telling us what it does not show, tell us what is shows instead and what's wrong with it.
05-20-2013 11:56 PM
@Ranjeet_Singh wrote:
Here it is.
This is not really applicable, because you are showing an XY graph while the question is about a waveform chart.
05-21-2013 12:03 AM
Sorry I posted the wrong VI.
Here it is in 8.6