Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INES: Keithley 2410 Source Meter #3452

Closed
kjwoodsISIS opened this issue Aug 20, 2018 · 3 comments
Closed

INES: Keithley 2410 Source Meter #3452

kjwoodsISIS opened this issue Aug 20, 2018 · 3 comments
Assignees
Labels

Comments

@kjwoodsISIS
Copy link
Contributor

kjwoodsISIS commented Aug 20, 2018

As a scientist, I want IBEX to support the Keithley 2410 Source Meter, so that I can use it with IBEX in my experiments.

Acceptance Criteria

  1. I can control a Keithley 2410 Source Meter via the IBEX GUI
  2. I can control a Keithley 2410 Source Meter via genie_python

Notes

  1. We already have support for Keithley 2400 and 2420 models (see Vesuvio: IOC & OPI for Keithley 2400 Source Meter #1826 and POLARIS: support for Keithley 2420 (specifically for thermoelectric cell) #2801). Check if 2410 can be supported by existing IOC, or if existing IOC can be extended to support 2410.
  2. Check existing VI to ensure functionality available in SECI is implemented in IBEX
@LiamPanchaud
Copy link

The only difference between a 2400 and a 2410 is in the voltage range they can measure. The 2410 is a high voltage SMU and can measure up to (±)1100V at (±)20mA.
The documentation indicates that the 2400 series SMUs all use the same command set, so the same db and proto files can be used.
There are VIs for 2400 and 2410 models, which I will compare once LabVIEW has finished installing.

@kjwoodsISIS
Copy link
Contributor Author

I presume this means we can support both devices by way of configuration.

@LiamPanchaud
Copy link

LiamPanchaud commented Aug 29, 2018

It looks likely. The VIs have some slightly different modules/files but I suspect this is because the users wanted slightly different things. They seem to share the same way of communication/follow the same instruction set.
In fact, the common VI files shared between the 2400 and 2410 are identical (even down to the titles of the intruments in the user interface. They are all labelled as Keithley 2400).

There is definitely already support for the 2400 series SMUs in IBEX, it's just a matter of configuring for different models (and potentially different use cases).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants