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

    Topics created by erdi.metin

    • E

      I can't use javascript libraries on dashboard designer

      How-To
      • • • erdi.metin
      6
      1
      Votes
      6
      Posts
      1.2k
      Views

      CraigWebC

      Hi @erdi-metin Just BTW Mango Automation already has a map component based on leaflet.
      You can view the API documents at HTTP://localhost/ui/docs/ng-mango/ma-tile-map

    • E

      How to access active events of data point

      How-To
      • • • erdi.metin
      2
      0
      Votes
      2
      Posts
      849
      Views

      MattFoxM

      Nope because how the system is implemented - as seen in the API:

      maPointEventManager service in module ngMangoServices Provides an EventManager factory pointing to the point-value websocket endpoint at '/rest/v1/websocket/point-value' All methods available to EventManager are available. Used by <ma-get-point-value> directive.

      So the only way to get around this is to write your own controller or component to provide just the data you want...

      Fox