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.

  • Mango Won't Start Stuck at Watchslists Loading

    20
    0 Votes
    20 Posts
    6k Views
    V
    Thanks for the replys. I had to reinstall everthing, clear browser cache and run in admin mode. Now it works, i will let anyone know if the problem exists after creating some watchlists and graphics.
  • how to undisplay the logo

    2
    0 Votes
    2 Posts
    2k Views
    E
    this is the picture .I want to undisplay the '©2006-2014 Infinite Automation Systems Inc., all rights reserved' in the report or delete '©2006-2014 Infinite Automation Systems Inc., all rights reserved' how to do ? https://www.dropbox.com/s/pkkr0znix5ndj9u/New Bitmap Image (2).bmp?dl=0
  • when use report modules,display like this.

    13
    0 Votes
    13 Posts
    5k Views
    E
    I use the m2m2-reports-2.0.7 under Mango Automation 2.4.2 Enterprise for test again. but display like below. how to solve it ? https://www.dropbox.com/s/cmfrzwb3bucam4y/New Bitmap Image.bmp?dl=0
  • why I canot save the setting in mysql datasource

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    E
    great !thanks
  • Convert pulse flow meter to litre p/hour or positive flow or not

    6
    0 Votes
    6 Posts
    3k Views
    danD
    ah ok, it's kinda working now. Thanks for the update. I'll try the changes later and see if it makes much difference to the results? Cheers Dan
  • 0 Votes
    3 Posts
    1k Views
    P
    Craig, I noticed on the point_details.shtm page that it would display zero when the device was polled every five seconds, but when I clicked the green refresh icon, it would display the correct floating point value. After I checked the "contiguous batches only" check box, everything worked properly. Thanks for your help!
  • java.lang.NoSuchMethodError: setMediumPriorityServiceMaximumPoolSize(I)V

    5
    0 Votes
    5 Posts
    2k Views
    P
    No, I don't have a mango/overrides/lib directory. I'm looking forward to the next release.
  • Mango and OPC

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Histories lost after upgrade

    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Can you check that the modules successfully installed during the upgrade process? You can check your modules page and see if they are loaded, or you can watch the bootup logging to see if it is loading the modules. It sounds like you upgraded the core, but have no modules perhaps. If anything has actually happened to your data, nothing in the upgrade will destroy the databases at mango/databases, and if any automatic backup was enabled from within Mango, you should have many backups in your mango/backups folder. You will probably want to restore your H2 database and MangoNoSQL database. You can restore H2 in the "H2 Database Backup Settings" on the System Settings page, and you can restore you MangoNoSQL Database on the NoSQL page, restore database tab. If your NoSQL database is performing incremental backups, be sure to select the oldest backup to begin a complete restore.
  • Micro unit prefix not recognized

    3
    0 Votes
    3 Posts
    1k Views
    P
    Thanks, Terry. I should have thought of that. I have a greek keyboard layout set up as an alternate keyboard because it is useful for engineering. That's where I got the mu character from. After reading your post, I copy/pasted the µ symbol from the Mango help into the unit box, and it worked!
  • BACnetDataSourceRT rejected

    6
    0 Votes
    6 Posts
    3k Views
    C
    Hi Joel, The polling rate is 3s. I'll keep an eye out for the update Craig
  • ModbusRTU, BacnetIP publisher, readonly points?

    3
    0 Votes
    3 Posts
    2k Views
    J
    Hmmm, ok. Thanks for the fast response. How is it then, that virtual points can be written with the publisher? Also, we tested one more thing: we had our modbus point A we created a virtual data point VirtA we created two 'onchange' point links, A->VirtA and VirtA->A voilá, it worked, point A could be written using the bacnet publisher! (it also worked using a metapoint and a single pointlink) thoughts?
  • MySQL push to NoSQL?

    4
    0 Votes
    4 Posts
    2k Views
    BGB
    Hello Joel, I have been trying to set the data source / point to update when the timestamp changes in the MySQL table. I need to use the timestamps from the reports table. I can see that the timestamps in the watchlist matches the timestamp from the MySQL table. However the time stamps that are listed in the spread sheet downloaded from the watchlist does not match what is displayed on the watchlist web page. Each data point in the spread sheet has a difference of about 30 seconds. I also then checked the history recorded in the data points details page and found that they don't match the watchlist either. The data is first brought into Mango via an SQL data source where I have the data points using a "Time override column" that points to the data column in the originating MySQL table. I also have the data points set so that the "Logging type" is set to "When point timestamp changes" Then we use a Meta Data Source so we can scale the SQL data points into meaningful data. I have tried simply keeping the logging interval to a set 15 minutes because that is the time the data will normally come into the database. I also had the "Update Even set to "Start of Minute". But I found that the data points had data for every minute in the history even thought the logging was set to 15 Minute Interval. So I changed the Update Event to "Context Update" and added a new context above the script box for the timestamp. Please let me know if I have the is set up incorrectly or if there are any other changes I need to make to get the original data timings from the MySQL table. Thank you Brian
  • 0 Votes
    2 Posts
    1k Views
    JoelHaggarJ
    Hi Pedro, You can move a data point from one data source to another as long as the data sources are correct. You just need to update the dataSourceId field in the dataSources table. An example SQL command would be: update dataPoints set dataSourceId = 23 where deviceName = "XYZ" Where the data source ID you want them moved to is 23. The full command is going to depend on how you are going to filter out your data points to move only the ones you want to move.
  • Run Report on Event

    5
    0 Votes
    5 Posts
    2k Views
    P
    Running a "report on event" would be particularly useful to preserve 1-second or sub-second resolution data before the daily purge. It would greatly facilitate investigating what led up to an alarm event.
  • Updating Data Point value via REST API

    3
    0 Votes
    3 Posts
    2k Views
    phildunlapP
    ^ this was my first thought as well.
  • Metadata point script log level syntax examples

    4
    0 Votes
    4 Posts
    2k Views
    terrypackerT
    Pedro, There wasn't anything in the help file for this, I've added it but it won't be available until the next Core release.
  • Data Source Allen-Bradley PCCC- Data Point (float)

    1
    0 Votes
    1 Posts
    979 Views
    No one has replied
  • IPv6 & IPv4

    4
    0 Votes
    4 Posts
    3k Views
    J
    Hello Phildunlap, Thanks for kindly reply. I have disable IPv6 in webmin. webmin capture In MangoES system configure page eth0 IPv4 shows ip in IPv6 style. configure ip capture