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.

  • Add Tags to CSV Import/Export

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    Yep definitely in the works.
  • BACnet COV Increment

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Suspend Event Handler/Alerts

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Timed interval HTTP publisher

    3
    0 Votes
    3 Posts
    1k Views
    P
    No problem. I'd like to be able to just set the publisher to post at specified intervals. There's the feature in there already to send periodic snapshot, I'd just like to be able to set the "Update Event" to none so that I only get a POST every x minutes.
  • Continue the topic RESTful API for CRUD data point

    api crud data point
    4
    0 Votes
    4 Posts
    2k Views
    J
    Thank you very much for your responses. I am new to the Mango system and still trying to get my ways around it, Really appreciate this forum and all the helps you all provided!
  • 0 Votes
    8 Posts
    3k Views
    phildunlapP
    The Http JSON retriever would work well if you wanted to collect a specific offset, Like, if instead of having a point that meant 'Temperature Forecast' which is what I tried to provide, the Http JSON retriever would likely provide points that meant "The forecasted temperature two days from now" which could then gain history and you could chart the projected temperature two days out and compare it to the projected temperature one or three days out over time. I'm not sure why you would, but this does sound like a fine angle for data analysis. It could be interesting to time-shift those graphs over one another and see how the projections narrow to the reality, or something. The tradeoff would by that the Http JSON retriever doesn't support getting multiple values for the same point from the same message, so you couldn't chart predicted temperature as you could with what I provided.
  • Output Selected Points Directly to an Android App

    3
    0 Votes
    3 Posts
    2k Views
    M
    Thanks Phil. I'm going to look at HTTP Publisher first. More details as I progress.
  • Export Hierarchy Config as CSV Would be Very Useful

    9
    0 Votes
    9 Posts
    3k Views
    P
    Interestingly I replicated my Data sources and re-imported the json with a different prefix tag on the DS and DP id's and the hierarchy did import into the second server this time so I suspect I some error on the original Data source setup because I had some original issues with the import and a couple property templates missing. When I originally created the data source some points got left out because the property template was not in the new system at that point and I did not realize this and imported the hierarchy which expected these points and did complain about missing points, which I then added in a smaller import. the legacy hierarchy import didn't work after that point. The new UI import never worked at all. All good now! , somehow (magically) all data sources slotted into the correct hierarchy after the last json import which had the prefix on the point ids.
  • Chart Data to E-Mail

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @chio That option menu is provided by our charting library that we use on the Mango UI. As such it just offers a quick way to save the data which you are currently viewing. We could look at adding an email option somewhere on the page however.
  • Dynamic Text Book Input

    6
    0 Votes
    6 Posts
    3k Views
    H
    Thanks Jared, that's perfect.
  • 0 Votes
    2 Posts
    1k Views
    Will GellerW
    Doesn't the hovered row highlighted with a lighter color help with this? [image: 0ltygRs.png]
  • Dropdown menu remembers last point selection in all DL's

    1
    0 Votes
    1 Posts
    927 Views
    No one has replied
  • Watchlist Checkmark that inverts selection and resets.

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @Phillip-Weeks You're going to have be more explicit about which version of the Watchlist module you are talking about and which checkmark. Note that the legacy watchlist page is deprecated. There will be no changes to this page.
  • Link to the point script in question in the verify DS return

    1
    0 Votes
    1 Posts
    776 Views
    No one has replied
  • monitoring system

    4
    0 Votes
    4 Posts
    2k Views
    K
    Have you implemented it? What is the effect of running?
  • Operating time schedule

    2
    1 Votes
    2 Posts
    2k Views
    J
    I second this, another option (easier but not a replacement) could be to add the scheduler to the rest api, so on can write a handling html/angular directive/whatever. regards.
  • Set-point revert to actual reading if set button not pressed

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • More comment fields

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Auto-scale option on watchlist charts

    5
    0 Votes
    5 Posts
    2k Views
    JoelHaggarJ
    The good news is that Mango version 3.0 is under development with a whole new UI. The new Watch List and the whole UI will be based on the same work in the Custom Dashboards module and will use amCharts so this functionality should be able to be added and I agree would be very nice to have.
  • Socket server to serial bridge

    17
    0 Votes
    17 Posts
    7k Views
    phildunlapP
    Hmm. So, you have the bridge device making a TCP connection to Mango, then Mango doing Modbus out the virtual port connected to that server socket? Are there any options on the GSM-RS485? Specifically, are you using TCP or TCP with keep-alive? I would recommend going with keep-alive, as I would speculate the bridge is closing the connection, perhaps. Is there more to the stack trace in the log?