• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. KKS
    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
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Groups 0

    Topics

    • K

      State chart to show only true values

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      3k Views
      K
      Thanks CraigWeb for your response. Here is what I tried. FIRST ATTEMPT <pre ng-bind="comp1OutputValues | json"></pre> <ma-calc output="falseOutput" input=" comp1Output | filter:{comp1Output.value == 0} | maFirst"></ma-calc> <ma-calc output="trueOutput" input="comp1Output | filter:{comp1Output.value == 1} | maFirst"></ma-calc> <pre ng-bind="falseOutput | json" ></pre> <pre ng-bind="trueOutput | json"></pre> Error shown in attached image SECOND ATTEMPT <pre ng-bind="comp1OutputValues | json"></pre> <ma-calc output="falseOutput" input=" comp1OutputValues | filter:{comp1OutputValues == 0} | maFirst"></ma-calc> <ma-calc output="trueOutput" input="comp1OutputValues | filter:{comp1OutputValues == 1} | maFirst"></ma-calc> <pre ng-bind="falseOutput | json" ></pre> <pre ng-bind="trueOutput | json"></pre> [image: zN8f0qs.png] Error shown in attached image
    • K

      Help on few mango components missing

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      5
      0 Votes
      5 Posts
      2k Views
      K
      Thank you so much Jared. I will give it a try. I wasn't sure how to get selected points from ma-point-hierarchy-point-selector. This is what I had tried. <ma-point-hierarchy-point-selector id="895788e3-8b45-4b67-8726-7081b37b7348" ng-model="maPointHierarchyPointSelectorModel" path="[]" ></ma-point-hierarchy-point-selector> I was trying to print by looping "point in maPointHierarchyPointSelectorModel.points".
    • K

      Custom dashboard with admin template

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      1k Views
      K
      Thanks! No particular reason. I will take a look at the link.