04-27-2021 03:29 AM
Hi Everyone,
First, I would like to thank you in advance for your response.
I am new to labview and I would like to create a simple program that allows me to make a multiple point measurement with my Keithley 2400 with the function OFFSET COMPENSATED OHMS.
I don't know how doing it. According to the user manual, you need to initialize the output of the Kiethley with a SWEEP (set at 2 points with V1 = 0 et V2= 5). Then by using the function READ MATH (from the driver Keithley 24XX).
I succeed to make 1 measurement, but I don't understand how can I take several points with this function enable.
In order to overcome this issue I set a For loop (see VI attached), but it is not viable because I want to have the shortest delay between 2 points.
Does someone experienced the same issue? So could you please help me with this?
As I said I am new on Labview so don't hesitate to tell me if you did not understand my question.
Many thanks
Axman
05-13-2021 03:21 AM
Hi,
I've never worked with the device you mentioned, but I think it should be the same as taking measurement from usual cDAQ.
I'll suggest you to open an example from LabVIEW for measuring from multiple channels and try to use the same with specific library.
Thx.