LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NXG WEB Module Graph Time Stamp error

Hello! I'm trying to display a graph that consists of two arrays - time and data. The time is in Unixtime format. But there is a problem: time is not correctly converted on the X axis. In normal NXG2018-05-17_14-17-55.png2018-05-17_14-18-45.png ev2018-05-17_14-18-45.pngerything is fine and the time functions are converted correctly ... need help !!!

0 Kudos
Message 1 of 4
(2,640 Views)

Hi,

I encountered the same problem while working with Timestamps in WebVIs.

The workaround for you will be to do it like this:

 

Snippet.png

 

 

Notice the value you have to add to your Time values!

0 Kudos
Message 2 of 4
(2,627 Views)

Thank you, solved!!!

0 Kudos
Message 3 of 4
(2,566 Views)

Just in case, someone will see this thread:

 

While i was porting an application from NXG 2.1 to 3.0, I figured that this bug has been fixed. If you are doing the shown workaround in NXG 3.0, your Graph won't show any values at all!

 

So in NXG 3.0 this workaround is no longer needed.

0 Kudos
Message 4 of 4
(2,355 Views)