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 have a point that is the sum of time of binary point is on..

    5
    0 Votes
    5 Posts
    2k Views
    JoelHaggarJ
    I you set the update to start of day and use this it will work: return 24*(b.past(DAY).get(true).proportion);
  • Export import mango database to new pc

    5
    0 Votes
    5 Posts
    2k Views
    I
    got it to work. thanks for reply.
  • How to customize alert emails

    2
    0 Votes
    2 Posts
    1k Views
    F
    i mean when a event handler sends an email i want it to have custom subject and text like Subject : low voltage at battery 1 Where can i customize these email messages ? regards
  • Average statistical function

    2
    0 Votes
    2 Posts
    2k Views
    S
    Hi, I am using the following to get the temp from an NTC T = t1.past(MINUTE).average; THERMISTORNOMINAL = 10000; // temp. for nominal resistance (almost always 25 C) TEMPERATURENOMINAL = 25; // The beta coefficient of the thermistor (usually 3000-4000) BCOEFFICIENT = 3435; // the value of the 'other' resistor SERIESRESISTOR = 14910; average = 1023.00 / T - 1.00; average = SERIESRESISTOR / average; steinhart = average / THERMISTORNOMINAL; // (R/Ro) steinhart = Math.log(steinhart); // ln(R/Ro) steinhart /= BCOEFFICIENT; // 1/B * ln(R/Ro) steinhart += 1.0 / (TEMPERATURENOMINAL + 273.15); // + (1/To) steinhart = 1.0 / steinhart; // Invert steinhart -= 273.15; // convert to C return steinhart ; Trouble is that when even for the past one hour where there is **NO **t1 value received, the average function still returns the average based on whatever was stored earlier. I was expecting that in case of no data, the average function based on time would return a NULL. Any thoughts / suggestions ?
  • Local or cloud

    3
    0 Votes
    3 Posts
    3k Views
    S
    Please contact me directly to discuss. We can set up a cloud account for you.
  • Is DNP data source configurable?

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    Hi, we don't have much experience with DNP3 ourselves and the code for that module was not written by us. That said there has been interest recently by several companies, if you would like to work with us to upgrade this module please contact me privately, Joel.
  • Data Point Not Updating

    11
    0 Votes
    11 Posts
    5k Views
    E
    I've had a similar problem. It seemed that if certain data points were enabled, everything from that device would read "Point value may not be reliable." The problem seemed to go away for the remaining data points if those "problem data points" were disabled. After some experimenting, the problem went away entirely if the following boxes were selected in the data source menu: “Use multiple write commands only” “Contiguous batches only” “Create slave monitor points”
  • User ID not found

    3
    0 Votes
    3 Posts
    3k Views
    S
    Mango is setup with: admin admin as the default user name and password. Hope this helps Steve
  • Can you access mango from different computer on same network?

    5
    0 Votes
    5 Posts
    2k Views
    I
    Got it to work. Just needed a pc reset.
  • Event process command

    2
    0 Votes
    2 Posts
    2k Views
    S
    Hi, I use event process commands quite a lot, but i now have a need to pass the value of a mango variable to the batch file... Can this be done? Or would i need to trigger the batch file from a server side script? Is that allowed? Any tips on how i could do that? Thanks Skiv
  • How do I get data from a Mango server?

    9
    0 Votes
    9 Posts
    4k Views
    V
    Thanks. I posted another query on Modbus and having this act as a slave. If this option was available then it would be ideal. Until I have a way for a remote GPRS device to get back values from the server, I can't yet consider Mango for any commercial application but I will continue to use for home use and look out for an option in the future. I may even consider doing some coding myself. Cheers Dave...
  • Accessing the console with Mango as a Windows Service

    6
    0 Votes
    6 Posts
    3k Views
    A
    @JoelHaggar said: I'm not aware of a terminal window you can open. You just start and stop the service by right clicking on the service. Joel. I believe now I can access this information via the logs, which serves the purpose. H
  • Use Mango as MODBUS slave

    4
    0 Votes
    4 Posts
    2k Views
    V
    Thanks Joel. This would be a great addition to Mango as it would give an alternative option for devices that are on the internet but without a visible IP address, GPRS based devices for instance, to be able to send and retrieve parameters. I use this very method with VTS for a commercial application I have with an oil company. The binary transmission is also smaller than using HTTP. I can see some real potential uses for Mango in my commercial ventures, for some of the smaller projects were a full blown SCADA system is beyond their budget. Right now, it is purely for development and home automation.
  • No WAN connect on 8080 - M2M V1.12.4

    4
    0 Votes
    4 Posts
    3k Views
    A
    Thanks for the reply Joel. I still can't connect on my mobile, so I asked another friend to connect from another state on 8080/safari and he had no problems. So I am going to put it down to poor internet connectivity here in Australia and/or an issue with my mobile co. One thing that concearns me with the iframes, is someone, or many people could copy the iframe address out of my website source code and paste it in another website/s. This could cause connectivity issues and misuse of data. it would be good if iframes could be more secure somehow. A workaround for me would be to add my company logo to the graphical display. Thanks Joel
  • How to upgrade and keep data

    5
    0 Votes
    5 Posts
    2k Views
    JoelHaggarJ
    here is the link: http://forum.infiniteautomation.com/downloads/mango-1.12.5.zip Joel.
  • Trouble with Comm Ports in ASCII Module

    5
    0 Votes
    5 Posts
    3k Views
    M
    Regarding your question about TCP, yes, this is possible, but currently not supported in the module.
  • BACNet IP/MSTP module bugs

    3
    0 Votes
    3 Posts
    2k Views
    M
    Hi Ray, Version 2.0.1 will include a number of fixes. What kind of network is 50? Not sure about the 169.254 thing. It's certainly not in the current source pool.
  • RXTX.org is off-line. Alternative download link

    2
    0 Votes
    2 Posts
    3k Views
    S
    http://rxtx.qbang.org/wiki/index.php/Download http://www.cloudhopper.com/opensource/rxtx/
  • Rs232 communication problem in java

    3
    0 Votes
    3 Posts
    3k Views
    S
    Hi, I'm not an expert with this, but I wonder if this will help? http://forum.infiniteautomation.com/forum/posts/list/1402.page
  • Editing the datasources

    3
    0 Votes
    3 Posts
    2k Views
    M
    Delete the DNP3 module.