LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

thermistor formula node

hello to all engineers!!

 

i  found the example mydaqthermistor which converts the  Resistance ( from daq) to Tempertaure Polynomial Equation..

 

i want to modify it and as an input for the resistance to have a 2d array of random numbers and as an input a 2d array ( for  every resistance value showing the temperature )

 

however i cannot find the correct modifications !!! i tried a for loop, i deleted the dynamic data converter i changed the output indicator but it constantly shows errors..

 

any ideas ???Capture.JPG

Download All
0 Kudos
Message 1 of 3
(2,655 Views)

Why would you use a formula node?

 

The Math Primitives are polymorphic over array size and dimensionality.  Then you don't need to figure out how to declare an array of NDims

Capture1.png


"Should be" isn't "Is" -Jay
Message 2 of 3
(2,638 Views)

Or you can use the Polynomial Evaluation.vi located in the "Mathematics"

 

use function.png

Message 3 of 3
(2,623 Views)