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 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
  • Add a new protocol to Mango.

    11
    0 Votes
    11 Posts
    11k Views
    terrypackerT
    Here is a short document about how to setup Mango in Eclipse. This is a rough draft document so let me know if you have any issues. Thanks, Attachment: download link
  • Mango upgrade 2.2.2

    5
    0 Votes
    5 Posts
    4k Views
    JoelHaggarJ
    You would need to share your full log file as that line alone doesn't mean anything. I believe the GUID has changed on your computer. I can resolve this if we do a remote screen sharing session or we can provide a new license to you with the new GUID. Please email me privately to do this. joel at infiniteautomation.com Joel.
  • Mango Issue With safari and Internet Explorer

    2
    0 Votes
    2 Posts
    3k Views
    S
    Hi Folks Using sub-domain i am running mango m2m (mango_automation_full-core-2.0.6) behind apache server. when i am trying to access another page of mango after logging in it is redirecting me to login screen again. In other hand, When i use IP address instead of domain name and access mango, i don't get any problem. I am facing problem with Safari and IE browser only. Can any one help me with debugging steps?
  • Not able to read analog values from device

    8
    0 Votes
    8 Posts
    6k Views
    terrypackerT
    I just realized the new BACNet4j code is located in GitHub here: https://github.com/mlohbihler/BACnet4J Sorry for the confusion.
  • Return svg in HTML component

    2
    0 Votes
    2 Posts
    3k Views
    M
    Say I have some .js in WebContent/resources. Now this code can generate svg via Raphael.js and also return it as a string. Now I thought of doing <script type="text/javascript">someFunction(someArg)</script> where the `someFunction' returns the "<svg>...</svg>" string. This naive approach does not work. What is needed so that the HTML component div has the svg as a child? Am I missing something? Best Regards, moinmoin
  • How to build Mango in netbeans 6.8

    8
    0 Votes
    8 Posts
    7k Views
    P
    Hello, I am currently undecided between Titanium and Netbeans. Titanium is simpler and I dont have the XDebug problems that come with Netbeans (I have been trying to modify INI file all day and failing... badly!). Which would you suggest t oday?
  • Forcing past not calculated metadata recalculated

    2
    0 Votes
    2 Posts
    3k Views
    B
    Hi, When my real data sources lost connection with scada, I use a python script for inserting lost data directly in pointValues. This works great, but metadata points are not calculated as they are calculated bases on point changes ( but read by own scada ) or time based ... Is there a way I can force to calculate lost past metadata points ?? Tnx
  • 0 Votes
    2 Posts
    2k Views
    H
    We have a number of paying Projects using Mango and other automation technologies in the fields of Green Energy and automated Distribution Center operations. Please contact me if you have time available to help.
  • 0 Votes
    7 Posts
    18k Views
    H
    within that directory, is there a "lib" sub-dir containing "catalina-ant.jar"?
  • Multiple selection and move in Point Hierarchy

    4
    0 Votes
    4 Posts
    3k Views
    M
    I also implemented it a while ago using jsTree. If someone is interested (since it is an old Mango 1.12.4) just PM me.
  • Custom event creation best practice

    7
    0 Votes
    7 Posts
    5k Views
    M
    My last post was kind of confused - must be because it was just before lunch break... I got it to work by now, though. I used the EventManager and my existing acknowledge actions. The 'missing link' was my misunderstanding that the private EventManager.setHandlers() is not a 'simple' setter, but instead creates the runtimes from EventHandlerVO's for a given EventInstance. With it, I was able to generate a Map<Integer, List<EventHandlerRT>> that maps events to their handlers. The acknowledge actions of the EventHandlerRT's matching a given eventId are then run in the manner of the existing actions. I do not know whether my approach is a wise one - it works atm, but untested. Thanks for the event manager hint Matthew. Best Regards, Michael
  • Building Mango in Eclipse

    42
    0 Votes
    42 Posts
    80k Views
    A
    Hi all i followed all the steps told by craig. But it showed error Eclipse that the myMangoBranch directory already exists (and suggests to use import existing project). & if i import the project cannot be run properly using tomcat.. Can anyone help please?
  • Referencing data in mango's (derby) sql database

    3
    0 Votes
    3 Posts
    3k Views
    JoelHaggarJ
    Check out the Meta Data Source, I'm pretty sure that it has the functions you are looking for. The SQL module is meant to connect to an external database. With the Meta Data Source you can return the value of a point from the history and also apply scripts to its along with many other features.
  • Graphic views

    3
    0 Votes
    3 Posts
    4k Views
    M
    I recommend you look at Mango Automation including the DGLux module. Check out Joel's posts on the topic. (Search for "dglux".)
  • Something about Building Mango in Eclipse (maybe useful)

    2
    0 Votes
    2 Posts
    3k Views
    W
    I am very insterested in this project,recently I build Mango in Eclipse according to the "Building Mango in Eclipse";As a newcomer,I meet lots of problems.Finally I found the reason:When I import the project,I just import the src.When I copy setPointSnippetMap.properties changeSnippetMap.properties chartSnippetMap.properties env.properties i18n.properties log4j.xml messages_de.properties messages_en.properties messages_zh.properties messages_fi.properties messages_nl.properties messages_pt.properties to src,copy db directory to war\WEB-INF, many problems are solved.......... :) I am just newcomer and I do hope this would be helpful for somebody......