08-26-2010 07:14 AM
The standard input for the PID setpoint profile VI is in seconds. Is there a way to change it so that you can input a profile in minutes?
Solved! Go to Solution.
08-26-2010 07:22 AM
You can multiply your minutes with 60
08-26-2010 08:42 AM
Yes, I wanted to avoid adding code to do this for all of the parts of my cluster but it works. I was hoping someone might know of a modified PID subvi that allowed you to input minutes etc. Thanks.
08-27-2010 09:34 AM
Yes, you can use the VI:
<labview 8.5 and higher>\examples\control\pid\prctrlex.llb\subVIs\Convert PID Parameters.vi
This VI allow you to convert any PID parameters and structures to the parameters used by our PID algorithm. There you can use 'seconds' as unit.