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.

  • Excel Post Processing Data

    2
    0 Votes
    2 Kiriman
    891 Lihat
    G
    Taking a different approach, this example works for copying the value. So it should get me what I need, but I'd still like to know if there is a way to get the count of rows for a given variable or named range if possible. In this example my timestamp is the first column, and epoch is the second column. I have headers above the named ranges, so it starts at row 1. This also assumes that the 'Date__EPOCH' range is empty when post processing starts. ExcelReportUtility.openNamedRange('Date__EPOCH', false); var timestamp = null; var i = 1; do { timestamp = ExcelReportUtility.getString(0, 0, i); if (timestamp == null) { break; } ExcelReportUtility.writeStringToNamedRange('Date__EPOCH', timestamp); i += 1; }while (timestamp != null);
  • Pages not showing up when moved into folder.

    1
    0 Votes
    1 Kiriman
    409 Lihat
    Tiada jawapan
  • Cloud Connect Help

    17
    0 Votes
    17 Kiriman
    3k Lihat
    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 Votes
    5 Kiriman
    2k Lihat
    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 Votes
    13 Kiriman
    3k Lihat
    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 Votes
    7 Kiriman
    3k Lihat
    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 Votes
    8 Kiriman
    2k Lihat
    S
    @craigweb Thanks Craig for your help, it worked :-)
  • Limiting pre-cache for slow networks

    1
    0 Votes
    1 Kiriman
    355 Lihat
    Tiada jawapan
  • Port forwarding issue with Mango GT

    1
    0 Votes
    1 Kiriman
    527 Lihat
    Tiada jawapan
  • Data point query limited to 100 points returned

    2
    0 Votes
    2 Kiriman
    876 Lihat
    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 Votes
    25 Kiriman
    17k Lihat
    M
    No worries, much appreciated. =)
  • CSV export of events

    1
    1 Votes
    1 Kiriman
    571 Lihat
    Tiada jawapan
  • User session not closing

    1
    0 Votes
    1 Kiriman
    620 Lihat
    Tiada jawapan
  • Topik ini dipadam!

    1
    0 Votes
    1 Kiriman
    3 Lihat
    Tiada jawapan
  • How to disable fonts from being loaded

    1
    0 Votes
    1 Kiriman
    661 Lihat
    Tiada jawapan
  • How is 'Grid Count' value applied in Watch-list chart?

    6
    0 Votes
    6 Kiriman
    1k Lihat
    MattFoxM
    @cwangv I'd argue this isn't much of an issue rather than being a means to display watchlist values. Exactly..
  • 1 Votes
    1 Kiriman
    540 Lihat
    Tiada jawapan
  • Edit-mode not working in Watch-list chart

    1
    0 Votes
    1 Kiriman
    420 Lihat
    Tiada jawapan
  • Updating a data point value at a specific timestamp

    7
    0 Votes
    7 Kiriman
    2k Lihat
    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 Votes
    1 Kiriman
    733 Lihat
    Tiada jawapan