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 Issue With safari and Internet Explorer

    2
    0 Votes
    2 Posts
    2k 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
    17k 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
    4k 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
    67k 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
    3k 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......
  • Custom Views: Relative Positioning

    2
    0 Votes
    2 Posts
    2k Views
    M
    Dear Mango Users and Developers, We are running Mango M2M 1.13. We are trying to produce a custom view with relative positioning of elements, so that the graphical view may be viewable on displays for which it was not optimized (i.e. it should scale on resizing). I created a toy graphical view with a button and found the corresponding <div> element. I noticed the style field inside the div element: <div> id="c4" class="selectable" onclick="markViewComponent(this, event);" style="position: absolute; left: 394px; top: 114px; z-index: 0;" > Now I wanted to ask if someone already thought on / implemented already a relative positioning feature. If not, could you give me hints or tips on where to look next? I am thinking of something along the lines of style="position: relative; ...". But then this is not relative to window size but to its "normal" position AFAIK... I would like to get more familiar with Mango and web development in general by solving this problem. Ideally, there should be the ability to set the positioning from the settings editor in p.u. (per unit), e.g. x=0.5, y=0.6, z=0 relative to the current browser window size. As it is now, there are three forms for absolute positioning in the simple point settings editor. If I was more proficient in JavaScript and knew the Mango system better I would also consider calculating the positions on the fly after the window has been resized, i.e. update absolute position values for each view component (?). Best Regards, Michael
  • Custom views

    9
    0 Votes
    9 Posts
    5k Views
    M
    Sorry for getting back this late. MA already has a reports module, with which you can generate certain types of reports. I assume that you know this and need something else, in which case you are probably out of luck at the moment As you said, I know these. I use them for daily emailed monitoring reports to check operation. Apart from that, we would like to use our existing reporting facilities (statistical stuff implemented in GNU R) on the MA data. maybe you can let us know whether this is something that would be useful for you Great, this is exactly what I was looking for. This API would help us greatly in building a custom report infrastructure. Thus, a +1 from my side.
  • Is Mobile device management possible?

    2
    0 Votes
    2 Posts
    2k Views
    V
    Hi All, I am new to Mango environment. Can any one let me know if there are any protocols present to support mobile devices? And is it possible to remotely control mobile devices using Mango server? or does Mango support protocols like OMA-DM?
  • Closed source?

    14
    0 Votes
    14 Posts
    6k Views
    M
    The details of the license are still being worked out. (Joel did not say this explicitly, but if the case were otherwise i assume he would have pointed you to the license text.) But for certain, it will not be FLOSS.
  • DataPoint history - no values

    4
    0 Votes
    4 Posts
    3k Views
    B
    Oh.. yes i missed that. Now works perfect. Thanks!
  • SMS patch

    5
    0 Votes
    5 Posts
    4k Views
    C
    hi Cammie, the patch is only for version 1.12.4 and you must apply the patch to the source and then recompile the source. a programmer would have the knowledge required to do this, but for non programmers this may be too difficult
  • 0 Votes
    3 Posts
    3k Views
    M
    Yes, this is the correct fix. It already made it into 1.13.x, but didn't make it back into 1.12.x.