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.

  • How to change the http sending value parameter

    78
    0 Votes
    78 Posts
    64k Views
    phildunlapP
    It was discovered that the HTTP publisher was sending all the point values, but it was putting multiple values into single GETs or POSTs, which the receiving end was not able to handle. Resolution was found by introducing an intercepting layer to send them on to the other program one at a time, as there is not a setting on the HTTP publisher to limit values per message (it's limited by URL length, post size, etc). Another option that was presented was using the point links to set the HTTP desired directly out a TCP/IP data point rather than tying the point links to a virtual point and having the HTTP publisher do the transport. This likely would have worked, but the existing solution was touched up before this was attempted.
  • 0 Votes
    18 Posts
    5k Views
    M
    Hi phildunlap, I was using version 3.1.1. I am now downloading version 3.2.
  • connect to IP cam

    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    @buddhika You can construct dashboards in the free version of Mango using "Edit pages" or "Dashboard designer". Version 3.2 has been released, please use this. You can include your IP camera feed in our HTML5 dashboards provided your camera: a) Is accessible from the web b) Provides the ability to embed its feed in a HTML page
  • Your instance cannot be upgraded due to a versioning problem

    13
    0 Votes
    13 Posts
    3k Views
    phildunlapP
    You shouldn't, but it won't hurt anything. That was also in the bundle file you got that had the brewersdashboard. You can't get 3.7 from the store (and maybe never will be able to). I'm not sure it's really any different than 3.6
  • ModbusTCP/IP with multiple slave ID's - Preferred Approach?

    5
    0 Votes
    5 Posts
    2k Views
    W
    Phil - Thank you for the detailed response. I think I will go the multiple data source route.
  • Excel Reports point limit

    21
    0 Votes
    21 Posts
    14k Views
    phildunlapP
    Have you set your user's timezone and the timezone of the device?
  • All users receiving audit reports and alarms

    4
    0 Votes
    4 Posts
    2k Views
    phildunlapP
    No mailing lists defined? I should have also asked for the receiveOwnAuditEvents column. Those look like 1 and 35 are set to 'critical' and the rest are on ignore. Do you have any event handlers defined? The code that generates the list of email recipients is this: https://github.com/infiniteautomation/ma-core-public/blob/96121bacc1d6287a1c22d0bbc032932f00edc7c4/Core/src/com/serotonin/m2m2/rt/EventManager.java#L149 and I wouldn't expect you to receive information level events as described. Perhaps restart Mango?
  • Mango suddenly fails to startup (on Mango ES)

    8
    0 Votes
    8 Posts
    3k Views
    C
    The serial number is 3307.
  • Sending JSON objects via MQTT

    json mqtt
    12
    0 Votes
    12 Posts
    6k Views
    Jared WiltshireJ
    @silvia We have made a v3.1.2 release of the MQTT data source which should rectify the issues you were experiencing. There we some bugs around referencing values inside JSON objects so we decided to switch the notation over to the JSON pointer spec. Your existing points with $. type notation will be automatically converted and hopefully should just work. I've added a help document to the data point edit page for MQTT too (click the blue help icon).
  • Setting up OpenVPN

    3
    0 Votes
    3 Posts
    1k Views
    P
    It was indeed a Mango ES and that did it! Thanks a ton Joel.
  • Question related to Mango Service and ext-enabled directory

    2
    0 Votes
    2 Posts
    826 Views
    W
    Answered my own question. After copying enable-alpn.sh to the empty ext-enabled directory the line no longer appears in the status output.
  • Startup log Warning related to SimpleUrlHandlerMapping

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    6 Posts
    2k Views
    C
    Hi Phil, This was on mango 3 at all times. I had upgraded to the latest mango 3 a week ago after the problem happened the first time. I have just upgraded the mangoNoSQL module. No update to the excel reports appeared in the list of newly released modules. We will make sure to upgrade all of the MangoES with version 2.8 to the latest 2.8 as well. Thanks for such a quick turn around!
  • pointquery from a watchlist by watchlistname and do calculation

    7
    0 Votes
    7 Posts
    2k Views
    M
    @phildunlap said in pointquery from a watchlist by watchlistname and do calculation: {{points | maSum:'value'}} Thanks phildunlap, that's very efficient in a few line. {{points | maSum:'value'}} helps. I will explore the link you provided as well. Thanks for your support.
  • HTTP Receiver "Set point name"

    6
    0 Votes
    6 Posts
    3k Views
    phildunlapP
    You mean can you "set" a value to it and have that be the value without doing a regular set action? About the only ways to programmatically insert values without going through the normal set action of a data source are The scripting data source if 'Saves historic' is checked. Then all set() calls will bypass logging type, the data source, and events (detectors, meta points, etc.) The data file data source if the new values are older than the existing values. Other things, like the point data import, will also bypass the data source in creating a value history. The HTTP parameter name is the incoming format. The GET request from the publisher will look like http://yourip/httpds?parameterName=value@time&otherParameterName=value@time The Set Point Name is the outgoing format, as I described, setPointUrl?name=setPointName&value=value@time
  • Device Name Filter with Exact Name

    7
    0 Votes
    7 Posts
    2k Views
    M
    Hi phildunlap, may you have a look on my other post? pointquery from a watchlist by watchlistname and do calculation
  • Power draw of Mango ES

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    No worries! I get to pad my forum stats!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Meta DataSource with data from others meta datasources

    3
    1 Votes
    3 Posts
    1k Views
    phildunlapP
    Hi morris, Glad to hear you figured it out!
  • AutomationDirect P3-550 PLC's

    3
    0 Votes
    3 Posts
    2k Views
    L
    Adam Hi; I am still trying to use the Ethernet/IP data source. I can get mango to see the processor but Tells me "unable to start the session" . Thanks for your reply and I'll use the modbus like you said if I can't get this to work. Thanks again. Larry