• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. tangyiping
    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
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by tangyiping

    • T

      The charts can not be viewed in watchlist

      User help
      • • • tangyiping
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      phildunlapP

      @pierjsap He's talking about the old /watch_list.shtm page. But, it's good advice when making your own charts from watchlists in the new UI!

      Hi tangyiping,

      I would expect that's caused by an NaN or Infinite value in one of the point's series. Do most of them chart individually if you uncheck the other boxes adding those points to the chart? Or, perhaps easier, if you download the data using the green download arrow after the chart has not rendered, do you find NaN and Infinity in the data set?

      Otherwise I would wonder if there was a message in your logs about what could have failed. But, it looks like the chart generated without showing any values, as in these images where I have a script doing,

      p.set(Number.POSITIVE_INFINITY); RuntimeManager.sleep(5000); p.set(Number.NEGATIVE_INFINITY); RuntimeManager.sleep(5000); p.set(Number.NaN);

      I produced these charts:

      0_1527784446556_no-extremes.png
      0_1527784456922_extremes.png

    • T

      Solved How to import a CSV file? Invalid XID Reference problem

      How-To
      • • • tangyiping
      6
      0
      Votes
      6
      Posts
      1.8k
      Views

      JoelHaggarJ

      @tangyiping your CSV needs to be in the exact same format as provided in the samples including the time stamps. Make sure to click the "?" icon on the page to see the examples and the formats. There is no option to import point values from JSON with this tool. Thanks.