LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Absolute Time to a Bundled Chart- Please help.

Solved!
Go to solution

Good Morning, 

I have been attempting to add real time to my temperature logging graph however I am struggling a little. I have had a look around and have seen various solutions but I cant make any of them work (because of the Bundle it seems). There are 3 traces on the graph (Y-Axis) plotted against time (on the X). Any help would be amazing im brand new to LabView so sorry its a menial question. Please see some attached photos for a better idea what I am talking about. 

0 Kudos
Message 1 of 4
(2,506 Views)

You can convert time string to number and send to graph, for example

0 Kudos
Message 2 of 4
(2,477 Views)

Thanks for your help but that method looks incredibly complicated and im not sure how to apply it to my situation. Any tips as to how I should implement it. Thank you again sorry im so new to all this. 

0 Kudos
Message 3 of 4
(2,471 Views)
Solution
Accepted by topic author ElectronicEd

You need to use the Waveform data type. You create a waveform with the appropriate t0 value (from the Get Date/Time in Seconds function), using the Build Waveform function, and then you build a 1-D array of waveforms as shown below. Each waveform could even have its own time value.

Example_VI_BD.png

Marc Dubois
0 Kudos
Message 4 of 4
(2,466 Views)