LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

official driver not executable ?

Hi, 

I am using a (Rohde und Swartz HMF2525) Funtiongenerator  and I am controlling it from LabView, I installed the driver from the official website https://www.rohde-schwarz.com/de/treiber/hmf2525/

it was working perfectly but I don't know why it is not working anymore; it keeps showing the error 'not executable' in every VI I test ...what could this mean..?

0 Kudos
Message 1 of 9
(2,827 Views)

Not executable means there's some error preventing execution. 

 

Use the error list (Ctrl+L, or click the broken run arrow) to see what the errors are.


GCentral
0 Kudos
Message 2 of 9
(2,822 Views)

I just downloaded the LabVIEW 2010 driver hmf2500 from that page unzipped it and I don't get the broken arrow opening the Initialize iv

baCapture.PNG

 

Tell us the error you are getting that makes it unexecutable 

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 9
(2,786 Views)

Sometimes a Mass Complile can fix this if the problem is one of the libraries is not linked properly.

I recall the MS Office toolkit had some issues linking to the .NET office interface - this was dependant on your particular labview install.

Performing a Mass Compile, or simply - going on the diagram and selecting another pulldown from the .Net or VISA ref...then selecting it back ...would instigate LabVIEW to initialize the library/interface call...

 

Worth a try.

0 Kudos
Message 4 of 9
(2,743 Views)

I didn't download the driver to check it, but here are some options (in addition to what others said):

 

-Did you open and modify one of the VI's, possibly breaking it? Try reinstalling the driver.

-Does the driver need a DLL? If so:

     -Make sure the DLL is in the same folder as the VI calling it

     -Make sure your LabVIEW bitness matches the DLL bitness (32 bit vs 64 bit)

 

At any rate, we need to know what the error is. Click the broken Run arrow and it'll tell you what the error was.

0 Kudos
Message 5 of 9
(2,729 Views)

achouch_0-1582045630365.png

 I am getting this error

 

0 Kudos
Message 6 of 9
(2,706 Views)

Even when I open that in a new tab, the resolution is far too low to read it. Can you copy the error code and source text and paste it here?

0 Kudos
Message 7 of 9
(2,704 Views)

Here is a Windows tip:  Reduce the size of the front panel to just the size of the controls, then hold Alt before you press Print Screen.  This will only capture the topmost window.

Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.0, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 Kudos
Message 8 of 9
(2,697 Views)

A VISA Read error? So the driver IS EXECUTABLE?

 

BTW: A non executable vi will have a "Broken Arrow" instead of a solid Run Arrow.

baCapture.PNG

 

I am guessing you don't have the VISA resource set properly.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 9 of 9
(2,690 Views)