LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

steinhart-hart with vernier thermistor

"R" must be scaled to kOhms


"Should be" isn't "Is" -Jay
0 Kudos
Message 11 of 15
(1,011 Views)

How i could change it? What kind of units it is by default?

 

I can see that lil red dot where R wire goes to compound is it the case ?

 

Thanks.

 

KIndly,

Tadinho

0 Kudos
Message 12 of 15
(1,002 Views)

@Tadinho wrote:

How i could change it? What kind of units it is by default?

 

I can see that lil red dot where R wire goes to compound is it the case ?

 

Thanks.

 

KIndly,

Tadinho


Seriously?  That little red dot is there to let you know the value of AI0 is being coreced to DBL (I'm assuming from SGL).  I would have absolutly no way of knowing what hardware you have attached to node two AI0 but I bet you can apply a scale to the task.


"Should be" isn't "Is" -Jay
0 Kudos
Message 13 of 15
(995 Views)

Ye labview is new to me.I have started thread on WSN forums to get things clear with hardware and all wiring.

0 Kudos
Message 14 of 15
(990 Views)
@JÞB wrote:

Its a fairly straightforward equasion:

!1.png

 

WARNING, the above vi snippet has a subtle bug in it.  I have fixed the bug and now reattach the correct snippet.

The formula implemented incorrectly was 

T = [K0 + K1(ln R) + (K2 x ln R)^3]^(-1) – 273.15

rather than:

T = [K0 + K1(ln R) + K2x(ln R)^3]^(-1) – 273.15

 

 

Steinhart-Hart formula evaluation for distribution v1.0.png

Peter
Message 15 of 15
(948 Views)