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 2.4.0 run very slowly and display like this .

    4
    0 Votes
    4 Posts
    1k Views
    E
    ok .I upload the image again. Attachment: download link
  • 0 Votes
    6 Posts
    2k Views
    jeremyhJ
    @JoelHaggar said: delete from EVENTS The above SQL statement successfully purged a large number of events from my mango installation (mySQL), which has hopefully fixed the exceptions, and made it a lot snappier! Thanks!
  • 0 Votes
    4 Posts
    1k Views
    E
    Yes .I have changed the ""From " name: AA system" ,And I can received the alarm email display "AA system" ,But in scheduled report still display email address(xx@gamil.com). just now I try write in ""From" address " : AA system,and then I test the schedule report email will not be sent.
  • 0 Votes
    13 Posts
    3k Views
    E
    Thank very much! :)
  • Problem with defining class for CSV dataFile import

    9
    0 Votes
    9 Posts
    4k Views
    phildunlapP
    Ah, that is mistaken in the documentation as well. I believe the .class is required.
  • How to use the new Serial Data Source in Mango Automation 2.1

    43
    0 Votes
    43 Posts
    52k Views
    phildunlapP
    Hi Marc, I modified the serial data source to have a second protocol parsing method: zealous regex. I have updated the help documents, but the short of it is that if the datasource is configured not to use the terminator, it will attempt to match every point's regex with the message as received thusfar and give a value to the first match, popping that match from the input. Attachment: download link
  • 0 Votes
    4 Posts
    1k Views
    phildunlapP
    There is a Twilio module for Mango that can send to mobile phones, as well as command line processes invoked by event handlers and sending emails to carriers' forwarding emails, i.e. 5551234567@vtext.com
  • 0 Votes
    4 Posts
    1k Views
    E
    Sorry, Have any detail step or have some example for demo .I do not understand relation knowledge.
  • 0 Votes
    3 Posts
    820 Views
    JoelHaggarJ
    The Enterprise license comes with the NoSQL for high performance. It will also include our API once it's released. Joel.
  • 0 Votes
    5 Posts
    3k Views
    JoelHaggarJ
    That is very odd, I'm really not sure why you are getting that. We made lots of improvements to the BACnet module in this version and it seems to be very stable in all our testing and usage.
  • Dude traps snmp

    2
    0 Votes
    2 Posts
    2k Views
    J
    Hi all, I tried the trap reception with SNMP module and works properly! When a trap is received it is possible to extract the "Variable Bindings". My question is, if in addition to receiving these variables can receivieng some form of the header data of the trap such as the generic parameter (linkDown, LinkUp, etc. ..) or traps' Enterpise OID ... Thanks. Jaime
  • Mango in Raspberry Pi B+ - Error during initialization

    11
    0 Votes
    11 Posts
    5k Views
    phildunlapP
    I too am unsure why you needed to modify it to -client. Removing -server is necessary, though, as it's a Java optimization flag not supported by ARMv6 I suppose we could modify the start up scripts to check the host architecture and handle this case...
  • Question about mango connect equipment .

    10
    0 Votes
    10 Posts
    2k Views
    E
    Thanks In data point screen the statistics icon. If I want to change the the start time Whether is it will be select change?
  • How to setting can let user only read data and have no alarm?

    3
    0 Votes
    3 Posts
    804 Views
    JoelHaggarJ
    If the user is not an admin they will see very minimal alarms but there is no way to completely disable the alarms for a user. It would probably be pretty simple code to modify to remove the alarms icon and we might consider making this a configuration in a future release but it's not something you can do without a code modification. Joel.
  • How to change the logo name?

    4
    0 Votes
    4 Posts
    1k Views
    jeremyhJ
    It is called a favicon, if you search google you will find out how to create one and where to place it so that it is automatically displayed.
  • 0 Votes
    6 Posts
    2k Views
    E
    Great!Thank very much!
  • How to sent alarm to what's up (mobile phone software)?

    2
    0 Votes
    2 Posts
    829 Views
    E
    now I can received data and can sent alarm .maybe I need to communicate to what's up . want to send alarm to what's up software like alarm email to mailbox .any idea?
  • Point value may not be reliable Point value may not be reliable Refresh

    3
    0 Votes
    3 Posts
    907 Views
    JoelHaggarJ
    That means Mango is having trouble communicating with your device and not getting consistent communication responses.
  • 'Discard extreme values' setting not sticking

    5
    0 Votes
    5 Posts
    1k Views
    JoelHaggarJ
    Yeah, upgrading will fix that. I would recommend upgrading to 2.4.2 and you'll find quite a few improvements and bug fixes. Here is the link to get all the files and at the bottom of the page are the upgrade instructions: http://infiniteautomation.com/index.php/download
  • Meta point/ECMA script help

    6
    0 Votes
    6 Posts
    2k Views
    JoelHaggarJ
    I don't think the scripting data source could be used to delete past logged values but that's an interesting idea. I think it should work fine to just log the max once per day even if you are updating every hour. You could increase the default cache size for the point to 24 so then it will keep 24 hours of history in the cache so you can still chart it for that day. Joel.