Page 1 of 1

Mathematical Function to PID controller

Posted: 15 Jul 2015, 09:33
by DannyYeong
Hi,

I've implemented a mathematical function that balances an object in the translational axis. Normally a PID would contain the 3 K values for adjusting, but my mathematical function contains different input parameter and one output where I'll have to change the constants in order to adjust. What's the "bridge" between the mathematical function and the PID controller? For example in Matlab, we can change the 3 K values to control an object.

Thanks,
Danny

Re: Mathematical Function to PID controller

Posted: 15 Jul 2015, 13:06
by coppelia
Hello Danny,

if you need a custom controller (e.g. not a PID or spring/damper controller), you will have to use a joint control callback script: in there, you can implement any type of controller you wish.

Cheers