Log in

View Full Version : Traction contron w/ multichannel PID control


rohoRaider
17-02-2009, 01:27
Has anyone used the PID.vi with arrays? I've written it in my traction control code but it won't even deploy to the cRio for testing. Below is the error message:

PIDNChSetMemory:E on RT Target device.
LabVIEW: Failed to load shared library lvpidtkt.out:
PIDNCh:E on RT Target device.

Can anyone help? How am I suppose to use a PID with four process variables (readings from 4 encoders used as counters to measure wheel spin)?

Uberbots
17-02-2009, 01:33
Can anyone help? How am I suppose to use a PID with four process variables (readings from 4 encoders used as counters to measure wheel spin)?

Use 4 separate PID loops?

Chaos in a Can
17-02-2009, 20:41
We encountered the same problem.
I do not know the cause, but for some reason, the advanced PID function for arrays didn't give us an error.
If you give it the same inputs and leave everything else at default, it should function similarly... I think.