LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Executable error in LabVIEW 0x00

Solved!
Go to solution

When I run the project, I don't get any errors. However, when I create a new .ex file and execute it, an error message appears (see below).

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

LabVIEW: (Hex 0x0) Error connecting to GPIB driver or device. The NI-488.2 driver may not be installed.
=========================
Error connecting to driver or device. The NI-488.2 driver may not be installed.
=========================
VISA: (Hex 0x0) Operation completed successfully.

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 

 


Would you happen to have any idea what might be causing this, please?
The hardware is functioning correctly, especially since my previous .ex file runs without any issues

 

 

Fredo123Danzel_0-1751542476497.png

 

 

0 Kudos
Message 1 of 5
(296 Views)

Hi Fredo,

 


@Fredo123Danzel wrote:

Would you happen to have any idea what might be causing this, please?


Something in your "Fichier…" VI…

 

(You should debug that VI. Does it generate an error cluster with status=TRUE and code=0?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(275 Views)

Hi, 

 

Error 0 is not generated anywhere in my VI. In development mode, the VI runs correctly.

 

I also have an older executable that works without any issues. This problem only occurs with my new executable.

0 Kudos
Message 3 of 5
(254 Views)

Hi Fredo,

 


@Fredo123Danzel wrote:

This problem only occurs with my new executable.


So what did you change?

 


@Fredo123Danzel wrote:

Error 0 is not generated anywhere in my VI. In development mode, the VI runs correctly.


Do you know the exact place where that error does occur?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(251 Views)
Solution
Accepted by topic author Fredo123Danzel

"Fichier de configuration introuvable", apparently a configuration file cannot be found. 

 

Working in development vs not working in executable could mean

- configuration file was not copied to the PC where the executable is running 

- configuration file path is defined relative to a VI path, which will be different in the executable

 

Check the recommendations from this page: Error 7 in Executable When Using the Current VI's Path Constant

(It is not your error code, but that could have been overwritten by your error handling)

 

You should also check in your source control what changed between the last working version and the current one.

0 Kudos
Message 5 of 5
(234 Views)