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.

  • Odd server error message

    2
    0 Votes
    2 Posts
    929 Views
    phildunlapP
    Hi Ian, Quite strange. You could try launching it at the command line. Sometimes, especially in older versions, there were some errors that would make it to stderr and avoid the log file.
  • How do Excel reports handle no datapoints

    4
    0 Votes
    4 Posts
    1k Views
    P
    @phildunlap said in How do Excel reports handle no datapoints: g the value Thanks guys, my curiosity has been satisfied.
  • Multiple Persistent TCP connections

    3
    0 Votes
    3 Posts
    1k Views
    P
    Yes but only one ES is publishing to this server with one connection so why is it showing 4 connections from the one server? If I stop and restart it it goes back to one connection and then over the next hour it grows to multiple connections. [image: JaapzMB.png]
  • Hierarchy creation question after upgrading to 3.5

    5
    0 Votes
    5 Posts
    1k Views
    phildunlapP
    Whenever a publisher or data source is saved, it is stopped and then started. You must save your changes for them to be in effect.
  • BACnet connection to multiple remote sites

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    You are correct! Only IP networks use BBMDs A local device can currently only register as a foreign device with one BBMD. You could try creating more LocalDevices and experimenting with using other port numbers. This has come up a few times fairly recently and we're likely to do some work making it easier in the future. See this thread: https://forum.infiniteautomation.com/topic/3798/support-multiple-bbmd-routers-networks-over-1-nic
  • Infinite automation copyright line on bottom of screen

    2
    0 Votes
    2 Posts
    814 Views
    Jared WiltshireJ
    @jleblancmango It sounds like the contents of your main div are overflowing or something like that. Post your markup / screenshot.
  • Performing a "set" on a Persistent TCP point

    6
    0 Votes
    6 Posts
    2k Views
    phildunlapP
    Has anything changed with Persistent TCP being bi-directional now in 3.5?? Yes. As Fox mentioned there is a setting on the publisher that permits it to accept sets. If, the "Allow data source to set values back" is enabled on the publisher the original published point is settable it is set as settable in the point created on the receiver and the user has set permission to the point on the receiver then you can set to the received point. It will behave as though it were set on the publishing device, such that the value is only recorded as it is echoed back in the normal course of publishing.
  • Scripting data source ReferenceError: "LOG" is not defined

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    https://forum.infiniteautomation.com/topic/3991/release-notes-for-scripting-3-5-1
  • Stop data logging on date source exception

    3
    0 Votes
    3 Posts
    1k Views
    Jared WiltshireJ
    @chio said in Stop data logging on date source exception: when faulted it stops responding to Mango queries via Modbus TCP How did you verify this?
  • Redirect http to https

    3
    0 Votes
    3 Posts
    861 Views
    Jared WiltshireJ
    @iperry It actually is possible, you just need to enable HSTS in the env.properties - # Configure HSTS (HTTP Strict Transport Security) # Enabled by default when ssl.on=true # Sets the Strict-Transport-Security header, web browsers will always connect using HTTPS when they # see this header and they will cache the result for max-age seconds ssl.hsts.enabled=true ssl.hsts.maxAge=31536000 ssl.hsts.includeSubDomains=false This will only affect browsers, as @Puckfist says HTTP is actually still enabled and you can make REST requests over HTTP using a script for example. Just bear in mind that the browser will remember the HSTS setting and refuse to connect to HTTP for the specified amount of time after you configure this.
  • Watchlist tags popping up

    8
    0 Votes
    8 Posts
    3k Views
    phildunlapP
    Glad to hear it!
  • ma-serial-chart rendering bug?

    1
    0 Votes
    1 Posts
    760 Views
    No one has replied
  • Should these be equivalent print statements and if not why not?

    3
    0 Votes
    3 Posts
    937 Views
    P
    Sorry I should have qualified that question. I meant if they were run exactly on the hour would they be equivalent?
  • Two dead MangoES

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    Hi Psysak, It's possible the devices are indeed dead. We'd prefer to address this over email if possible. Can you send in a link to this thread and the serial numbers for the MangoES units in question to support@infiniteautomation.com ? Thanks.
  • Implementing project tracking sheet

    18
    0 Votes
    18 Posts
    4k Views
    P
    @phildunlap said in Implementing project tracking sheet: Not yet. It would take something like a script shuffling it into a data point to make it available to an excel report, currently. Would it be better, and feasible, to implement the same thing using alpha points?
  • Unknown Error

    2
    0 Votes
    2 Posts
    941 Views
    CraigWebC
    Yes I have seen it before in my case Mango was not running on the server. What you are seeing is from your browser cache. Try doing a hard refresh and see what errors you get in your browsers console.
  • Rest API vs object methods

    1
    0 Votes
    1 Posts
    640 Views
    No one has replied
  • Cutomizing the tab name

    2
    0 Votes
    2 Posts
    971 Views
    phildunlapP
    Hi Ian, You could do this by modifying the Mango/web/modules/mangoUI/web/mangoUi.js file. The string Mango v3 only appears in the relevant place (you'll need to address the use of titleSuffix elsewhere in the file, probably). The <title> element is in Mango/web/modules/mangoUI/web/ui/index.html Modifying those will not persist through an upgrade. While you could put them into Mango/overrides/web/modules/mangoUI/web[/ui] I would not advise it, since that could break other things in the UI upon update. Edit: See this thread for a better way to do it: https://forum.infiniteautomation.com/topic/4457/cutomizing-the-tab-name
  • Possible bug switching from UI settings with dark/custom theme

    3
    0 Votes
    3 Posts
    1k Views
    I
    Hi Phil, Ohh good, thought we might be going crazy. heh Thanks Ian
  • Restore Admin Menu

    3
    0 Votes
    3 Posts
    946 Views
    R
    Thanks Craig.