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.

  • Christmas Gift

    3
    0 Votes
    3 Posts
    3k Views
    M
    M2M2 is currently in Alpha, and is being reviewed by certain collaborators and customers. We are awaiting feedback from them, after which we will be able to provide a time line for other releases.
  • Implementing dynamically loadable Drivers for protocols

    9
    0 Votes
    9 Posts
    4k Views
    M
    We're hoping to have a stable version out before the end of the year.
  • X-10 implemntation

    3
    0 Votes
    3 Posts
    3k Views
    M
    This hasn't died, no, but nor has it come up much. I would suggest implementing as a module for M2M2.
  • JSON in Database

    4
    0 Votes
    4 Posts
    4k Views
    M
    Technically yes. But all three are intended for different purposes, and have subtle differences. E.g. number 2 could be used for database serialization, but not in its current form because it is XID-based (not a deal breaker, really, but not ideal). Also, the current object serialization assumes data integrity. If it were text-base and therefore human editable, the code should no longer assume this.
  • Dde datasource

    5
    0 Votes
    5 Posts
    3k Views
    M
    From what i read DDE is meant for communication between Windows applications running on Windows platforms. And JDDE includes a DDL as the JNI component, which naturally is for Windows.
  • User Groups

    3
    0 Votes
    3 Posts
    3k Views
    M
    At this time there are no plans for such an enhancement.
  • Arduino Modbus library doesn't support floats

    6
    0 Votes
    6 Posts
    5k Views
    J
    The problem with the library is it doesn't support 4 byte types. The writer of the library says that the canonical (and old) rtu specification doesn't support 4 byte types. thank you
  • I'd like to translate Mango to Spanish

    9
    0 Votes
    9 Posts
    5k Views
    M
    Great. Let me know when this is complete.
  • "Serial data" data source

    6
    0 Votes
    6 Posts
    5k Views
    M
    We're going to make this a pluggable feature of Mango V2 (aka M2M2). The thinking is that a template module could be written that would allow users to customize to their exact needs. Not sure how this will work exactly at the moment though.
  • Modbus for Processing

    5
    0 Votes
    5 Posts
    5k Views
    M
    Yes, we know of Jamod. It is a working implementation, but we decided to write our own for a number of reasons. We believe, as you have noted, that the Modbus4J library is now more advanced. The Modbus4J library has a number of test classes that others have successfully used to set up their own integration.
  • "complex" reports

    5
    0 Votes
    5 Posts
    3k Views
    M
    Just a note: Java and Javascript are similar in syntax, but that's about it. I don't know if you've used the term interchangeably by mistake, but just so you know they are quite different.
  • Support for modbus rtu over tcp/ip

    7
    0 Votes
    7 Posts
    7k Views
    O
    @jmalkoff said: How do you configure Modbus RTU over tcp? I do not see a setting for it. I found it, you have to create datasource Modbus IP and check Encapsulate field. It works fine.
  • Change time out on event actions

    2
    0 Votes
    2 Posts
    2k Views
    F
    Current event actions have a 15 sec time out it would be good if this could be varied - .eg. I have a backup which takes 1hr
  • Add event when action fails

    2
    0 Votes
    2 Posts
    2k Views
    F
    Can you add an alert when log.warn is called in proeccessworkitem.java inactual fact if any log.warn's are called then it would be good to have an alert generated
  • Alert Aknownledgement

    6
    0 Votes
    6 Posts
    3k Views
    B
    what ever happened with this issue? did we ever come up with a way to auto-ack alarms when they go inactive? along those lines.... is there a way to turn off the ack requirement altogether? i want to get emails but i don;t want to have to go to the web to ack alarms. emails are enough.
  • Multiple connections per DataSource

    3
    0 Votes
    3 Posts
    3k Views
    M
    Well, you could always just export the points and import then into the new data source. There's a bit of manual effort in there, but not as much as re-entering everything.
  • To be able to run event action manually

    5
    0 Votes
    5 Posts
    3k Views
    L
    :)
  • Disable an Event

    2
    0 Votes
    2 Posts
    2k Views
    JoelHaggarJ
    Hi, I'd like to be able to disable an event under the event handler just like you can in the compound event detector. Thanks, Joel.
  • Separate remote views for separate users

    3
    0 Votes
    3 Posts
    2k Views
    M
    By default views are owned by the creator, and can be shared with various control levels. Are you talking about remote views?
  • Graphic View - Image Clicking

    19
    0 Votes
    19 Posts
    17k Views
    D
    Thanks, I´ll try this approach!