• 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

    Generate point list

    Scheduled Pinned Locked Moved Hardware
    3 Posts 2 Posters 2.4k Views 1 Watching
    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.
    • jeremyhJ Offline
      jeremyh
      last edited by

      Hi,

      Is there an easy way (SQL statement etc.) to generate a list/table that can spit out something like the following for every data point in a system:

      Point data source, point name, point unit, point update frequency (seconds)
      

      I am trying to output a list like this that I can then paste into Excel or even just a text editor without any further manipulation required:

      Generator, Energy, kWh, 30
      Panel Meter, Load, kW, 10
      Weather Station, Wind Speed, m/s, 30
      

      From time to time this is required when people request lists of measurements from installations.

      Thanks
      Jeremy

      1 Reply Last reply Reply Quote 0
      • jeremyhJ Offline
        jeremyh
        last edited by

        We have a guy here who is proficient in SQL, he just needs to know where to get the data source update interval from, which is not apparent when looking through the tables..

        1 Reply Last reply Reply Quote 0
        • JoelHaggarJ Offline
          JoelHaggar
          last edited by

          Hey Jeremy,

          The update rate is stored in the serialized data so it's not going to be available in an SQL statement. The only thing I can think of without writing any Java code would be to grab it out of the JSON from the export page or the API.

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