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.

  • Display "Server error :Timeout"

    4
    0 Votes
    4 Posts
    1k Views
    JoelHaggarJ
    This is a known issue and has been resolved for the next release coming soon. In the mean time see this thread you started: http://forum.infiniteautomation.com/forum/posts/list/1796.page
  • Trouble with SERIAL DATA SOURCE

    5
    0 Votes
    5 Posts
    3k Views
    phildunlapP
    Is the ^ part of the pattern? I don't see a $ so it sort of looks like it would be...
  • Set value to zero on no update

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    One thing you could theoretically do is put in an event for no update X minutes, and give that event a handler that sets the point to 0. But, this would mix the zeros in with your data and possibly cause other problems if someone mistakes it for real. In DGLux you can write a script that combs the source value table and transposes it into another table, interpolating however you like. For the current built-in charts, I don't believe there is a solution like the second.
  • 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
    58k 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
    846 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
    835 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
    849 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?