• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ORU_david
    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
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ORU_david

    • O

      Looking for one on one support.

      User help
      • • • ORU_david
      1
      0
      Votes
      1
      Posts
      282
      Views

      No one has replied

    • O

      Dashboard directory not working with Google Chrome

      User help
      • • • ORU_david
      2
      0
      Votes
      2
      Posts
      404
      Views

      cwangvC

      @oru_david
      this known issue. patch could be coming soon.

    • O

      Mango server error

      Hardware
      • • • ORU_david
      13
      0
      Votes
      13
      Posts
      2.5k
      Views

      O

      That is great news. I really appreciate you doing that. Thanks

    • O

      Monitoring water flow with alarm point

      Development general discussion
      • • • ORU_david
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      MattFoxM

      I think you should set up an alarm on a datapoint based upon if it exceeds an upper limit for 'n' minutes then use that to fire an event or whatever is necessary.
      However if it's a moving difference/average you require, utilise a meta datapoint with the value that calculates those differences over the last so many minutes and returns it. Attach the event handler to the meta point and you'll be away.

      Fox

    • O

      Modbus TCP write or settable

      How-To
      • • • ORU_david
      8
      0
      Votes
      8
      Posts
      2.1k
      Views

      O

      @craigweb

      Well it turns out, the device required the "Use multiple write commands only" to be turned on. Thanks for the help.

    • O

      Modbus TCP write or settable

      How-To
      • • • ORU_david
      2
      0
      Votes
      2
      Posts
      763
      Views

      CraigWebC

      Hi David

      Your images don't describe what is going wrong when you try to set the point.
      Are there any data source alarms?

    • O

      Line chart filter

      Dashboard Designer & Custom AngularJS Pages
      • • • ORU_david
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      phildunlapP

      Hi David,

      You can use the query attribute of the ma-point-list element and some RQL to filter down the results. What you're looking for is probably,

      query="'like(name,*Temp*)'"