From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a -1074118656 ni DMM driver error

Solved!
Go to solution

I am Having an error code -1074118656 and the message saying  that the error occurred at niDMM Initialize.vi. The driver is working good in NIMAX . The front panel of the DMM is working good in the NIMAX.

0 Kudos
Message 1 of 11
(4,079 Views)

Most "Initialize" VI's have two options "Reset" and "ID Querry", and most times these options are enabled by default.

 

If your instrument identifies even slightly different than what the VI is looking for (like model#) it will fail the ID querry and probably give an error similar to what you are seeing

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 11
(4,043 Views)

how I can check that?  I cannot find the DMM initialize.VI

 

0 Kudos
Message 3 of 11
(4,039 Views)

It's not part of your program?

 

http://zone.ni.com/reference/en-XX/help/370384N-01/dmmviref/nidmm_initialize/

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 11
(4,034 Views)

I am not the programmer of this software plus I am new self learning LabVIEW and I need to get this working.

 

0 Kudos
Message 5 of 11
(4,029 Views)

Usually if you stop the program when the error occurs LabVIEW will open the block diagram and highlight the part in the code that had the error.

 

Other than that you could use the "Find and Replace" function on the block diagram to find the VI.

 

Find and Replace is in the Edit menu.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 6 of 11
(4,027 Views)
Solution
Accepted by topic author ZiadAlkhoury

Thank you all for your time and consideration. I did find the issue and the solution was that the global destination for the DMM was incorrect so I changed it and saved it all. 

0 Kudos
Message 7 of 11
(3,921 Views)

Whats a "global destination"?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 8 of 11
(3,910 Views)

it is the path or the VISA for the DMM was entered as a global destination path. 

0 Kudos
Message 9 of 11
(3,908 Views)

Oh, you mean the VISA resource? 

 

Like the com port or GPIB address?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 10 of 11
(3,905 Views)