Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 53 PID Autotune with Real-time fieldpoint control

Hi!

I cannot perform the autotuning PID parameters in fieldpoint cFP-2000 (Real-time control).

It gives me the error 53 as you see in the attachment file. It seems to be because of the autotune wizard vi...???

How can i solve this problem?

Thanks for your help!

Nunix

Portugal
0 Kudos
Message 1 of 2
(3,209 Views)
Hello,
 
LabVIEW RT does not currently support the autotuning feature, because the procedure invokes a wizard that requires user interaction. LabVIEW RT does not support this type of user interface. This wizard is tightly integrated with the PID function itself and would require significant redesign to work in LabVIEW RT.

It is the autotuning VI itself that is not compatible with LabVIEW RT. You can use the "PID Autotuning.vi" as long as you are not targeted to your RT engine. Run your VI in development mode with the "PID Autotuning.vi" in your code. After you receive your tuned gain settings, replace the autotuning vi with the normal "PID.vi" and use your tuned gains for the inputs. You can now target to your RT engine with tuned gains.
Hope it s help.
 
Isabelle
Ingénieur d'applications
National Instruments France
0 Kudos
Message 2 of 2
(3,193 Views)