• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Steve-O

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    Steve-O

    @Steve-O

    1
    Reputation
    166
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Steve-O Unfollow Follow

    Best posts made by Steve-O

    • RE: Calculation using ^ (to the power of) in a Meta Data Point

      @thomaseinasto Thanks Thomas , I made a silly mistake in the Calc, Its working as expected now. Cheers mate

      posted in User help
      S
      Steve-O

    Latest posts made by Steve-O

    • RE: Calculation using ^ (to the power of) in a Meta Data Point

      @thomaseinasto Thanks Thomas , I made a silly mistake in the Calc, Its working as expected now. Cheers mate

      posted in User help
      S
      Steve-O
    • Calculation using ^ (to the power of) in a Meta Data Point

      Hi peeps, I am struggling to create a meta data point with a (^) to the power of in its formula.

      The formula being used in excel is = (610.7*10^((7.5x23)/(237.3+23))/1000)
      which returns = 2.8 (Correct answer)

      The ^ means 'To the power of'
      The 23 is my Temp

      After some attempts to get the calculation working using Math.pow I decided to try a simple formula Math.pow(2, Temp) and it returns NAN where if I use 23 Instead of Temp it returns 8388608. So I'm guessing its the Math.pow conflicting with external data points (Temp)

      Could someone please help get a valid calculation working in script that returns the 2.8 I'm trying to achieve ;-)

      Kind Regards and thanks in advance.

      posted in User help
      S
      Steve-O