• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    filter points being used in graphics

    User help
    3
    3
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sbaik
      last edited by

      Is there a way to sort all points being used in the custom page graphics?

      In one of the instances of Mango, they had uploaded hundreds of points from multiple PLC's. I came into the project half way through and almost done with setting up their pages and would like to delete the unused ones.

      A lot of them are duplicates such as a numeric value before and after scaling in the PLC of which only the scaled value is used.

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by

        Hi sbaik,

        There is a directive called <ma-point-query> for querying a list of points into the model, see /ui/docs/ng-mango/ma-point-query

        The <ma-point-list> directive also accepts an RQL query string, /ui/docs/ng-mango/ma-point-list

        Points which users do not have permissions to will also be excluded from any query or list.

        1 Reply Last reply Reply Quote 0
        • Jared WiltshireJ
          Jared Wiltshire
          last edited by

          @sbaik said in filter points being used in graphics:

          Is there a way to sort all points being used in the custom page graphics?

          There's no easy way unfortunately. The only suggestion I could give you would be to open your dev tools and look at the network requests your dashboards are making. You will see requests to /rest/v2/point-values/time-period/{xid} for example when its fetching point values for a particular point. You can also find the websocket for live point value updates and see what XIDs it is listening to -

          0_1542409809862_e6672f1a-3cc9-4f2e-b834-e2cae9bd6803-image.png

          Developer at Radix IoT

          1 Reply Last reply Reply Quote 0
          • First post
            Last post