How to connect an IVI Driver to Instrument Control Toolbox (Test &Measurent Tool) once downloaded on computer?

2 次查看(过去 30 天)
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 个)

Vinod
Vinod 2014-7-4
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 个评论
kyle young
kyle young 2016-6-13
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.
Vinod
Vinod 2016-6-27
编辑:Vinod 2016-6-27
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.

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by