• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    Multiple point linking in one

    Wishlist
    4
    6
    3.5k
    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.
    • J
      jose francisco
      last edited by

      This is my wish for this Christmas:

      -In one script
      -Get values from multiple data sources
      -Make some calculation with these values
      -Set the value of various data points with the results.

      A way can be get access to all variables in every script. Some thing like:

      variableXID.value=variable2XID.value

      Being variable and variable2 data points from differents data sources

      What do you think?

      Thank you.

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

        Can't you do this with meta points?

        1 Reply Last reply Reply Quote 0
        • R
          rcopeland
          last edited by

          I would like to elaborate on this wish:

          I would like to be able to use different points in a serverside script, for example. So instead of only being able to use "value" for the selected point, you could use "xid1.value".

          This can be done using meta points, but it is very inconvienient, as you must take all of your needed points, combine them into one, and then on your script extract each value while worrying about how many digits, etc.

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

            Wouldn't the point links implementation necessarily require the same? Maybe i'm missing something...

            Best regards,
            Matthew

            1 Reply Last reply Reply Quote 0
            • R
              rcopeland
              last edited by

              I guess it's more of an issue on the serverside scripts, but I would like to be able to use more than one point on a single script. To do this right now I use a meta data source to combine a few points into one (seperated by commas), and then on my serverside script I have a function which searches the string for the position of commas, and then splits the string into seperate variables.

              This is just a little inconvenient, seems like there should be a better/easier way of doing it.

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