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

    Topics created by diesel

    • D

      Point Links

      Mango General
      • • • diesel
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      CraigWebC

      Hi @diesel

      let us know if the recent Bacnet features solved your problem.

    • D

      Custom Events Table

      Dashboard Designer & Custom AngularJS Pages
      • • • diesel
      2
      0
      Votes
      2
      Posts
      852
      Views

      D

      nevermind. I was using the eventsTable html and js from github, however, I should not have used files from master but from ver 3.7.x

    • D

      Dashboard Designeer ideas

      Dashboard Designer & Custom AngularJS Pages
      • • • diesel
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      MattFoxM

      Have you looked at the examples page for template layouts?
      You may need to enable it from the edit-menu page. That would give you ideas for how md-cards are configured using flex layout.

      Alternatively, a good google search renders some very nice results.
      https://www.codeinwp.com/blog/best-angular-admin-dashboard-templates/
      Feel free to chat message for bouncing ideas off of me also. I would share but I think IP may get in the way...

      Fox

    • D

      meta data scripting - execution and setting

      Scripting general Discussion
      • • • diesel
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      MattFoxM

      No under events, there are different options when an event is triggered. Email, set point value, run external process,excel report, report -> Set to Set point

      0_1588719567472_37111905-6df3-4a4d-9517-ecc005345019-image.png

      Then add the same context points you use in your meta data source script, the target point being what you normally send data down via your meta point -> your bacnet point
      0_1588719872037_f3b3a482-cc29-48d8-b750-bba905e47814-image.png

      Set to scripted action:
      0_1588719807643_3a5049d0-c017-4c45-9847-f52f9577c7ff-image.png

      0_1588719910803_f280e672-942f-4e1c-bacc-1e7208828d47-image.png
      Input the same code you would for your meta datapoint script and return the value that the bacnet point should receive.

      This will then fire when the event is triggered.