• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Vlasta
    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
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Vlasta

    • V

      Custom model for Mango 2.8

      Dashboard Designer & Custom AngularJS Pages
      • • • Vlasta
      7
      0
      Votes
      7
      Posts
      2.1k
      Views

      Jared WiltshireJ

      @vlasta said in Custom model for Mango 2.8:

      For some reason I thought that device name = data source name...

      Well it does default to that, so I can see where you went wrong. Just a heads up in Mango >= 3.3.0 you can add any number of arbitrary data point tags to help differentiate and locate your data points, e.g. site = xyz, boiler = 1 etc Just something to keep in mind if your system becomes more complicated.

      @vlasta said in Custom model for Mango 2.8:

      Your example works just fine too, even with my over complicated configuration.
      Thanks heaps!

      No worries.

    • V

      Custom modules for Mango 2.8

      Wishlist
      • • • Vlasta
      1
      0
      Votes
      1
      Posts
      705
      Views

      No one has replied

    • V

      Easiest way to pass mango point value to a script?

      Dashboard Designer & Custom AngularJS Pages
      • • • Vlasta
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      V

      Thanks Craig.
      Using SVG is soooo much better idea than canvas.
      Works perfect!

    • V

      How do I selectively delete a large number of points?

      User help
      • • • Vlasta
      5
      0
      Votes
      5
      Posts
      1.9k
      Views

      Jared WiltshireJ

      Unfortunately there is no way.

      You can also do it from the SQL console, try this
      DELETE FROM pointValues WHERE dataPointId NOT IN (SELECT ID FROM dataPoints) LIMIT xxx