02-06-2024 01:12 PM
Hello, I have a project that I could build on labview 2009, but I've update to version 2024 and now I'm getting error 1388:
Doing some tests I concluded that the problem is on these blocks, because when I delete them, everything compiles fine:
The blocks are:
-NI_excel.Ivclass: Excel Run Macro.vi
-NI_ReportGenerationToolkit.Ivlib:Excel Easy Table.vi
I'm running an evalutation license, as you can see: (maybe it is the problem...)
My project is in attachment.
Thank you all!
02-06-2024 03:56 PM
I think you "figured it out". According to this page, "You will have the ability to use all VIs included in the Professional Development System, but you will only have access to the block diagrams of the VIs included with the Base Development System." I think that probably excludes the Report Generation Toolkit, which you point out are the elements whose presence causes the error.
So "evaluate" everything else about the LabVIEW under the Trial license, and ask questions here about the RGT, like "Can it do such-and-such for me easily?". It actually does a pretty good job of putting data into an Excel Worksheet, including graphs (made by LabVIEW) and Workbooks with multiple WorkSheets, all with labels that "make sense to you". If you like it, buy it, and build your application.
Bob Schor
02-07-2024 04:06 AM
Thank you Bob, that's what I suspected!