LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph

Hello everyone,
 
i want to enquire if is possible to capture a RT graph for a specified range of values on X axis. How can i do that?
 
Thank you.
0 Kudos
Message 1 of 3
(3,509 Views)

Hello,

suppose if i use the programmatic control cursors, will it highlight and zoom in to that particular range automatically in the graph? Cause i tried looking at the examples but the program loads very slow on me.

Thank you

0 Kudos
Message 2 of 3
(3,377 Views)
Hi microes,
 
When you say "capture an RT graph", do you mean capture a picture of the graph?  If so, you can use the "Get Image" Method of the graph to get its image data.  You can change the image data into pixmaps using the Unflatten Pixmap VI or write it to file using the VIs under the Graphics and Sound >> Graphics Formats palette.  And yes, you can change the x-axis range of the graph by changing the properties Xscale.Maximum and Xscale.Minimum on the block diagram, and the graph will resize to show the current values in that range.
Regards,

James R.
National Instruments
0 Kudos
Message 3 of 3
(3,342 Views)