• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. crutherf
    3. Topics

    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
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by crutherf

    • C

      "maximum time" and "minimum time" syntax for Analog Statistics object in Metadata scripts

      How-To
      • • • crutherf
      7
      0
      Votes
      7
      Posts
      3.5k
      Views

      M

      Ah, ok. There are differences in the var names between M2M and MA, and also between MA 1.x and MA 2.x.

    • C

      Javascript variable from scriptPoint "value"

      How-To
      • • • crutherf
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      C

      I'm working on some custom views that need the current value of a particular datapoint available as a JS variable. If I declare the variable in my JS header info, and then try to update using the form:

      var x = value;

      within the script section of the scriptPoint tag, this doesn't update the previously declared JS variable (even though "value" is functional and clearly available based on other tests). Is there a straightforward method of achieving this? It doesn't have to utilize the scriptPoint function. If this isn't possible currently, is there a way to do this through a global script?

      Thanks,
      Craig

    • C

      Issue with "200 OK" http receiver epilogue

      User help
      • • • crutherf
      6
      0
      Votes
      6
      Posts
      3.2k
      Views

      M

      Unfortunately, there is nothing conditional about the prologue/epilogue besides being there or not. It is a solution that covered requirements known at the time. I suggest looking into M2M2, in particular making a custom module that will behave exactly as you need, based upon the existing HTTP module.