LabVIEW Professional Development System v8.2
Windows XP Service Pack 2
I have a VI that reads in an array of thickness values from a remote server via OPC. I manipulate the array to get a percent deviation from average thickness. At this point, I want to graph the thickness array and print out a report.
Although there is significant work to be done, I have gotten LabVIEW to put the front panel waveform control and an ID number into an HTML report. However, the waveform graphs in LabVIEW have a completely black background and are impractical for printing purposes.
My main question is, having no additional toolkits or anything, can I open the final, manipulated array in Excel and perhaps use LabVIEW to initiate an Excel VBA macro that will create the plot and print it?
If not, I will have to use the Picture Plot VI's, which I've had very little success with in the past.
Any suggestions?
Attached are my VI and one of the HTML reports that I've created.