LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph Time scaling problem

Hi ,

 

Can someone pls kindly help to check my vi.. i am having problem with x axis time scaling. Had play around with the properties for time format but the x axis time shown Date and Time wrongly.

 

My project need to  monitor Temperature graph for 12 hrs or 24 hrs or if possible need to view back previous 3 days..

Pls kindly help me with Real time scaling...

 

Thanks and Regards,

Brian

Download All
0 Kudos
Message 1 of 4
(2,712 Views)

Your chart data has no timing information. Set t0 of the chart to the current time when the program starts and set dt to the loop time.

 

What's your reasoning behind the "AND TRUE" code, that does not do anything useful at all.

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

Hi Altenbach,

 

May i know where do i find or set t0 and dt? In the properties?

AND TRUE is for if temperature +/- 5 deg C of optional value it will prompt alert..

 

Thanks and Regards,

Brian

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

shwemyatmann wrote:

May i know where do i find or set t0 and dt? In the properties?


Create a property node for the chart. It this is giving you problems do a few tutorials first.


shwemyatmann wrote:

AND TRUE is for if temperature +/- 5 deg C of optional value it will prompt alert..


What do you think would happen of you would delete the TRUE diagram constant and the AND function and you would just wire  directly to the indicator? Same thing! (See also this long thread)

 

 

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