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.

  • 0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi FlexBob, Do you have any data type exception errors in the log for the data source? The event message text contains "Script data type error setting point". What is Baro_Pres_DAQ's data type?
  • Reboot - Event Notifications - Feature/Fix? Request

    2
    0 Votes
    2 Posts
    1k Views
    M
    Any response? Yes/No/Maybe? PS: I know that this might be troublesome for the Mango Startup / Shutdown notifications.
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    3 Views
  • Ports disappears

    4
    0 Votes
    4 Posts
    3k Views
    S
    The MangoEs has been running now for a few days with the latest sw upgrade, and I still got timeout alarms this is reported in another already existing thread. All ports active now seem to work fine. /Per
  • Mbus update causes errors

    5
    0 Votes
    5 Posts
    3k Views
    S
    Model and so...: Actaris CF ECHO II Qp 2.5 0_1471819501872_CFECHO-II-15mm-50mm.pdf // Per
  • Unable to purge points

    rcbug
    6
    0 Votes
    6 Posts
    3k Views
    Woody BeverleyW
    This issue can be tracked on GitHub https://github.com/infiniteautomation/ma-core-public/issues/764
  • Feature Request: Always make room for new data

    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi Mihai, While it may be relatively possible to have a 'limit my db size to' option, it would be very messy to start making assumptions about what data can stay and what data can go. It gets messier when it becomes possible other programs are the origin of the problem (i.e. "what do you mean someone ran (please don't!) 'dd if=/dev/zero of=/allYourDiskAreBelongToUs &' ? What a jerk!") causing behavior in the form of an ever-shrinking database. It's definitely a part of server administration that isn't going anywhere soon.
  • Centralised script examples

    2
    0 Votes
    2 Posts
    2k Views
    jeremyhJ
    Hi I think this is probably something that the Wiki will address, but it would be great to specifically have a list of mango scripts (meta scripts) and examples in one place as a reference. Jeremy
  • Forum Spam

    4
    0 Votes
    4 Posts
    20k Views
    jeremyhJ
    Yeah, JForum development looks pretty dead. No feature to approve new users is odd. Though it sounds like it wouldn't be that hard to hack in... If you happened to know some java developers, that is :-} http://www.coderanch.com/t/578279/jforum/Approving-User-registration-Admin Migrating to a new forum and SSO would be a pretty major exercise I expect so I can see the scope of the problem now.
  • Mango 1.13.0 Adding Datapoints Fails

    6
    0 Votes
    6 Posts
    4k Views
    K
    Jeremy and Joel: Thanks for the replies. Jeremy: To reinstall, i exported the entire mango data base, using mySQL Export, then imported it into a virgin mango installation on another computer with mySQL Import. I found the problem. At some time in the past, Mango created a table called datasourcesold which appears to be identical to datasources. When I created a new datasource, a new entry was made in datasources but not in datasourcesold. Then when I tried to create a new point, the difference btween datasources and datasourcesold triggered the error. I copied the newly created datasource record from datasources to datasourcesold. Then the new point was created wih no problem. I'll be testing this extensively before going forward. Again, thanks for the responses. Ken
  • Login with system exception

    6
    0 Votes
    6 Posts
    5k Views
    S
    Testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property
  • Visual design/UI

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    As a mater of fact there is. The first step to creating a new UI is to have a full API for Mango that will allow UI designers to easily exchange data with the backend. We are working on this right now and should have version 1 available soon. Version 1 will have limited features but will get things started and then we will add in the rest of the needed features as we go. This will allow the UI to be completely decoupled from the backend which has several benefits including easy theming and also hosting on separate sites, the development of mobile apps and many more exciting things. Redoing a new UI is a huge and expensive undertaking so I'm expecting it's going to take some time. The method and technology we will use will allow for customization and also the creation to 100% custom UI features using the API. The API will be released in stages but we will certainly be interested in feedback and use cases. Sincerely, Joel.
  • Idea for Wiki

    3
    0 Votes
    3 Posts
    3k Views
    JoelHaggarJ
    This is definitely a good idea. Documentation has been one of those things we keep working on but never gets finished as much as we want. Right now the wiki you found is purely a collection of the identical help documents you will find in Mango when you click on the "?" for the popup. I think in the near future we will implement a better wiki and maybe take you up on your suggestion to encourage others to help up with the documentation process. Thanks very much, Joel.
  • Mango 1.13.0 Modbus Data Source issue

    10
    0 Votes
    10 Posts
    7k Views
    F
    I've been playing with Dallas one wire sensors etc for sometime as they are reasonably cheap. The end plan is to control the house heating system intelligently. Currently we have a standard two zone system with a boiler.
  • Technical support

    3
    0 Votes
    3 Posts
    3k Views
    JoelHaggarJ
    You can call our main number listed on the website: (303) 558-7112 ext 2 you can also reach us on Skype at: infinite.automation Thanks, Joel.
  • What is the status of Mango Development

    14
    0 Votes
    14 Posts
    8k Views
    J
    WOW!!!! Long time since I've been to his site. Here is the situation. I personally would not recommend SCADABR anymore. Mainly because they are unresponsive to English users. Unless the new Mango does not have features you are looking for, I would stay away from SCADABR. Having said that, they are very active in their development and may have features that Mango does not have. It's been a while since I looked at either new versions. I still use SCADABR on a Fedora 13 server. Back then they had a script instead an install file for Ubuntu. I was able to modify the script to get it to work on Fedora. I sent it to SCADABR and as I said, they were very unresponsive and as you can see they moved to Ubuntu support only. This does not mean it will not work on just about any Linux box, becasue all you have to do is create a Tom Cat Server and get the WAR files installed and running on the Tom Cat Server. Make sure you get the Environment variables correct too and you should be good to go. To get the WAR of the latest SCADABR, create a virtual Ubuntu server on your Centos and install SCADABR. Then you should be able to study the install and figure out how to transfer it to Centos. That is the best advice I can give you, the rest will have to be up to you. As I said, I would probably steer away from SCADABR. The other option would be to install it on Windows. They have an incredible installer for windows. It is a breeze. Although I completely understand if you do not want to deal with Windows and all it's License complications. I know I don't, but it can give you a good idea if you think it is worth your effort to use over Mango. I typically install SCADABR on Windows first just to see the new features, which I have not done in a long while, because my server is set up and working fine, so I haven't installed anything in a year or two. Good Luck!
  • Bug Point Hierarchy (Mango 1.13.6)

    3
    0 Votes
    3 Posts
    3k Views
    T
    bump
  • Too many alert messages

    7
    0 Votes
    7 Posts
    4k Views
    R
    I tried to export the "point hierarchy" and import right away. The port show up again. When the interval is extended to 3 minutes, number of the alert messages becomes less.
  • [SOLVED] Bug HTTP image flipbook

    10
    0 Votes
    10 Posts
    4k Views
    T
    @mlohbihler said: Found the bug. The fix will be in the next release. Thanks for pointing this out. nice to hear that :wink: Thank you.
  • Some suggestions - new name, faster support

    3
    0 Votes
    3 Posts
    3k Views
    A
    Hi emdeex, first mango is not open-source anymore. @2 this is a special topic with special questions for special hardware, for special ... , so its better not to expect a vast community. @3 You can assume ScadaBR as open-source successor of mango. @4 this means huge effort without pay or benefit for the programmer, go and search for apache commons-math on YouTube, Twitter .... ;-) But, YOU can change this. Arne