09-14-2009 09:00 AM
Hello,
I'd like to include a PID controller in my NXT-Program. But I can't use the LabVIEW Toolkit, because these VIs can't be compiled.
Howcan I realize such a control without PID-Toolkit?
Can show me anybody an example for implementation, please?
Regards, Maddien
09-14-2009 09:29 AM
Hello Maddien,
You can use the PID Toolkit only if your programm runs on the host pc and send the data to the NXT.
This means both should be connected over USB.
So you have to manually calculate the pid to run it directly on the ARM MCU.
Regards Chris
09-17-2009 09:58 AM - edited 09-17-2009 09:59 AM