cancel
Showing results for 
Search instead for 
Did you mean: 

sweep voltage

SOLVED
d91
Member
Member

Re: sweep voltage

Hello

Yeah I will learn them for sure. The sequences are for other measurements and sweeping the voltage back from uppler limit to lower limit.
I will be very thankful if you can help me with the existing vi, to incorporate the solution to my problem.

Dennis_Knutson
Knight of NI
Solution

Re: sweep voltage

A sequence structure is really not the correct way to create your steps. As mentioned earlier, you should just create an array and pass it into a for loop. A basic easy to create the array is with the Ramp function. Use multiple ones if necessary.
d91
Member
Member

Re: sweep voltage

Can anyone help me with an example

Dennis_Knutson
Knight of NI

Re: sweep voltage

Have you found the Ramp Pattern function?
d91
Member
Member

Re: sweep voltage

No, I have not

Dennis_Knutson
Knight of NI

Re: sweep voltage

Then you have some basics to learn. You can use the quick drop short cut or use the Search button on the functions palette.

Once found, you click on the polymorphic selector (the box at the bottom) top select the type. Then you can create controls and indicators and experiment.
d91
Member
Member

Re: sweep voltage

yeah I fond that. thanks. can you share with me an example to sweep the same

NIquist
Trusted Enthusiast
Solution

Re: sweep voltage

Message contains an image

I'm not really sure what you're trying to do as you ask about sweeps but then describe steps.  But here is a very simple example of what we're trying to say about how to use the ramp function in a loop to program changes that will build up patterns.  See if you can expand on it and show us what you're trying to achieve... 

 

Untitled.jpg

 

This will chart a sequence of ramps defined by the start and end arrays and then plot the results in a chart.  You will probably need to build an array instead of plotting and then use that array to conrol you voltage output or whatever you're doing.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
d91
Member
Member

Re: sweep voltage

Thanks everyone I managed to that finally using ramping function

buchaiah
Member

Re: sweep voltage

could you send the working VI