Thanks John.
The NI MAX issue has been resolved by installing NI 488.2. I was able to install the GPIB-ENET1000 driver and also I am now able to communicate with the 34401A connected to it via the VISA test panel Basic I/O. So, that is a good start. As I mentioned, the end goal is to use in conjunction with Matlab and unfortunately I am still unable to do that. Where I try to access the 34401A device via the GPIB-ENET 1000, I get the following message:
Unsuccessful open: Could not open VISA object. Use INSTRHWINFO for a list of available configurations.
>> instrhwinfo
ans =
HardwareInfo with properties:
MATLABVersion: '8.6 (R2015b)'
SupportedInterfaces: {'gpib' 'serial' 'tcpip' 'udp' 'visa' 'Bluetooth' 'i2c' 'spi'}
SupportedDrivers: {'matlab' 'ivi' 'vxipnp'}
ToolboxName: 'Instrument Control Toolbox'
ToolboxVersion: '3.8 (R2015b)'
Access to your hardware may be provided by a support package. Go to the Support Package Installer to learn more.
>> instrhwinfo('visa')
ans =
HardwareInfo with properties:
InstalledAdaptors: {'agilent' 'ni'}
JarFileVersion: 'Version 3.8'
Access to your hardware may be provided by a support package. Go to the Support Package Installer to learn more.
I had already attempted to install the VISA & ICP package and I tried re-installing but without success.
EricEng