01-31-2013 09:27 AM
Hi,
Is it possible to create the Graph in labview which is exactly running in veristand? I wanted to make a moving graph like in veristand. Please do tell me if there any examples concerning this case.
01-31-2013 10:19 AM
The VeriStand Graph on the Workspace was written in LabVIEW, so yes it is possible to recreate that functionality in a LabVIEW VI. The source code for the graph is not available, and it is tightly coupled to its use in VeriStand, so it wouldn't be easy anyway to simply use it in an arbitrary VI.
I don't know of any great examples to point you to. However, I would recommend looking into using a Waveform Chart instead of a Waveform Graph. You can wire an array of waveforms into a chart, and the chart will handle buffering the data so that you see a running graph, whereas a Waveform Graph will only display the waveforms that you wire in, and not any historical data.
See the example below, which wires the same waveform into a Waveform Chart and a Waveform Graph.
01-31-2013 10:20 AM - edited 01-31-2013 10:22 AM
I didn't see you the response from Jarrod. Ignore this since I can't delete it...