05-16-2024 05:36 AM
Hi everyone,
I'm working on a LabVIEW project where I'm currently plotting data on a graph. However, the X-axis of my graph shows the data in terms of cycles, but I would like to display it in terms of time instead. I've set up the graph and variables to indicate the minimum and maximum values, but I'm not sure how to adjust the X-axis to represent time.
What modifications do I need to make in my block diagram?
Any guidance or examples would be greatly appreciated!
Thank you in advance!
05-16-2024 05:55 AM
Not clear what exactly you needed.
If you need "relative seconds", then just rename X-Axis accordingly, but if you need absolute time, then use Time Stamp and configure X-Axis in the Properties according your needs:
05-16-2024 12:55 PM
Thank you !