How to connect an IVI Driver to Instrument Control Toolbox (Test &Measurent Tool) once downloaded on computer?
Mostra commenti meno recenti
I think I have all the components to install a new IVI driver into MATLAB but it is not recognizing the driver I downloaded. All the info that MATLAB has of the driver is listed below. How can I connect the IVI Driver to the Test and Measurement Tool now that it is downloaded on my computer?
>> instrhwinfo ('ivi')
ans =
LogicalNames: {}
ProgramIDs: {}
Modules: {}
ConfigurationServerVersion: '1.7.0.12115'
MasterConfigurationStore: [1x97 char]
IVIRootPath: 'C:\Program Files\IVI Foundation\IVI\'
>> instrhwinfo('visa','tek')
ans =
AdaptorDllName: [1x84 char]
AdaptorDllVersion: 'Version 2.2'
AdaptorName: 'TEK'
AvailableChassis: []
AvailableSerialPorts: ''
InstalledBoardIds: []
ObjectConstructorName: {'visa('tek', 'USB::0x0699::0x0423::C010560::INSTR');'}
SerialPorts: ''
VendorDllName: 'visa32.dll'
VendorDriverDescription: 'Tektronix VISA Driver'
VendorDriverVersion: 4
1 Commento
Vignesh Rangaishenvi
il 20 Giu 2014
Risposte (1)
Vinod
il 4 Lug 2014
0 voti
It looks like the driver is not registered for your configuration in the IVI configuration store. Are you using a 32-bit driver and 64-bit MATLAB, or vice-versa?
2 Commenti
kyle young
il 13 Giu 2016
The driver I downloaded is stored in x86 folders, but I am using x64 matlab. I'm having trouble importing the IVI into MIDEDIT. Is it because the driver is 32bit?
Trying to connect to Agilent E4448 Spec.An.
If you are using a 32-bit driver, you need to use 32-bit MATLAB. Since you mention an Agilent E4438, you do not need a driver - you can use SCPI commands with the instrument. See this example. It should work on 32-bit or 64-bit MATLAB and the software stack needed is also very slim.
Categorie
Scopri di più su Instrument Connection and Communication in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!