LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pid autotune for temerature control VI to c code convert

I am using labview 2013 and 2013 c code generator.

Goal is to convert autotune PID code to c code so that I can use in microcontroller/ARM based.

I have tried using several online library in c like on github, but none are working perfectly otherwise.

 

In labview, found PID autotune for temperature. But I saw lots of input/output paramters in it.

In my MCU system I have :

1. Temperature reading every one sec(input)

2. Time of reading : every one sec (input)

3. Desired temperature is user filled (input)

Output needed are:

1. Autotune PID values calculated

2. Output range 0 to 100% which will be converted to PWm then.

 

How to set rest/remove rest of input/outout values in labview temperature VI?

 

0 Kudos
Message 1 of 1
(1,700 Views)