LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2401 trigger

Solved!
Go to solution

Hi all,
I'm planning to perform Voltage-Capacitance measurements using a Keithley 2401 source meter (2401 SMU) and HIOKI IM3523 instruments.

The idea is to sweep DC voltage by 2401SMU and in each trigger of it, I want to trigger the HIOKI too and read the capacitance of my DUT. Then collect the obtained data and plot the C-V curve.

I have a vi to control the 2401 SMU and an another vi to trigger the HIOKI.(Both work fine and I used them separately)

I tried to use “Case Structure”, (to trigger the HIOKI after triggering the 2401 SMU) however couldn’t find an “Event source” from 2401 vi related to triggering in sweep mode.

Would anyone can help me?

I’m attaching the vi.

Regards,
Omid

 

 

0 Kudos
Message 1 of 4
(3,387 Views)
Solution
Accepted by topic author omud

Hi omud,

 

does your K2401 support to output a trigger signal (in hardware)?

does your HIOKI support to input a trigger signal (in hardware)?

Can you connect both using a trigger line?

 

Another (rather simple) approach: start the K2401 sweep and the HIOKI measurement at the "same" time by sending the commands simultaneously. (Maybe start the HIOKI first, followed by K2401.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(3,374 Views)
Solution
Accepted by topic author omud


Right now I don't have that cable.
Instead, I added a timed loop with delay time to initiate and delay trigger time.
With a try and error and some adjustments, I've been able to control the both device and acquire data.
It works. however I would be pleased the enhance it and design it in a more precise way.
I'll continue digging through forums to learn more.

Thanks for your kind response and considerations.
Cheers

0 Kudos
Message 3 of 4
(3,342 Views)

could you send the full VI

0 Kudos
Message 4 of 4
(2,408 Views)