LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display seconds on X-axis of the graphs

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

0 Kudos
Message 1 of 2
(1,098 Views)

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… 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,096 Views)