01-13-2014 01:57 PM
What I do with Ethernet instruments to make everything simple is to add a second nic to the pc and set this to a different subnet than the company ip. I then use a fixed ip on the instrument and set it to the same subnet as the second nic of the pc.
01-13-2014 02:03 PM
The IVI setup is totally irrelevant. Stay away from everything under IVI.
The 'Not present" status shows a problem. That is why you get the error shown in the third attachment. What do the other tabs (General and TCP/IP Settings) show in MAX?
What is the IP address of your pc?
01-13-2014 02:40 PM
Hello,
I have attached image of my ip address of pc
Keithley device has ip address 192.168.0.2
I do also manually selected my ip address 192.168.0.4
01-13-2014 02:48 PM
Well, your instrument is on a different subnet. Is the pc connected to a lan? Is the instrument connected to the same lan? Is your pc setup to use DHCP? If you want to connect the instrument to the LAN, you should contact IP and request a fixed ip and then set the instrument to that.
There is a whole section in the Keithly manual on configuring the Ethernet. Have you read through that and checked the connection with the Keithley tool?
01-14-2014 11:20 AM
Hello,
Tcp connection is done sucessfully.But i am getting the following Error
Error number:-1074000000
Source:
Keithley 2600 Series.lvlib:Error Query.vi<ERR>
Instrument reports:
-1.04000e+02 Data type error 2.00000e+01
0.00000e+00 Queue Is Empty 0.00000e+00
Please help me out.....
01-14-2014 11:29 AM
What does that image have to do with the error? Are you trying some command in the test panel? Some function in the driver? What?
01-14-2014 12:59 PM
Hello,
The image i have attached is to show you that i have successfully established Tcp connection under your guidence thanks alot...
Now i tried running example programm which is given in the Keithley driver so i am getting the follwoing error
Error number:-1074000000
Source:
Keithley 2600 Series.lvlib:Error Query.vi<ERR>
Instrument reports:
-1.04000e+02 Data type error 2.00000e+01
0.00000e+00 Queue Is Empty 0.00000e+00
01-14-2014 01:04 PM
That still is no help. I have no idea what example, what parameters you are using, or much of anything else. All that I know is that you are getting an error back from the instrument so it does not like whatever data you are sending to it. The manual should provide more information on the error.
01-14-2014 02:37 PM - edited 01-14-2014 02:40 PM
Hello,
Tcp connections has established under your guidence thatt was the image i uploaded thanks alot.
I have download Labview file from the keithley website for finding VI Measurement.I have uploadded the file in this conversation.In that .Vi file i have selected the following file
Keithley_2600_Series(2.5.0)_LV_8\Keithley 2600 Series\Examples\KE26XXA Advanced Sweep.vi
After then in that file i selected VISA Resource and then run the file i am getting the error
Can Tel me the soultion for Measuring VI Measurement
01-14-2014 02:47 PM
I don't have the instrument now but I can help you narrow down the source of the error. Each function appears to do an error query of the instrument. This is what generates the -1074000000 LabVIEW error along with the instrument specific error. You have to place probes along the error wire of the example and see which is the function that is generating the error. There may a parameter that is invalid for whatever mode you are in. As I said, details on the error will be in the instrument manual. There are also notes on the block diagram that help explain what the VI is doing.