05-15-2023 02:42 PM
I want to extract the DD/MM/YYYY from the excel file attached into LabVIEW
The example I attach uses variant- however I'm open to using anything- I merely want to convert a date form which I can use as an X axis for my graphs.
05-15-2023 04:13 PM
Followed Converting Excel Date/Time Values to DIAdem and LabVIEW Values but not sure why it is off by four hours or a day.
05-16-2023 12:49 AM
05-16-2023 07:19 AM
@ZYOng wrote:
Followed Converting Excel Date/Time Values to DIAdem and LabVIEW Values but not sure why it is off by four hours or a day.
Note: The For Loop is unnecessary:
Same:
05-16-2023 08:43 AM
Thank you very much, very kind of you know show me that..
I was wondering if I could impose upon you folks once more..
I've attached the same excel spreadsheet but I've added an extra column for Y axis data would you be kind enough to modify the same VI and include an XY display where the X axis is the date?
It's probably trivial but that's where I'm struggling
05-16-2023 08:52 AM
Hi LED,
@LED47 wrote:
I've attached the same excel spreadsheet but I've added an extra column for Y axis data would you be kind enough to modify the same VI and include an XY display where the X axis is the date?
What have you tried and where are you stuck?
05-16-2023 11:47 AM
Everything's going fine as far as adding the timestamped X axis
I almost feel embarrassed to ask this now but if you could turn me on to one more thing I would very much appreciate it.
I want to be able to display multiple graphs in either XY graph or waveform chart maintaining the X axis time in either case.
05-16-2023 01:47 PM
Hi LED,
@LED47 wrote:
I want to be able to display multiple graphs in either XY graph or waveform chart maintaining the X axis time in either case.
When you want to plot mot than one plot in your graph then you should create an array of plots…
05-16-2023 08:18 PM
The LabVIEW Help system is (or, "used to be" -- I'm currently using LabVIEW 2019) pretty complete. If you look up Graphs and Charts, it discusses how to plot multiple "channels" (it's pretty straight-forward). There are also multiple Tutorial materials available, including links on the first page of this Forum, and the Web.
You can "look it up" ...
Bob Schor
05-17-2023 09:42 AM
okay thank you 🙂