12-17-2024 03:56 AM
Hi,
Im trying to build a stand alone program with application builder for my RT target on cRIO-9047. Im using LAbview 2022 32bit on Windows 11.
I keep getting this error:
Error 1 occurred at AB_RTEXE.lvclass:Create_INI_File.vi -> AB_Application.lvclass:Copy_Files.vi
Possible reason(s):
LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
=========================
Command requires GPIB Controller to be Controller-In-Charge.
I have been using the same program för LV2019 with other hardware and it works.
I can also run my program in Labview 2022 without any problem. Its just when im trying to build my stand alone RT program i get this error.
12-17-2024 02:50 PM
You didn't give the full name of the LabVIEW Version you are using. The Application Builder (according to NI) requires LV 2022 Q3 or newer (for both 32-bit and 64-bit versions). This might be part of the problem ...
Bob Schor
12-17-2024 11:59 PM
Thx for reply.
Im using LV professional with application builder included with version 2022 Q3 32 bit.
I tryed to make a new project.
Not all code are included yet but it works now with this work around.
Perhaps the code missing that are casusing the problem, or a bug.
I have been reading about creating a new vi, putting the same code in to make it work.
But then i have to know what vi is the root cause of the problem..
Im still interested in why this happening and will get back in this thread when i know more.
All input are appreciated.