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.

  • Screen update - charts in particular

    3
    0 Votes
    3 Posts
    2k Views
    M
    Yes, it probably would. One thing you can try is adjusting the UI performance setting on the system settings page. Try setting it to low. This will affect everything though (watchlist and views), not just the charts.
  • OPC Datasource

    3
    0 Votes
    3 Posts
    3k Views
    J
    Hello, Thanks for the inquiry regarding OPC development work. This is currently something that's on our development plan, and we have dome some background work on it. At this point however, we would welcome a community member or end user client to partially sponsor this kind of development work in order to see it through to release. If this is something that you might be interested in, please contact us directly, and we can exchange some information and details about this project. Regards, /jk
  • Add 4 byte BCD swapped to ModBus data type

    3
    0 Votes
    3 Posts
    3k Views
    J
    Hi Brad, Thanks for posting your inquiry. This is something that Mango could definitely be updated to support, and we can slot it into our development list for future updates. If adding this capability is part of a project you're working on, please contact us directly if you may require this development to be accelerated by contributing to a sponsored piece of development. Cheers, /jk
  • Add datapoint edit capabilities to datasourcelist

    3
    0 Votes
    3 Posts
    3k Views
    M
    Thanks Arne. This has been added to the code for the next release.
  • 0 Votes
    8 Posts
    5k Views
    A
    Do you code the step-chart, or should I do it? Arne
  • 0 Votes
    5 Posts
    4k Views
    M
    Naren, To answer your initial question, yes, this functionality can be added to Mango. Depending on your exact needs, there are a few of ways this can be done: 1) extend the HTTP publisher or create a new publisher, 2) use a data source that can act as a peer in a network (like BACnet), or 3) create specific functionality for inter-Mango communication. As i say, the correct solution depends on what specifically you need to do. Quotes and time lines can be provided once the details have been worked through.
  • Caddx or GE NX8E

    3
    0 Votes
    3 Posts
    3k Views
    M
    lol... Guess not...
  • SMS datasource?

    10
    0 Votes
    10 Posts
    6k Views
    A
    Another possibility could perhaps be to use the http publisher with some voip account or SMS gateway provider. The Betamax voip family (voipbuster etc.) have an http api with which you can send your SMS message using GET variables. Usually the SMS rates are better (at least in Europe) than with a normal GSM subscription.
  • HTML Tags in plain text mails

    5
    0 Votes
    5 Posts
    3k Views
    M
    Not sure what this means. Can you post an example of the email?
  • Set Value and Time from Meta Data Source

    5
    0 Votes
    5 Posts
    3k Views
    M
    Hi Arne, Assuming your script calculations are correct, all you would have to change (come the next version) is this: TIMESTAMP = p11.time - (p11.value - p11.valueBeforeThis.value) * 1000; The setting of this global variable will be detected after the script runs and will be used as the timestamp of the sample.
  • Mobile UI

    10
    0 Votes
    10 Posts
    6k Views
    M
    FYI, The full interface works like a charm on the HTC Dream smartphone. Way awesome when combined with free SSH utilities. Full control from the palm of your hand...
  • Graphical view component editing

    3
    0 Votes
    3 Posts
    3k Views
    M
    Hi Greg, This was in fact considered, but was evaluated to have a complexity level that can only be described as hideous. As i recall, conceptually, it appears hierarchical, but in the browser it would need to be flattened into HTML. This makes for a lot of problems in the view editing pages. So, yes, it can probably be done, but it would be ugly.
  • Owfs

    4
    0 Votes
    4 Posts
    4k Views
    J
    Thanks for the idea. Your solution for 1-wire sounds intresting. I think i will use similar method. I have also USB dongle. An other problem is that I have thermocouples connected which are not supported with Mango.
  • Map support and quicker reuse of JavaScript code

    5
    0 Votes
    5 Posts
    3k Views
    M
    That would depend more on the mapping API than on Mango. Mango doesn't have any explicit fields for storing a point's geolocation information, so i'm not sure where you would be pulling that from. But, that's what something like Google maps would need.
  • Floating Point edit panel

    5
    0 Votes
    5 Posts
    4k Views
    M
    The configuration is exported to JSON. See http://www.json.org/. I realize this format is not nearly as widespread as XML, but it provides a much clearer mapping to lists, objects, and maps. In the future we offer to export to XML as an option, but we'll wait to hear what people thing of how it is first. Thanks for your feedback.
  • Alarm Sound Silencing

    5
    0 Votes
    5 Posts
    4k Views
    M
    This will be in version 1.6.0
  • Test environment to realworld

    7
    0 Votes
    7 Posts
    4k Views
    M
    Yeah, not to mention being able to create a configuration in the lab, and then copy it into a million units in the field. :)
  • OPC???

    7
    0 Votes
    7 Posts
    5k Views
    C
    i've avoided OPC because the servers seemed to be always windows only as well.
  • A Simple Serial Port Protocol

    5
    0 Votes
    5 Posts
    6k Views
    M
    To own the rights to it you need to buy an extended commercial license (the one with the source code). Then, anyone can build the driver, not just Serotonin. If you don't need to own it you would effectively commission its development for inclusion in the commercial version. (Several other features of Mango were built this way.) Something like this would cost around $1 - 1.5 K CAD.
  • Naming of schedules

    4
    0 Votes
    4 Posts
    3k Views
    M
    Looks and works great! Thanks for the change!