• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jmatos
    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 55
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by jmatos

    • J

      Failed to write core dump

      Mango Automation general Discussion
      • • • jmatos
      8
      0
      Votes
      8
      Posts
      2.5k
      Views

      phildunlapP

      You need to have Mango (and any other Java program) stopped when you do the update to Java, and then restart Mango with the new Java.

    • J

      Can't access Data Point Details after SQL update

      User help
      • • • jmatos
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      phildunlapP

      Hi jmatos,

      Do you get an error either to the log or the web console (right click, inspect element).

    • J

      High priority task nosql was rejected

      User help
      • • • jmatos
      17
      0
      Votes
      17
      Posts
      3.3k
      Views

      phildunlapP

      I would expect it to be slightly different, you can try, but the recommendation we made was to update to the latest BACnet in Mango 3.

    • J

      More than one BACnet data source

      User help
      • • • jmatos
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      phildunlapP

      It's also possible that you have another tool open on the computer, already bound the port that the local device is trying to bind to (0xBAC0, 47808). In which case none of your data sources on that local device would be working.

    • J

      How to start DGlux trial on Mango Free edition?

      How-To
      • • • jmatos
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      K

      I am also interested in this. It was noted that you can access it with a front end URL but the URL was not given. I found a URL in a thread or tutorial, but it also didn't work.

    • J

      How to change the http sending value parameter

      User help
      • • • jmatos
      78
      0
      Votes
      78
      Posts
      20.3k
      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.