• 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
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 17
    • Groups 0

    Topics

    • O

      Looking for one on one support.

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      344 Views
      No one has replied
    • O

      Dashboard directory not working with Google Chrome

      Watching Ignoring Scheduled Pinned Locked Moved User help
      2
      0 Votes
      2 Posts
      481 Views
      cwangvC
      @oru_david this known issue. patch could be coming soon.
    • O

      Mango server error

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      13
      0 Votes
      13 Posts
      3k Views
      O
      That is great news. I really appreciate you doing that. Thanks
    • O

      Monitoring water flow with alarm point

      Watching Ignoring Scheduled Pinned Locked Moved Development general discussion
      3
      0 Votes
      3 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      8
      0 Votes
      8 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      2
      0 Votes
      2 Posts
      901 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

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      2
      0 Votes
      2 Posts
      1k 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*)'"