• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. James
    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
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 14
    • Groups 0

    Topics

    • J

      Change point value via script

      Watching Ignoring Scheduled Pinned Locked Moved User help
      7
      0 Votes
      7 Posts
      2k Views
      MattFoxM
      @tungthanh500 if you're using an angularjs controller, yes. Otherwise you can use it to trigger a meta data point or scripting data source and use RuntimeManager.sleep(2000); Between each data point supplied in the context to be changed to the desired values after each delay. Fox
    • J

      Layout issues

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      1k Views
      J
      @CraigWeb Thank you so much for letting me know there is such website exists. It helps me a lot.
    • J

      Bacnet schedule

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      3
      0 Votes
      3 Posts
      2k Views
      J
      @phildunlap problem solved, I used event handler to make a schedule instead. Thank a lot for your help!
    • J

      Rotating Fan

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      11
      0 Votes
      11 Posts
      3k Views
      J
      @Jared-Wiltshire Thank you for you supporting. It works perfectly. Here is my script: :D <!---------Rotation-----------> <ma-svg ng-include="'/rest/v2/file-stores/default/case.svg'" style="width: 1114.022px; height: 399.399px; position: relative; position: absolute; left: 150px; top: 180px; "> <div ma-selector="#ahufan" ng-class="{'ma-spin-clockwise': vfd.value>0}" style="transform-origin: 193.32843px 114.53712px" ng-style="{'animation-duration': 50/(vfd.value - vfd.value % 10) + 's'}"></div> </ma-svg>
    • J

      Bacnet IP

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      1k Views
      J
      It works! Thank you for your help.