LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i obtain a sRamp output.

With the available Ramp function, i can specify the start, finish and sample values, here the ramp output is not smooth. But i want the ramp output to be a small curve at the edge. I think i should use sRamp. Please help on this..
0 Kudos
Message 1 of 2
(2,527 Views)
Hi,

There is no built in VI in LabVIEW that will allow you to do this. I also tried looking for any examples but did not have much luck!

However, you can built one yourself just like you would in any other programming language. There are many ways of implementing a smooth ramp. One that I found was:

Smooth double ramp function (hyperbolic tangent)

If you think that this kind of VI should be part of LabVIEW, please submit your feedback on http://www.ni.com >> Contact NI >> Product Feedback.

Feroz
0 Kudos
Message 2 of 2
(2,527 Views)