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 include Mango graphics in my App?

    2
    0 Votes
    2 Posts
    2k Views
    Jared WiltshireJ
    @jefero We don't have an example for integrating the Mango dashboards components into an app, however you should be able to leverage the Angular modules which are in the MA_HOME/web/modules/dashboards/web/js/mango-3.3 folder. I'd suggest looking at the adminTemplate/app.js file to see how to bootstrap the Angular application. The login procedure is cookie based at the moment so its not ideal for integrating into an app. We will be implementing JSON Web Token authentication for the REST API in the next release.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Error when building Graphical views with Mango Module

    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi Dung, You need to mvn install the core project. So, cd /path/to/repos/ma-core-public mvn install
  • How to build Mango Source the right way in Eclipse?

    3
    0 Votes
    3 Posts
    3k Views
    T
    Hi Joel, Thank you so much for your help ^^
  • Angular JS, Area Charts

    8
    0 Votes
    8 Posts
    5k Views
    Jared WiltshireJ
    I've also posted a topic here with more detail on upgrading your dashboard.
  • Exception when create private data source(with private module)

    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi Mebius, The error is as described, there is a mismatch in point type. Either this is in your code in the data source definition class you didn't define a unique data source type, or (more likely) you used another tab to browse either a data source or data point, which due to some state saved on the server in the user's session, then tried to perform an action which had relied on the state being another way. Eventually, it is our intention to remove a lot of this state tracking, but lots of pages use DWR so it is not a small effort. To know if that is it, you would just have to edit the point again (click the pencil) and try to make your changes and save it again.
  • Implementation with Intellij IDEA

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Test Framework for Mango

    12
    0 Votes
    12 Posts
    10k Views
    phildunlapP
    Hi Sasa, For the core I believe that's all.
  • Building Mango and HTTP Publisher

    8
    0 Votes
    8 Posts
    5k Views
    phildunlapP
    Hi Sasa, You are most welcome! The build.xml file in each other module's project can be used to build the module. Simply use these for your ant builds, and you can copy it into new modules and it should work fine. It relies on your core.home ant variable to point to the /path/to/ma-core-public/Core as it references that "module-build.xml" and it needs to know where to deploy the modules. This property was probably already set, as you need it to build the Core.
  • "BUILD FAILED" when build "MBus module" -- mbus-ds:jar:1.1.3 not found

    7
    0 Votes
    7 Posts
    4k Views
    mebiusM
    @phildunlap Hi phildunlap, I use the code from zip file instead of cloning code from git, module build works fine now with the same steps. Thank you very much for your kind help.
  • Developing a module

    3
    0 Votes
    3 Posts
    3k Views
    Woody BeverleyW
    Thanks for updating this with the solution Matteo.
  • Importing XML with DataFile

    8
    0 Votes
    8 Posts
    4k Views
    phildunlapP
    I can share the XSD, which was created by just copying the XML into an online XSD generator. Then you use JAXB to generate the class given in the last post, before adding the function mentioned.. 0_1467214195787_trendReport.xsd
  • API to CRUD publisher/data source/data point

    2
    0 Votes
    2 Posts
    2k Views
    Woody BeverleyW
    Hello Ricardo, The short answer is no. In the weeks and months ahead we will be expanding our API. Maybe you can make a good case for this feature in our Wishlist section. Thanks,
  • Not being able to configure CORS

    3
    0 Votes
    3 Posts
    3k Views
    terrypackerT
    Make sure you set the 'Accepts' header to application/json. It's possible that Mango can't figure out what type of response you want.
  • Problems Creating Datasource Modbus RTU

    6
    0 Votes
    6 Posts
    5k Views
    M
    I tried to create a connection in scadaBR and works perfect, attached image. [image: 5eAwp3r.jpg]
  • mango data-sources Api doesn't work!

    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi yafit, It looks like there was a bug in the API data source model for Modbus IP sources. I fixed this bug and placed it in the store, so you should be able to get it through your modules page by checking for upgrades. It's version 1.6.3 of the modbus module. Thanks for bringing this to our attention!
  • REST API access custom software

    4
    0 Votes
    4 Posts
    4k Views
    B
    Jeremy, Thanks a bunch, once, i figured out the whole CORS thing, and got the server to start back up, it works perfect. Just a warning for anyone else working on this, make sure don't leave anything in the override-web.xml file thats not xml. if you don't get the syntax right, your mango server won't start back up. It will start, then auto-terminate on a NullPointerException.
  • Menu item for new module

    5
    0 Votes
    5 Posts
    4k Views
    JoelHaggarJ
    You can look at any of the public modules that have menu icons. This one would be good: https://github.com/infiniteautomation/ma-modules-public/tree/master/Watchlist When we install Mango systems or deploy a MangoES to a customer we use a simple VPN solution which give us secure ssh access and also use webmin http://www.webmin.com/ which are all really easy to set up. Guacamole looks pretty interesting as well so I'll be curious to see how it goes. Thanks, Joel.
  • How to build new driver communication GPRS to Mango M2M

    11
    0 Votes
    11 Posts
    9k Views
    jeremyhJ
    I can understand your frustration. I replied back and said very clearly that: We want to integrate it with our own SCADA software (not KingView). So, I am looking for information about the actual protocol (“Wellinview”) used, so that we may write our own driver interface. Do you have that? .. The reply back: "OK yes I understand", and another rubbish document!
  • 0 Votes
    3 Posts
    2k Views
    terrypackerT
    hussam, Thank you for letting us know about this. I will make sure this fix gets added to the next release. In the future feel free to add any potential bugs to our git Issue list here: https://github.com/infiniteautomation/ma-core-public/issues