• Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    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

    Server side script, point variable data

    User help
    2
    3
    1324
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      skiv71 last edited by

      hi, i'm doing another script, but i cant seem to reference a non linked point within the script...

      the point component is store10a cooler1 air on

      if (value >= "store10a sp.value")
      return true;
      return false;

      just want to do a toggle based on the maths, but i can only get it to work by putting a hard number in place of the "store10a......"

      when i get the 1st problem addressed, i want to compare the live temp against [sp+hi temp offset]

      i wanted to keep it tidy by creating vars but that didnt work either...

      when done, this is what i'm looking for

      a server side script object, with the point component being a digital internal data point, that i toggle based on...

      store10a temp >= (store10a sp + hi temp offset)

      of course i cant get the script to know the value of external data sources :-/

      any help would be grateful.

      thanks

      skiv

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler last edited by

        Create a meta point.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • First post
          Last post