03-16-2019 08:57 PM
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.
Solved! Go to Solution.
03-17-2019 04:34 AM
You can convert time string to number and send to graph, for example
03-17-2019 06:09 AM
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.
03-17-2019 08:11 AM
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.