LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting XY graph with two values and time


@Patel33 wrote:

The second column of the radio data is the time in the format hr.min.sec, so the first time in the table is 00.05.29.


The weather file only has hr:min and seems to wrap after 24 hours.

0 Kudos
Message 11 of 55
(787 Views)

Yes, thats the problem-the fact that both time formats are different and also the recordings occur at different interval gaps. Any ideas on how to resolve this?

0 Kudos
Message 12 of 55
(779 Views)

Would a multi plot with colours work for this?

0 Kudos
Message 13 of 55
(750 Views)

plotting the data is not the problem. SInce the time in one file wraps after each day, it is not unique.

0 Kudos
Message 14 of 55
(744 Views)

How should I go about this then? I am relativley inexperienced with labview and am unsure about how to proceed.

 

Thanks

0 Kudos
Message 15 of 55
(738 Views)

This has nothing to do with LabVIEW directly, there are easy ways to unwrap the times with a few simple assumptions.

0 Kudos
Message 16 of 55
(736 Views)

Oh ok, so after unwrapping the times, the plot will be simple? What do you mean by unwrap the times?

 

Thanks

0 Kudos
Message 17 of 55
(730 Views)

@Patel33 wrote:

Oh ok, so after unwrapping the times, the plot will be simple? What do you mean by unwrap the times?


Assuming we are dealing with consecutive days, we need to add one day whenever the time is lower than the previous time in the column.

0 Kudos
Message 18 of 55
(726 Views)

It's only consecutive days for some of the data, there are a few gaps between some days.

0 Kudos
Message 19 of 55
(721 Views)

@Patel33 wrote:

It's only consecutive days for some of the data, there are a few gaps between some days.


So there is no way to reconstruct it without additional information.

0 Kudos
Message 20 of 55
(718 Views)