• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Tomi
    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
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Tomi

    • T

      Custom dashboards

      User help
      • • • Tomi
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      Jared WiltshireJ

      @Tomi The adminTemplate has been removed, we highly recommend creating a custom page using "Edit pages" or "Dashboard designer" (you will find these in the menu). You can set them up so they are full screen pages, i.e. have no left menu or toolbar at the top.

      If you do want to create your own custom AngularJS project and serve it from the Mango web server you can still do so. However the onus is on you to maintain it. The old adminTemplate is located here as a starting point - https://github.com/infiniteautomation/ma-dashboards/tree/3.3.x/UI/web/adminTemplate

    • T

      Create my own device template

      User help
      • • • Tomi
      2
      0
      Votes
      2
      Posts
      651
      Views

      phildunlapP

      Hi Tomi,

      There are a ton of ways to do this.

      Here's a video on using CSV to create large numbers of points: https://help.infiniteautomation.com/bulk-importing-data-points

      Here's a thread about using the template configuration module to do it: https://forum.infiniteautomation.com/topic/3216/template-import-json-markup-example

      Here's a thread using a script to import event detectors onto points: https://forum.infiniteautomation.com/topic/3708/a-script-jsonemport-example

      The second two are based off JSON, which is also what it would be used for the API, as in this thread: https://forum.infiniteautomation.com/topic/3060/mango-rest-api-how-to-create-data-sources-data-points

      There's also a copy button on data sources in the old UI (use the link from the data sources page to the legacy data sources page, or navigate to /data_sources.shtm). I suspect it will appear in the new UI fairly soon:
      0_1563212508109_old-ui-copy-button.png

      I probably overlooked a few options...

    • T

      Firefox Issue on Dashboard V3.1

      Dashboard Designer & Custom AngularJS Pages
      • • • Tomi
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      Jared WiltshireJ

      Hi tomi, looking at this now. We'll get it fixed ASAP.

    • T

      Dashboard login based on user's permissions.

      Dashboard Designer & Custom AngularJS Pages
      • • • Tomi
      7
      0
      Votes
      7
      Posts
      2.6k
      Views

      T

      @JoelHaggar Thanks Joel, I did that, but I have 2 different dashboards, so I would like to go to the login page of the dashboard which I am leaving.

    • T

      Socket server to serial bridge

      Wishlist
      • • • Tomi
      17
      0
      Votes
      17
      Posts
      5.6k
      Views

      phildunlapP

      Hmm.

      So, you have the bridge device making a TCP connection to Mango, then Mango doing Modbus out the virtual port connected to that server socket?

      Are there any options on the GSM-RS485? Specifically, are you using TCP or TCP with keep-alive? I would recommend going with keep-alive, as I would speculate the bridge is closing the connection, perhaps. Is there more to the stack trace in the log?