• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. rcopeland
    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
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 48
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by rcopeland

    • R

      Better representation of changes on graphs

      Wishlist
      • • • rcopeland
      2
      0
      Votes
      2
      Posts
      3.2k
      Views

      R

      The default setting for loggint is "when point value changes". I understand this is for saving database space, a good reason. However, consider this scenario: I am counting the number of clicks of a switch from a device. Let's say it is at 10 from 7:00 until 7:59, and at 8:00 it reaches 11. In the current setup (at least on my version) if I select "when point value changes" then on the graph in mango there would be a straight line from 7:00 until 8:00. This is not really accurate however, as there really should be a line from 7:00 to 7:59 and a line from 7:59 to 8:00, which which show the jump, rather than a only slightly inclined line. This can be accomplished by saving every data point, but in the interest of saving space it could probably be optimized.

      To sum it up, my wish is: if "when point value changed" is selected, then draw a line from the first data point to the point BEFORE the value changes, and then connect this point to the changed value.

      Thanks.

    • R

      Calculate Standard Deviation, Normal Distribution?

      User help
      • • • rcopeland
      4
      0
      Votes
      4
      Posts
      3.8k
      Views

      R

      Great, thanks!

    • R

      Problems with Email Event Handler

      User help
      • • • rcopeland
      8
      0
      Votes
      8
      Posts
      4.3k
      Views

      L

      Hello

      I´m trying to configure the email settings, but I got the same error:

      Failed to send email titled "Mango test email" to "[mymail]@gmail.com". Message: "Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587; nested exception is: java.net.ConnectException: Connection refused: connect"

      host: smtp.gmail.com
      port: 587
      user autorization
      username=myemail
      password=mypassword
      enable TLS

      Any suggestion? thanks in advance

    • R

      HTTP Retriever Stops Working [update: all data sources hang not just HTTP]

      User help
      • • • rcopeland
      10
      0
      Votes
      10
      Posts
      4.2k
      Views

      M

      Yeah, the timer has a limit of 500 threads. It's an artificial limit, but is usually suitable. Your system is adding more than 10 new high priority tasks every 10 seconds, which is definitely bad (but only if it can't clear them out). I'll go ahead an assume that these are database write behind tasks, which would mean that Derby is insufficient for the scale of your system.

    • R

      Events caused by changes in values over time

      User help
      • • • rcopeland
      6
      0
      Votes
      6
      Posts
      2.9k
      Views

      R

      Thanks, I was in the middle of editing my post when you responded (I realized I could use the execution delay but will try your suggestion as well). When I finish configuring my system I will try and post some data in this thread.

    • R

      Public Views vs. CustomView.jsp

      User help
      • • • rcopeland
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      M

      They do have a lot in common, but there are important differences.

      Public views are based upon Graphical Views, which have built-in components and drag-and-drop build functionality. This can be good for a lot of things, but with convenience comes constraints.

      Custom Views are much more flexible, but require that you write your own HTML, and knowing a bit of Javascript doesn't hurt.

    • R

      Change available window size of graphical view

      User help
      • • • rcopeland
      3
      0
      Votes
      3
      Posts
      2.4k
      Views

      S

      Apply a background image with the desired dimensions.

    • R

      Graphical View - using sensor data in HTML component

      User help
      • • • rcopeland
      5
      0
      Votes
      5
      Posts
      3.1k
      Views

      R

      Answered my own question by using a meta data source.

    • R

      Arduino (BlackWidow) and Mango WIRELESS

      How-To
      • • • rcopeland
      3
      0
      Votes
      3
      Posts
      3.8k
      Views

      M

      In Mango the library for ModbusIP is same as for serial. It's a different data source though.

    • R

      Sending data from Mango to Arduino board (Modbus)

      User help
      • • • rcopeland
      12
      0
      Votes
      12
      Posts
      6.5k
      Views

      J

      the problem is not mango. the library can't handle 4 byte types.

    • R

      Setting up Pachube to Mango

      User help
      • • • rcopeland
      4
      0
      Votes
      4
      Posts
      2.3k
      Views

      R

      Thanks, works fine now I just didn't realize I had to use my own API Key.