09-12-2024 01:20 AM
Hi Patil,
@VihangPatil wrote:
Hello Fibo…
Please don't hijack 15 year old threads.
Keep your discussion in one place: in your own thread!
09-12-2024 03:44 AM
@VihangPatil ha scritto:
Hello Fibo
I am trying to achieve the same using XY graph. But struggling to get the XY Graph to work like Waveform Chart
I want to also add timestamp to the Xaxis. Can you please share your code
This is my code where i am struggling
Thanks
Don't use Build Array and Delete from Array together, it's very memory inefficient. Instead use Rotate 1D Array and Replace Array Subset.
For the x-axis to show the time/date, simply change the Display Format to Absolute time in the properties:
09-13-2024 11:44 AM
Thanks all for the help
I was able to get the Timestamp issue resolved using waveform chart itself. Since my data was 1D array of numeric values and the iterations where not always consistent, Therefore I used build waveform and added the Get Time/Date in Secs and it worked.
I am attaching the code for anyone who might find it useful. Since I had to spend a lot of time getting it right