Test and Measurement tool does not see GPIB Controller
Afficher commentaires plus anciens
Matlab 2019b, installed NI-488.2 v19.5 and NI-VISA v19.5, trying to use a NI GPIB-USB-HS controller that was working on a different computer. NI MAX recognizes the GPIB controller and allows me to query the TDS 3054B that it is connected to. Matlabs tmtool does not see the controller when I scan for devices. Attempting to open a GPIB or VISA object through code gives the error:
Unsuccessful open: GPIB: NI: A device was not found at the specified primary address. OR
Unsuccessful open: Could not open VISA object. Use INSTRHWINFO for a list of available configurations.
Using instrhwinfo gives:
>> instrhwinfo('gpib', 'ni')
ans =
HardwareInfo with properties:
AdaptorDllName: 'C:\Program Files\MATLAB\R2019b\toolbox\instrument\instrumentadaptors\win64\mwnigpib.dll'
AdaptorDllVersion: 'Version 4.1'
AdaptorName: 'ni'
InstalledBoardIds: [1×0 double]
ObjectConstructorName: {}
VendorDllName: 'gpib-32.dll'
VendorDriverDescription: 'NI-488'
I also used Matlabs "Instrument Control Toolbox Support Package for National Instruments VISA and ICP Interfaces" to install NI-IVI 16.0.1, but that did not help.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Instrument Control Toolbox Supported Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!