Hi there guys,
I'm creating a voltage ramper and can quite easily put together a VI
which, having been given the Start, Stop and Step Size parameters, will
calculate the number of steps and quite happily ramp itself up or down
depending on the values input by the user. However, I actually
need to ramp up, and then back down again in the same sweep (i.e. -100
V to 100 V, and then back from 100 V to -100V).
I'm toying with the idea of using a comparison function, which will
switch the sign of the step (that is, from, say + 1 V per step to - 1 V
per step) once the first half of the sweep has been completed, but feel
that this may not be terrible efficient (or, for that matter, good).
Anyone have any better ideas? I'll be grateful for anything you can come up with.
(I'm using LabView 7.1 Express by the way).