LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 6517b Triangular & Sinusoidal Sweep Test

Hi, 

I have built a VI that does the square wave & staircase sweep test in keithley 6517b. But I also need to perform Triangular/Sinusoidal Waveform test. But it is not inbuilt in the electrometer. Is there any way by which I can send the source voltage in a triangular waveform & read the resistance data accordingly. 

0 Kudos
Message 1 of 13
(853 Views)

Hi there,

I am having a similar problem for my Keithley 6517B Electrometer. Did you find any solution for that?

0 Kudos
Message 2 of 13
(812 Views)

Hi Pranav,

 


@Pranav915 wrote:

I am having a similar problem for my Keithley 6517B Electrometer.


Instead of posting in an 20+ years old thread you should describe your problem (as it is just "similar" and not the "same")!

 

So what is your specific problem?

Which LabVIEW version do you use?

What have you tried so far?

Mind to attach your VI?

 

Edit:

All those questions also apply to your other message…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 13
(805 Views)

I would like to send the voltage in a triangular waveform to my electrometer & get the resistance readings accordingly. I have created a VI that can perform square wave & staircase sweep test on the electrometer. But it does not have a triangular wave sweep test. Therefore, I am creating a VI in which I create a triangular waveform through Simulate Signal Function of LabView & then send it in an array form.

 

But the frequency at which I send & at which the cycle is completed is different. If I set frequency at 1Hz it takes more than 30 seconds to complete while it also depends on amplitude. 

 

I need a solution to that or if is there any other better way to do it?

I am using LabView version 2022 Q3.

0 Kudos
Message 4 of 13
(799 Views)

Okay, I have created a new thread.

Thank You.

0 Kudos
Message 5 of 13
(782 Views)

Hi Pranav,

 


@Pranav915 wrote:

I am using LabView version 2022 Q3.


Many of us still use older LabVIEW versions, so you get a broader audience when downconverting your VI. (File->Save for previous)

 

I prefer LV2019…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 13
(777 Views)

Here is the 2019 Version

0 Kudos
Message 7 of 13
(747 Views)

Hi Pranav,

 

your VI works as programmed:

I did some cleanup and left comments…

 

That loop processes each sample in your signal array, one after the other. What else do you want to do?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 13
(740 Views)

Hi,

Does it complete the triangular waveform according to the frequency set by us? 

When I start the triangular waveform test. If I set the frequency to be 1Hz it takes more than 15 seconds to complete the cycle.

 

Also please could you share the edited VI.

0 Kudos
Message 9 of 13
(735 Views)

Hi Pranav,

 


@Pranav915 wrote:

If I set the frequency to be 1Hz it takes more than 15 seconds to complete the cycle.


Because that's the time needed by all the code inside the loop (and by your device to handle all the commands&responses)...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 13
(726 Views)