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: 

MAX doesn't show "Devices and Interfaces" although NI-VISA as driver is installed

I try to get a Newport Motion Controller to work over RS232 with VISA accessed by pyVISA for weeks now. But it's not possible to communicate with the device: https://github.com/hgrecco/pyvisa/issues/95

To take a more closer look I should use NI-MAX which is also not working...

 

I've got no "Devices and Interfaces" to select the RS232 to communicate with the device manually for testing. The most common answer "Install an NI driver" is not applying to my case because NI-VISA is installed yet.

0 Kudos
Message 1 of 6
(4,507 Views)
What os and are you logged on as an admin? The latest version is 14.0.1.

http://www.ni.com/download/ni-visa-14.0.1/5023/en/
0 Kudos
Message 2 of 6
(4,498 Views)

So attached is what you're looking for.

 

Have you installed the full NI-VISA driver?

 

NIVISA1401full_downloader.exe

0 Kudos
Message 3 of 6
(4,495 Views)

It's a lab computer with Windows 7. It's only possible to log in as user. So everything has to be run as user.

The lack of the admin rights is the reason why there is installed only version 5.4.

 

I installed nothing (no admin rights...). Only the VISA runtime is installed. Everything else should be included by the LabVIEW installation yet.

 

To install everthing existing can not be the solution.

0 Kudos
Message 4 of 6
(4,481 Views)

I'm pretty sure you need the full.  I could very easily be misguiding you, but I believe the VISA RTE only allows you to communicate on the Serial where apps/exe require.  Not necessarily allow you to do it manually.  This could be something worth looking into on your personal machine.  Install NI Max and check to see if VISA operation came w/ it.  Then install VISA RTE.  Then check.  If still no ability, install VISA Full.  A true LabVIEW Expert is welcome to correct me on this one.  But I'm pretty sure, just like any RTE, you can't do anything that could be considered debugging.

0 Kudos
Message 5 of 6
(4,467 Views)

Usually I only need the visa32.dll with all its dependencies. That is installed by the RTE.

The direct calls to the C routines of this Dynamic Linked Library is made by pyVISA. That's the same way I do it with GaGe's CompuScope CsAPI sucessfully (http://sourceforge.net/p/hzdr/code/HEAD/tree/THz-Shaker/device/scope/csapi.py).

 

The additional packages of Full should only be some development tools like "VISA driver wizard" (VISA only) or "MAX" (also included by LabVIEW - installed yet).

 

Is there anybody out there who knows the contents and interactions of NI's black boxes?

0 Kudos
Message 6 of 6
(4,439 Views)