Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

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.

  • Cloud Connect Help

    17
    0 評價
    17 貼文
    5k 瀏覽
    CraigWebC
    Awesome! They are not HTTP payloads. I use let's encrypt and certbot to handle certificate renewals. There is a script in mango that can be run after the cert is renewed that will move the certificate into the keystore and replace the old cert. /mango/bin/certbot-deploy.sh You may want to look at that.
  • JSON RETRIEVER: Error 400

    5
    0 評價
    5 貼文
    2k 瀏覽
    MattFoxM
    @zaaphod said in JSON RETRIEVER: Error 400: {"slot":0,"io":{"di":[ {"diIndex":0,"diMode":0,"diStatus":0}, {"diIndex":1,"diMode":0,"diStatus":0}, {"diIndex":2,"diMode":0,"diStatus":0}, {"diIndex":3,"diMode":0,"diStatus":0} ]}} You're already 90% of the way there. I'd argue your code will be something like this since there is no "result" property in your incoming data. var data = JSON.parse(content); data = data.io.di; //lets get the info we want. However, you still need to be able to have a means to link what diIndex is what point. If you have the points configured with a specific XID or naming convention, we can use that to map it all together. Fox
  • Datafile datasource saving => 422 (Unprocessable Entity)

    13
    0 評價
    13 貼文
    5k 瀏覽
    MattFoxM
    Cripes Id love to but we are talking five thousand plus points here. Thanks so much for digging deeper
  • Basic dashboard question

    7
    0 評價
    7 貼文
    3k 瀏覽
    K
    Hii You can also use https://onlinejsontools.org/ for json validator,beautify,minify,xml,yaml,CSV,bson,plain text,base64,tsv. Do checkout this site!
  • Modbus Publisher on Port 502

    8
    0 評價
    8 貼文
    3k 瀏覽
    S
    @craigweb Thanks Craig for your help, it worked :-)
  • Limiting pre-cache for slow networks

    1
    0 評價
    1 貼文
    389 瀏覽
    尚無回覆
  • Port forwarding issue with Mango GT

    1
    0 評價
    1 貼文
    611 瀏覽
    尚無回覆
  • Data point query limited to 100 points returned

    2
    0 評價
    2 貼文
    1k 瀏覽
    MattFoxM
    I believe since 3.6 the default was changed from 200 to 100. This has always been the case. I always write a full rql string to ensure nothing is amiss. I think you've found a typo. Fox
  • Changing Data Source but Retaining Data Point History?

    25
    0 評價
    25 貼文
    21k 瀏覽
    M
    No worries, much appreciated. =)
  • CSV export of events

    1
    1 評價
    1 貼文
    675 瀏覽
    尚無回覆
  • User session not closing

    1
    0 評價
    1 貼文
    701 瀏覽
    尚無回覆
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    3 瀏覽
    尚無回覆
  • How to disable fonts from being loaded

    1
    0 評價
    1 貼文
    787 瀏覽
    尚無回覆
  • How is 'Grid Count' value applied in Watch-list chart?

    6
    0 評價
    6 貼文
    1k 瀏覽
    MattFoxM
    @cwangv I'd argue this isn't much of an issue rather than being a means to display watchlist values. Exactly..
  • Why there is no 'Save As' function for 'Dashboard designer' and 'Edit page'?

    1
    1 評價
    1 貼文
    592 瀏覽
    尚無回覆
  • Edit-mode not working in Watch-list chart

    1
    0 評價
    1 貼文
    479 瀏覽
    尚無回覆
  • Updating a data point value at a specific timestamp

    7
    0 評價
    7 貼文
    2k 瀏覽
    G
    Ah ok, thank you guys. This helps quite a bit. I am currently using the free license at the moment to investigate whether or not Mango is the right for our project. So far it seems really great and I'm glad there is a solution for my duplicates problem. I appreciate all the help here in the forums.
  • Disable data purging

    purge
    1
    0 評價
    1 貼文
    870 瀏覽
    尚無回覆
  • Watchlist chart size

    3
    0 評價
    3 貼文
    1k 瀏覽
    C
    Ok. Yeah I saw these but they look like they're more for dashboard or data that we know that we want to see ahead of time. I need a page which can just be a generic chart that an operator can get into and select whatever combination of trends they need to look at in order to interrogate the process. Pretty much exactly what the watchlist page is, I'd just like the option to make that chart at the bottom take up more of the screen as there's currently a bit of lost real estate. Can I modify the standard watch list page so that it's possible to drag the chart out? My apologies for the questions it's just my web/html skills at the moment are "<h1> Hello World </h1>" at best.
  • Meta Point Context Point Error

    3
    0 評價
    3 貼文
    947 瀏覽
    M
    Hi @CraigWeb , We check all context points, none of them is disabled. Although all context points are enabled, we get an error. Thanks in advance,