Missing Excel menus in Report Generation function palete

Hello all,
I have loaded (and relaoded) the report generation toolkit into Labview.  What happens is that I only get the options for selecting MS word vi's in the report generation palete (listed under the  Programming menu).  How do I get the Excel VI's to show up in this palete?  I realize that there is probably some sort of *.mnu file that I need to insert into the menu folder...does anybody know where I can find this file?  I have tried dropping the excel mnu files (from the report generation install disk) into the menu folder but this dosen't work.  Any other ideas or suggestions?
Note the folder path I am using: C:\National Instruments\LabVIEW 8.2\menus\categories\Programming\_NI Report
Thanks,
Jay Poret

What version of the Report Generation Toolkit are you using?  Version 1.1 and earlier are not compatible with LabVIEW 8.x, particularly as far as the palettes are concerned.  I believe you can get RGT 1.1.1 from the Upgrade Advisor.  It is a free upgrade for RGT 1.1 users, and it is fully compatible with LabVIEW 8.x.
But if you are already using RGT 1.1.1, I really don't know what the problem could be.  In order to see the Excel subpalette under the Report Generation palette, the following files need to be present:
C:\National Instruments\LabVIEW 8.2\vi.lib\addons\_office\excel.llb
C:\National Instruments\LabVIEW 8.2\vi.lib\addons\_office\_exclsub.llb
C:\National Instruments\LabVIEW 8.2\menus\Categories\Programming\plat-nireport.mnu
C:\National Instruments\LabVIEW 8.2\menus\default\excel.mnu
C:\National Instruments\LabVIEW 8.2\menus\default\exceladv.mnu
C:\National Instruments\LabVIEW 8.2\menus\default\excelfrm.mnu
C:\National Instruments\LabVIEW 8.2\menus\default\excelgen.mnu
C:\National Instruments\LabVIEW 8.2\menus\default\excelpic.mnu
C:\National Instruments\LabVIEW 8.2\menus\default\excmacro.mnu
Make sure all these files are present.  Note that I have not tried installing RGT to a non-default LabVIEW installation (in your case, the "Program Files" folder is not used).  I assume things should work just the same, but I am currently trying this out on my test machine.  I'll let you know if I discover any problems.  Meanwhile, let me know if my suggestions are useful.
-D
Darren Nattinger, CLA
LabVIEW Artisan and Nugget Penman

Similar Messages

  • Problem with writing continuous data to excel using using Report Generation vi's

    Hey Everyone,
    I am trying to read the data from DAQ and write to excel continuously using Report Generation vi's. 
    But when I run the VI, it writes only one interation of the while loop (gathering data from DAQ continuously) and doesn't append the data into the same file when I run it again after stoping the VI. 
    I have attached the VI i created. Please let me know if you have any idea to solve this issue. 
    Thanks
    Attachments:
    sample 5.vi ‏35 KB

    There are two problems with your VI.  First, the basic logic of writing/appending to a file (Excel, TDMS, anything) should go something like this:  Open the file, position yourself at the end of the file, then, in the loop, acquire data and write it to the file until you are finished with data acquisition.  When you exit the acquire/write to file loop, then close the file.  In particular, the opening and the closing of the file should not be inside the loop.
    As others have pointed out, writing to Excel might not be optimal, particularly if you are acquiring data at a high rate (and would therefore be writing a lot of data). We actually use Excel in our data acquisition routine, mainly reading from a WorkSheet to get the parameters of a particular stimulus, but also writing the outcome of the response to the stimulus.  As it happens, our "acquisition rate" in this example is on the order of several samples per minute, so there's no problem using Excel (we also sample 16 channels of analog data at 1 KHz -- this gets written as a binary file).
    Second, if you really do want to use Excel, use the (existing) Excel file to which you want to append as the "template" argument of the New Report function.  Then use the Excel Get Last Row function to position yourself at "end of file", as noted above.
    Good Luck.
    Bob Schor

  • Application Builder for labVIEW 7 Doesn't support any report generation function

    I'm Using LabVIEW 7.0 to build an application My Application is exporting data to an excel report. the vis were working great until i tried to creat an .EXE file. The application is working fine but when i try to generate the report nothing happens.
    So, I decided to test the report generation functions alone (New Report.vi, Append report text.vi and Dispose Report.vi). The Problem Still there, the .EXE file takes no action when i attend to generate a report. any suggetions please.

    Shady Yehia wrote:
    > I'm Using LabVIEW 7.0 to build an application My Application is
    > exporting data to an excel report. the vis were working great until i
    > tried to creat an .EXE file. The application is working fine but when
    > i try to generate the report nothing happens.
    >
    > So, I decided to test the report generation functions alone (New
    > Report.vi, Append report text.vi and Dispose Report.vi). The Problem
    > Still there, the .EXE file takes no action when i attend to generate a
    > report. any suggetions please.
    Another possible reason besides of possible path problems: Are you
    running that application on the same computer? If not you need not only
    to install the Runtime-Engine (automatic when you create an installer)
    but also the Report Active X support.
    To include that into the installer
    you go into the Installer Settings Tab, then press the Advanced button
    and make sure that you check the NI Reports Support checkbox before
    creating an application build.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Problem writing to excel file using report generation toolkit

    hello everyone, i have this report generation toolkit... and i want to output DAQmx Analog I/P data on to an excel sheet. the DAQmx is programmed to collect 
    data at 3samples/sec. however, when i see the excel file that Report Generation Toolkit generates, the time stamp is updated every second instead of every 0.33sec. 
    can anyone please help me?  i am using the MS Office Report Express VI. 
    Now on LabVIEW 10.0 on Win7

    @All, I got rid of the express VI, decided to work on the custom low level VIs instead. however, i have a new problem now... 
    I have a case statement wherein, the user selects if he wants to start generating a report. once the program enters tat loop, the program speed reduces! 
    can anyone please tell me why is it happening? i ahve attached the vi... also another question.. in this VI, i am capturing the unwanted data into the graph as I am indexin the graph input. how can i make a logic 
    that the graph captures the data only when I am switching the CREATE REPORT button (which is in the while loop). is there a way that I can append the data to the graph without creating a new graph every iteration? please let me know
    thanks
    Now on LabVIEW 10.0 on Win7
    Attachments:
    Untitled 7.vi ‏75 KB
    Untitled 7.JPG ‏99 KB

  • How to populate the last empty row in Excel without using Report Generation Kit

    I wrote  a Labview SUb Vi that uses Report Generation Toolkit that is not loaded on the test stand. I am looking to convert it from Report Generation Vi like New Report,  Append Table to Report, Dispose Report. The tunneling through all the report generation Vis seems extensive. Code is attached. Thanks, Greg
    Greg

    Thank you that was a big help...
    I used the Excel Forum to get a lot of great ideas.  My code is almost working.
    There is a 2-D String Array that represents the String data that I am exporting to the Excel File Sheet 1 - 5.
    I am attempting to determine the last populated row in sheet 1 then populate the next row of Sheet 1.  Since all 5 sheets are populated every time, I should not have to search every sheet for the last row.
    I am getting two row populated on sheet 1 with seeming the same data.
     I found an AXExcelWrite2D ArrayWorksheet.vi that I thought would work.  I think there is a Table  determination that is causing me problems.  The link is http://lavag.org/topic/13324-labview-and-excel-activex-or-ado/.  The Application Invoke Node has a convert formula with "FromReferenceStyle" with R1C1 Attached to it.   I am not sure what this function is doing.  When I try to bring the function help up, there is a missing file.
    I am including both the new active x vi and the report generation vi.   Report Generation VI works.
    I would appreciate any assistance I can get on this.
    Thanks
    Greg
    Greg
    Attachments:
    REPU Test Data Population using Active X Write Save.vi ‏92 KB
    REPU Test Data Population.vi ‏60 KB

  • No Word or Excel selection in report generation toolkit

    I've uninstalled/repaired the Report Generation Toolkit that I received with 8.2 Toolkit disks. I still don't have the selection of Word or Excel with the New Report.vi.  All I get is Standard Report or HTML. Some magic I'm missing?
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell

    Check out my reply (#4) in this thread, where I link to the KnowledgeBase entry that discusses having a toolkit installed to multiple LabVIEW versions.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Is it possible to insert data into two Excel worksheets using Report Generation Toolkit?

    I'm using the toolkit to insert data into two separate worksheets in Excel using named cells. The problem is that it tends to favor one sheet or the other. In other words, one sheet will have data and the other no data and vice versa. (Sometimes I get data in both sheets.) Is there something I can do to clear this up or is what I'm trying to do unreasonable? I would like to use two worksheets so one sheet receives text and data. The other sheet is used to format the data into a printable report. (i.e. using Excel's CONCATENATE function) The second (report) sheet is also used to receive plots (JPEG files) from LabVIEW. I'd send the plot images to the first sheet, but I can
    not see a way to automatically transfer images from sheet to sheet. I'm using LV 7.1, Win2000 and Toolkit v.1.0.1

    Hi,
    You can use the "Excel Get Worksheet.vi" under All Functions >> Report Generation >> Excel Specific >> Excel General to specify a particular worksheet as the current worksheet. Then, you can specify which worksheet you want to write to in your VI.
    Let me know if you have any further questions and good luck!
    Kileen C.
    NI

  • How do I get the last COLUMN in an Excel Sheet using Report Generation toolkit in LV7.1?

    I am trying to get the last column in an Excel sheet using the Report Generation toolkit. The function "Excel Get Last Row" does not give last column info. Is there a function that will do this?
    Thanks

    Hello –
    I think the following example program might be helpful to get you started programming your application.
    Get Excel Data from Specified Field.
    Hope this helps!
    SVences
    Applications Engineer
    National Instruments

  • I have problem with running excel macro in report generation tool kit

    I am trying to use Excel Run Macro.vi but run into a problem: Exception occured in Microsoft Excel, The macro 'personal.xls!Macro1' cannot be found.. Help Path is C:\Program Files\Microsoft Office\Office\1033\xlmain9.chm and context 0 in Excel Run Macro.vi->example.vi
    Also I tried to save the macro under the file that is active and I get the same results.
    I saved the macro as *.bas file and ran it using Excel Import Module and did not see any erreos and it did not do anything.
    Where a re some god examples that use the excel marco feature using the new report generation vis?

    masoud,
    Try this example out and let me know if you have any more questions. Also, this is in LabVIEW 6.1 format. If you need it in a different format, please let me know.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask
    Attachments:
    Module1.bas ‏1 KB
    TestAddMacro.vi ‏34 KB

  • How to get data from an existing Excel file using report generation toolkit

    I'm trying to use the Excel Get Data vi from the report generation toolkit, but i can't figure out how to turn a browsable path into the right type for the VI.  I've tried using the New Report.vi, but that doesn't work unless you use a template.  It won't open an existing excel file and make it an open report to pull data from.
    Essentially, i have a bunch of excel files that have data in them and i want to use a VI to analyze the data.  So, i'm trying to pull in all the data directly from the excel file so i don't have to reproscess them all into text so i can use the more standard spreadsheet VIs.  But to even convert the excel file programtically in labview won't i still need to be able to open the excel file and get the data?
    Solved!
    Go to Solution.

    I C.
    Got it,
    the reason why I can view it using my Excel file because its in .CSV.
    I open Microsoft Excel to open .CSV file.
    But you can also open .csv file with notepad.
    So, you cannot open .xls with Read Spreadsheet File
    I learn something everyday
    Best regards,
    Krispiekream

  • How can I change the position of the page footer when using the report generation functions of LabView 6.1.

    At present my page footer is printing too far up from the bottom of the page. I have been unable to find a property that enables the position to be changed.

    Use the Set Report Margin.vi to set the bottom margin to something less than the default 1. I got a standard report to print a footer .2 inches from the bottom of the paper.

  • Report Generation Toolkit 打开现有的Excel 文件

    用activeX打开excel我会,但是属性太复杂。不想用ActiveX的方式。
    我有LabVIEW Report Generation Toolkit for Microsoft Office;
    里面的例子都是生成新的excel 文件
    如果要打开现有的excel文件,然后对里面的资料进行操作,可以透过这个toolkit实现吗?

    这个论坛没有人气吗?

  • Unable to write an image to excel with report generation toolkit

    I am unable to write an image to excel with the report generation toolkit. The VI works fine for word, but when I select Excel the speadsheet pens but remains blank.

    Ranjeet
    I am using Labview 2013 or 8.0, but here is an image of the very simple test VI.
    Regards
    Steve

  • .tmp file is created by NI Report generation toolkit for logging data to MS Excel

    Hi,
    I am getting ".tmp" file while logging data to MS Excel by NI Report generation toolkit. Instead of assigned file name, toolkit is generating a junk value with .tmp extension, but I can able to open this .tmp file with MS Excel.
    Can anyone help to solve this issue?
    Thanks,
    Thirumala

    Hi Thirumala,
    You may experience issues when you try to save a Microsoft Excel file if one or more of the following conditions are true:
    1. You save an Excel file to a network drive where you have restricted permissions.
    2. You save an Excel file to a location that does not have sufficient drive space.
    3. The connection to the Excel file has been lost.
    4. There is a conflict with an antivirus software program.
    5. You save an Excel file that is shared.
    6. The 218-character path limitation has been exceeded when you save an Excel file.
    7. The Transition Formula Evaluation feature is turned on in Excel.
    8. The file was created from a template that contains embedded objects.
    Hope this will help to solve your problem.
    Thanks,
    Sanad MM

  • Install of Report Generation Toolkit without Microsoft Office previously installed.

    After installing "LabVIEW Report Generation Toolkit for Microsoft Office Version 1.1.3" on a computer without Microsoft Office I noticed that the Report Generation VI palette does not include the "Excel & Word" specific VI's, even though I have "Excel & Word" installed. Is there any way to "activate" those VI's without installing "Microsoft Office?" If the answer is no and I do install "Microsoft Office" will those VI's become available on the Report Generation VI palette? Or will a reinstall of the "LabVIEW Report Generation Toolkit for Microsoft Office Version 1.1.3" be required?
    Message Edited by St. Pete SAIC on 06-17-2009 08:01 PM

    St. Pete SAIC wrote:
    After installing "LabVIEW Report Generation Toolkit for Microsoft Office Version 1.1.3" on a computer without Microsoft Office I noticed that the Report Generation VI palette does not include the "Excel & Word" specific VI's, even though I have "Excel & Word" installed. Is there any way to "activate" those VI's without installing "Microsoft Office?" If the answer is no and I do install "Microsoft Office" will those VI's become available on the Report Generation VI palette? Or will a reinstall of the "LabVIEW Report Generation Toolkit for Microsoft Office Version 1.1.3" be required?
    Message Edited by St. Pete SAIC on 06-17-2009 08:01 PM
    OK any question?  Install the specific Office version and if that doesn't change the registery keys that NI is depending on reinstall the LV Add-on.  Of course NI, software tool-kits check registered software!  Why install a "for Office" package that is unusable or (worse from a litigation point) includes functionality for unlicensed or pirated "Office" installations.  Again- "*xx For (R) Office xx*"  means they have gone through some licensing agreement.
    Jeff

Maybe you are looking for

  • Extended Withholding Tax

    Hi All, Please give me answers for the following - 1. If rate is changed in mid of year, what will be the effect? 2. If TDS Amount is more than Debit note of party due to the conditions laid, how it will be treated? 3. TDS is deducting on expense amo

  • How to use "discontinuation data" in BOM item ?

    Hi everyone! I would like to use "discontinuation data" in BOM item , not in MRP4 view, how to set? thanks! Dandan

  • Bounding box of a Graphic object

    Hi, How can we obtain bounding box of the graphic object generated by fill etc., i tried with "pathbbox" it will provide the exact x,y position but iam not able to get the height and width of the object. Regards, S.Sudhagar

  • How to upgrade Apache 1.2.22 - 1.3.33, Oracle 9i

    I have to upgrade Apache to newer version for security reason. I'm running Oracle 9i database release 2 (9.2.0.1.0). I just got 20+ pages report what needs to be fixed and this should fix most problems. I just made clean install on test machine. Can

  • How do I change a password so I can update applications

    I have my daughter's iPad and she won't give me the password so I can update the applications....I would like to know to change the password...I have already deleted her account and I don't know her info