LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Temperature Graph

HELP ....
 
How do I setup the lapse time with respect to my temperature graph?
Why does the plot on the graph read a different temperature than the digital display, how can I correct it ?
 
Thanks
Pop
0 Kudos
Message 21 of 24
(701 Views)
Do you want to show the absolute time on the x axis or something else? In order to show the actual time, you need to set the x axis formatting to absolute time and wire the start time and increment to a property node of the chart. Look at the shipping example called Real-time Chart.
 
I don't understand your comment about the plot showing a different value than the digital display. The only example you posted with a digital display has a numeric array indicator and it will show the most recent value acquired for each channel. The way you had it wired, it has to display the same as the last points plotted on the chart. If you've made some significant changes to your program, you might want to post what you've done now.
Message 22 of 24
(695 Views)
The temperature on the graph and the actual temperature display are different values.
I set my control to 40 degrees the digital display will track fine but the graph would go to 80 degrees.
Do I have something set incorrectly to see this overshoot graph display.
 
Pop
0 Kudos
Message 23 of 24
(685 Views)
The multiplier on the temperature scale display was set incorrectly to 1.5 that's why my graph was off by that factor.
0 Kudos
Message 24 of 24
(683 Views)