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.

  • How Can I get a specific data in a data point of serial data source

    14
    0 Votes
    14 Posts
    3k Views
    F
    @phildunlap I´m sorry by ask a lot. I thought that if I define the group in my data point, my data point go to do match with specific message regex, I mean that if I defined group 1 in my data point "a" it can do match with first expresion () and if I define my data point "b" with group 2, It goes to do match with second expresion (), but now see that I have a concept mistake.
  • How to get total alarm number of a data source?

    4
    0 Votes
    4 Posts
    1k Views
    Y
    Thank you! I am working on it. By the way, are there any scripts to read the highlimit or lowlimit of a certain XID?
  • How to set point value in text render properties

    5
    0 Votes
    5 Posts
    1k Views
    Jared WiltshireJ
    @youland1900 said in How to set point value in text render properties: that's great! Released as of this morning v3.3.1
  • Point Hierarchy in Report Template

    2
    0 Votes
    2 Posts
    1k Views
    phildunlapP
    Hi Brad, The HTML reports module? I think you are correct, that information is not available. I have added it to the module, though, and it should be available through a PointStatistics object as getPointHierarchyPath() like mapped.p1.getPointHierarchyPath() Should be released this week.
  • "Deploying" custom page

    3
    0 Votes
    3 Posts
    2k Views
    B
    great! thank you, @Jared-Wiltshire. Now, where might I find the actual file?
  • Mango runs but can't get login page to appear...

    7
    0 Votes
    7 Posts
    2k Views
    Jared WiltshireJ
    Again, its highly unlikely that has anything to do with you not being able to login. I can see from the full log you posted that the web context is starting up. Are you sure you are connecting on the right port and any firewalls/proxies you may have in between are configured correctly?
  • mangocli - A utility for querying Mango's REST API

    2
    1 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi adamlevy, Thanks for sharing! That's really cool!
  • Data source Scripting

    6
    0 Votes
    6 Posts
    2k Views
    phildunlapP
    Glad to hear it!
  • how windows server to receive HTTP packets?

    1
    0 Votes
    1 Posts
    617 Views
    No one has replied
  • how to read Mango datapoint value by the third party software

    5
    0 Votes
    5 Posts
    2k Views
    M
    understand! thanks for great support!
  • Data Source Siemens Step 7 Processor Mango 2.7.10

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Adding a delay in for handling an event

    3
    0 Votes
    3 Posts
    1k Views
    H
    Thanks Phil, I was using the "Take timestamp, add delay, and then check to see if current timestamp was greater than that value". It didn't work in that environment. I will give the RuntimeManager method a go, thanks. H
  • Retrieving cached Data of a Variable from Database

    4
    0 Votes
    4 Posts
    2k Views
    phildunlapP
    You should look into the SQL data source, as a place to start.
  • Graphic view controls showing hourglass for some users

    3
    0 Votes
    3 Posts
    1k Views
    AldoRamosA
    Bingo! Good call!
  • 0 Votes
    33 Posts
    20k Views
    phildunlapP
    Resolution was found in purging the events and userEvents tables through the Mango/bin/h2-web-console.sh script (but may have been possible through the Mango interface on the SQL console page, or just purging events in the purge settings). Then, the database was backed up and restored, which reduced its on disk size from 3.8GB to about 26MB
  • Mango does not start

    13
    0 Votes
    13 Posts
    3k Views
    phildunlapP
    Glad you got it running again! No, there is no specific list of things that will send your H2 database toward trouble. Usually someone's events table is very large, but you didn't respond to the notes about purging your events, userEvents and audit tables. Similarly, rereading, the "db corruption check" that at one point you said helped doesn't do anything to the H2 database, it's a NoSQL setting. You did not respond to my line of questioning about memory in an ext-enabled script. It could be that you're running out of memory. You reported your log file was empty, but this is almost certainly not so. Can you check the ma.log file (some will have dates prepended) in either Mango/logs or Mango/bin/logs if the issue returns? You may also want to search the existing log files for any memory errors.
  • Anyone? This has become a daily problem

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    Hi Mike, I answered you in the other thread. For the future, bumping a thread is better than making a new one and linking.
  • BACnet Failure: Error Reading Value

    2
    0 Votes
    2 Posts
    1k Views
    phildunlapP
    Hi Mike, These events are under the "Device exception" event type on the data source settings. It sounds like you want the "None" level, which is still logged and handled, but it's uncommon for someone to have their default email threshhold receive None level events. If you set this event level below the automatic email threshhold for your user or mailing list you shouldn't see the emails anymore - unless you have an explicit email handler that you would want to disable.
  • Failed to write core dump

    8
    0 Votes
    8 Posts
    3k Views
    phildunlapP
    You need to have Mango (and any other Java program) stopped when you do the update to Java, and then restart Mango with the new Java.
  • Automation Direct H2-DM1E Modbus TCP Communications

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    Thanks for the info and for updating this topic.