LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use arduino libraries (for example PID) in labview?

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,

0 Kudos
Message 1 of 3
(5,256 Views)

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.

0 Kudos
Message 2 of 3
(3,794 Views)

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? 

0 Kudos
Message 3 of 3
(3,794 Views)