I'm using a J1939 joystick and a pair PWM Driver function blocks to control a bi-directional pump EDC using two output pins set to output mode 8 (Current control bidirectional). I would like to filter the signal from the joystick to allow for extremely fine low-speed control for the first 3/4 of the joystick travel, then ramp up quickly in the last 1/4 to achieve full output speed at 100% input value. This would allow the operator to have extremely fine control of the machine during operation(which only requires low speed), but then achieve full travel speed when moving the machine from one location to another.
My first thought was to map a curve into Microsoft Excel, then let Excel create a line of best fit to provide the corresponding equation. I ended up with a 4th order polynomial equation that provides a nice smooth curve that fits my application, but the arithmetic blocks do not seem to have an exponential function that I could use to build that equation in GUIDE.
I feel like what I'm trying to achieve would be easy for an experienced programmer, but I'm just not sure how to go about it. I could create categories using less than and greater than compare blocks and then adjust the multiplier in each condition to approximate the curve, but I'm guessing there's a better way to do it.
Can anyone share a method that they've used for this type of control? I've attached a picture of the curve I'm looking to achieve. I don't need to match this exact curve, but something close would be great.
Thank you in advance,
Robbie