02-26-2014 10:03 PM
Hi,
I'm working with Arduino+LabView but I don't know how to use Arduino libraries (in this case PID library) in my LabView code (they are not implemented in LabView). I can't find this information on the internet.
Thanks for your help,
02-27-2014 03:22 PM
Trabe Lo mejor es trabajar con el PID de Labview el tolkit pid and fuzzy logic y utilizar el arduino como interfaz de comunicacion de sensores y actuadores.
02-27-2014 04:06 PM
Arduino and PID are two different things. Most of the PID functions that I can find are in the Control Design & Simulation Module for LabVIEW. You can use PID functions with the Arduino (LIFA) by retrieving the output variables from the Arduino and then supplying them to the PID functions to get a command that you would send back to the Arduino.
It would probably help a lot to know more about you situation. What LabVIEW license are you working on? What is your system/setup? What are you trying to control?