• 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
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by James

    • J

      Change point value via script

      User help
      • • • James
      7
      0
      Votes
      7
      Posts
      1.7k
      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

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

      J

      @CraigWeb Thank you so much for letting me know there is such website exists. It helps me a lot.

    • J

      Bacnet schedule

      Mango Automation general Discussion
      • • • James
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      J

      @phildunlap problem solved, I used event handler to make a schedule instead. Thank a lot for your help!

    • J

      Rotating Fan

      Mango Automation general Discussion
      • • • James
      11
      0
      Votes
      11
      Posts
      2.1k
      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

      User help
      • • • James
      3
      0
      Votes
      3
      Posts
      950
      Views

      J

      It works! Thank you for your help.