08-17-2020 05:37 AM
Hello,
on a graph, I want to display the seconds in a relative time like 0 1 2 3 4 etc secondes from the start
It works fine.... if I use that code in the parameters : %<%S>t
where %< >t is the "relative time" box
Problem is : it start from 3680505071
So I have 3680505071 3680505072 3680505073 3680505074 3680505075
Anyone knows how to solve that ? thanks a lot
08-17-2020 05:41 AM - edited 08-17-2020 05:43 AM
HI Oxbow,
most often it helps to provide an example VI to explain the problem with some code!
Are you talking about waveform charts, waveform graphs or XY graphs? (Or even some other "graphs"?)
Which datatype is used to create the plots?
@Oxbow8 wrote:
Problem is : it start from 3680505071
You could just subtract "3680505071" when it's always the same offset… 😄