From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Advanced Sequencing

There is a good LabVIEW example to help you get started that comes with the driver. It is called NI-DCPower Hardware-Timed Voltage Sweep.vi. All you would have to do is tweak a few things:

  1. Configure the sequence to take a software edge trigger for sourcing.
  2. Add a loop to loop for how long you want it to.
  3. Change to wait for event to wait for source complete event.
  4. Change fetch to just acquire 1 sample. 
  5. Create logic of when you want to continue/stop.
    1. Logic to continue/stop, such as a prompt.
    2. Send the source software trigger or stop based off of logic.
  6. Add an abort to stop the sequence when you want to stop.

This could end up looking something like this:

sherlockholm_0-1581536526019.png

Where the subVI looks like this:

sherlockholm_2-1581536660044.png

Hope that helps!

Message 11 of 12
(868 Views)

Thanks Sherlockholm, I'll give it a try.

 

regards.

0 Kudos
Message 12 of 12
(865 Views)