"Sris P" <nepalingraphix@yahoo.com> wrote in message <i8k6b1$bja$1@fred.mathworks.com>...
> If I use tcpip do i need special drivers? Because I tried using it. It connects but gives an error on using any other function, even IDN. So if i use tcpip or visa tcpip do I need to install anything?
>
> "Ankit Desai" <adesai.nospam@mathworks.com> wrote in message <i8go97$kiq$1@fred.mathworks.com>...
> > "Shirish Pandey" <nepalingraphix@yahoo.com> wrote in message <i8gedm$kk3$1@fred.mathworks.com>...
> > > Hi, recently I have been working on keithley series 2612A. I want to do voltage sweep measurements. But I want to communicate using lan cable and matlab. I tried using the tcpip function ( http://www.mathworks.com/matlabcentral/fileexchange/11802 ). It seems to connect but when I try to read or write something, the instrument shows error. Has anyone been able to accomplish this before?
> > >
> > > A sample code using GPIB can be found here: http://www.keithley.com/data?asset=13157
> > >
> > > I need to implement something like that but using the lan connection. Any help?
> >
> > Hi Shirish,
> >
> > You can do so using Instrument Control Toolbox.
> > Instrument Control Toolbox allows you to do communication over TCPIP and VISA-TCPIP
> > Do check out examples/demo on the http://www.mathworks.com/products/instrument/demos.html
> >
> > -Ankit
Hello,
If you use just TCPIP you do not need any additional software installation.
However, using VISA object requires installation of VISA software.
With TCPIP, you might have to find the correct port to connect to.
Look at Section 2 of the user's manual for the instrument at: http://www.keithley.com/data?asset=52056
It appears that you need to use port 5025 when using TCPIP object.
However, you need some settings as listed in the user manual.
All the best.
-Ankit
> If I use tcpip do i need special drivers? Because I tried using it. It connects but gives an error on using any other function, even IDN. So if i use tcpip or visa tcpip do I need to install anything?
>
> "Ankit Desai" <adesai.nospam@mathworks.com> wrote in message <i8go97$kiq$1@fred.mathworks.com>...
> > "Shirish Pandey" <nepalingraphix@yahoo.com> wrote in message <i8gedm$kk3$1@fred.mathworks.com>...
> > > Hi, recently I have been working on keithley series 2612A. I want to do voltage sweep measurements. But I want to communicate using lan cable and matlab. I tried using the tcpip function ( http://www.mathworks.com/matlabcentral/fileexchange/11802 ). It seems to connect but when I try to read or write something, the instrument shows error. Has anyone been able to accomplish this before?
> > >
> > > A sample code using GPIB can be found here: http://www.keithley.com/data?asset=13157
> > >
> > > I need to implement something like that but using the lan connection. Any help?
> >
> > Hi Shirish,
> >
> > You can do so using Instrument Control Toolbox.
> > Instrument Control Toolbox allows you to do communication over TCPIP and VISA-TCPIP
> > Do check out examples/demo on the http://www.mathworks.com/products/instrument/demos.html
> >
> > -Ankit
Hello,
If you use just TCPIP you do not need any additional software installation.
However, using VISA object requires installation of VISA software.
With TCPIP, you might have to find the correct port to connect to.
Look at Section 2 of the user's manual for the instrument at: http://www.keithley.com/data?asset=52056
It appears that you need to use port 5025 when using TCPIP object.
However, you need some settings as listed in the user manual.
All the best.
-Ankit