LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to print a string data graph 6.1

I downloaded an example of how to print a graph (a graph only, not the whole window)
and tried to use it for a particular graph that is using string data for
the x and Y coordinates. there is one spot I'm stuck
and am unable to make it work. i have an example attached

I was wondering if someone could help out.

Thanks
0 Kudos
Message 1 of 2
(2,589 Views)
You've got a couple of problems. First the xy graph does not have a history property, it has a value property. Change that and right click and select Create Constant to clear the graph. You're also specifying the same name for both files so one will overwrite the other. You also need to wire the error in of the waveform chart property so that it will print after the chart is updated. Putting some function over to the right side of another function does not mean it will execute after. They will execute in parallel so you will almost certainly not get what you wnat printed.
0 Kudos
Message 2 of 2
(2,579 Views)