|
Re: Labview and programming gradual start/stop
Quote:
Originally Posted by crollison
So that when you jam the joystick forward, it doesn't immediately go full speed.
|
Multiply your joystck inputs by their absolute value. This squares the inputs, only allowing full speed at a full push. For example, what would normally be 0.5 would be 0.25 and -0.9 would be -8.1 etc.
__________________
Team 3525 Head Programmer (2014- ) - Java (Formerly LabVIEW)
|