08-26-2008 03:21 PM
I'm using a cRIO-9074, and I have a few PID's I'm running on the real time processor, not the FPGA. I was trying to use the autotune PID, and I get a 1013 error, Labview cannot load front panel for the autotuing PID wizard. Is it possible to use the autotune PID wizard with my hardware? If so, what do I need to change to use it?
08-27-2008 05:20 PM - edited 08-27-2008 05:21 PM
Hello Sakalaukus,
Thank you for contacting National Instruments! I have looked into the error that you are receiving and I believe I understand why you are getting this error. This is because the Real Time Controller does not support front panel properties and methods:
http://digital.ni.com/public.nsf/allkb/060FC36D431EFCB98625737D007C51C1?OpenDocument
When you deploy a VI down to a Real Time Controller it is as if the block diagram runs on the Controller and the front panel runs on your Host Machine. There is communication between the Host machine and your Controller in order to update the front panel. However, a front panel cannot run on a RT controller and therefore programmatically opening a front panel on the Controller will yield the error that you are receiving.
Here is some documentation regarding the autotune PID Wizard:
http://ae.natinst.com/operations/ae/public.nsf/web/searchinternal/9687c09449c6f53b86256ae30067b11e?OpenDocument
http://www.ni.com/pdf/manuals/372192b.pdf
If you have any further questions please just post them here. I hope this helps! Have a great day!