07-07-2006 02:54 PM
Hello,
I have a LabVIEW program that runs efficiency measurements on DC to DC power supplies. It generates an Excel file with all the data (voltages and currents of the input and output).
What I would like to do is calculate the efficiency of the power supply in the Excel spreadsheet. How to I load a column in the Excel file with a formula before I run the LabVIEW program.
If that is possible, the next thing I would like to do is display a graph on the LabVIEW front panel of the efficiency data that is in the Excel file.
Thanks,
07-07-2006 03:01 PM
07-11-2006 10:40 AM
Hi Gary,
If you have the LabVIEW Report Generation Toolkit for Microsoft Office, you can use the Excel Insert Formula.vi. Otherwise you will need to use ActiveX to perform the same functionality. Consult the MSDN website for the Excel identifier(s) that will allow you to insert the formula via an ActiveX control.