01-03-2018 01:10 AM
hello,
I need to creat a VI for Keithley 2231A-30-3 Power supply to control Power supply. I want to make VI to set voltage and current limits and start and stop power supply when it is needed, in short I want fully control on power supply using labview.
I have already installed keithley USB adapter drivers and KeithleyKE22xxSeriesVer1.2 in my PC. But when I opened Keithley KE22xx Series Project it shows the following error as shown in attached file.
Kindly guide me how to use this file to creat VI for controlling Keithley Power supply.
01-03-2018 01:20 AM
Hi Yash,
- the "error.png" clearly explains the problem: the device driver is expected at a very special place!
Please install the device driver with usual settings into the instr.lib-folder!
- the error in your VI is also explained in the error message dialog. Your device did not respond (as expected). Did you check the connection?
01-03-2018 11:51 AM
Are you sure your instrument is located at COM 14?
01-03-2018 03:38 PM - edited 01-03-2018 03:43 PM
Error 1 => Usually when you install the drivers on your PC and open the examples the first time LabVIEW has to find all the files and paths dependencies. Did you click "ignore" or "ignore all" while it was loading the dependencies?
Try this:
Close the VI, close LabVIEW.
Re-open the VI and if it asks to locate dependencies, click "browse" and find the missing files yourself.
Once properly located you should be good to go.
Error 2 => Are you using Serial or USB or GPIB? You will need to specify that as Gerd and Bob pointed out. COM14 is for serial connection. USB would look something like "USB0::0x041E::0x12C0::<more>" Click the VISA resource name drop-down list, hit refresh and then select your device address.
01-04-2018 04:17 AM
thanks for the reply to all.
billko : Yes my instrument is located at COM 14 and I am using USB adapter for interfacing power supply with PC.
cstorey : when I opened examples for the first time I clicked "ignor all" while it was loading the dependencies. after that this problem appeared. after that I closed my VI and labview file and re-opened it. but the problem continues and display following message which is attached below. how to solve this problem?
01-04-2018 04:24 AM
01-04-2018 10:50 AM
1) To resolve the issue when you open the VI you will need to manually browse and locate the file. Like GerdW said don't move those files outside of the project folder. Also, don't modify or erase any. Perhaps re-install the driver to make sure you haven't moved/modified or erased the file already!
2) If you are using a USB cable then your device is not COM14. But if you are using a USB-Serial converter then it could be. Not all of those work as expected! Try another one, and google for VISA compatibility.
01-08-2018 09:27 PM
thanks to all.
01-10-2018 02:29 AM
hello,
I have create one VI for controlling keithley power supply. but it shows error in reading part. how to solve this error?
1) Error -1073807253 occurred at VISA Read in labview for power supply monitor output_10.1.18.vi
VISA: (Hex 0xBFFF006B) A framing error occurred during transfer.
2) Error -1074000000 occurred at an unidentified location.
Possible reason(s):
KE22xx Error Query;
instrument reports:
140, "Wrong type of parameter"
0, "No error"
01-10-2018 02:36 AM
Hi yash,
KE22xx Error Query; instrument reports: 140, "Wrong type of parameter"
Debug your VI to find the command where the Keithley reports this error. Then read the Keithley manual to learn about the correct type of parameters for that command…