Math operation #1878
Unanswered
paulzhdanov
asked this question in
Q&A
Math operation
#1878
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @RavenSystem ,
Is there any chance to subtract values from temp sensors? Here's the example:
Solar collectors has 2 sensors, connected to "in" and "out" streams. For instance, is it possible to calculate: P = (t1-t2)V60*E where V is litters per minute (speed of stream) and E is heat capacity of water (4182 J/kg°C) ??
Now I use type 3 sensors (simplified example below) and send all data through network request to calculate, but having all calculations inside would be much-much better.
Thanks in advance!
PS could you also give couple examples in Wiki of how math can be used?
Beta Was this translation helpful? Give feedback.
All reactions