Take a WHILE loop and add a shift register.
Initialize the shift reg with 0.0 (the initial value).
Inside the loop wire the left shift register through the right side of the loop to make a tunnel.
Pop up on the tunnel and turn on auto-indexing.
Inside the loop take the left Shift reg, and add your step (0.03) to it.
Wire the result to the right-side of the shift reg.
Compare the result to your end limit. Stop the loop if sum > limit.
Use the array from the auto-indexing tunnel as your ramp function - plot it on a graph to make sure it's what you want.