• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. pascal
    3. Topics

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by pascal

    • P

      Refresh problem in WatchLists

      Mango Automation general Discussion
      • watchlist refresh • • pascal
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      phildunlapP

      I would also maybe try relaunching Mango from the command line and watching for any errors that occur when you try to view a watchlist that has this problem, if it persists through a restart.

    • P

      Use of CRON to schedule reports.

      Scripting general Discussion
      • • • pascal
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      Jared WiltshireJ

      @pascal are you talking about Excel reports?

      The cron expression should be evaluated against the server timezone AFAIK (it uses the timezone from the OS/JVM by default, you can override this in your env.properties file).
      Are you sure you don't have your server timezone set to UTC?

      @pascal said in Use of CRON to schedule reports.:

      What is the behavior of the CRON expression when DST (daylight saving time) adjustments apply

      Good question. Our cron code is based on the Quartz scheduling library v2.1.0, so this should help -
      http://www.quartz-scheduler.org/documentation/faq.html#FAQ-daylightSavings

      Of course if its actually evaluating the expressions as UTC time then there is no DST.

    • P

      Graphics replaced by an Icon "Image Chart" in WatchList and Details

      Dashboard Designer & Custom AngularJS Pages
      • • • pascal
      6
      0
      Votes
      6
      Posts
      2.1k
      Views

      phildunlapP

      Hi philgdep,

      Ah okay. No deleting that class file is the beginning and the end of solving that issue (well, you probably already had to restart Mango) What slowed down?

      One of the lowest hanging fruits to speed up a Mango is to change the database stream type in the env.properties file. Try setting

      db.nosql.shardStreamType=MAPPED_BYTE_BUFFER

      in env.properties and restarting.

    • P

      Suppression of duplicate datapoint value

      User help
      • • • pascal
      4
      0
      Votes
      4
      Posts
      2.6k
      Views

      JoelHaggarJ

      Also note that if you are using the NoSQL database part of Mango enterprise it will prevent duplicate values from happening.

    • P

      Parsing of Time in HTTP POST ?

      Scripting general Discussion
      • • • pascal
      13
      0
      Votes
      13
      Posts
      5.0k
      Views

      terrypackerT

      If you still can't make sense of it just send me the strings you used for both formats, I can check them against my test Mango.

    • P

      Meta Datapoint : Abort instead of returning a value

      How-To
      • • • pascal
      5
      0
      Votes
      5
      Posts
      3.0k
      Views

      M

      I also think that you just need to edit your point template and set Logging to "when point value changes". I don't think there's anything else you would need to do.