• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. zumiani
    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
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 30
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by zumiani

    • Z

      Server-Side Script to output a table with latest n values of a datapoint

      How-To
      • • • zumiani
      7
      0
      Votes
      7
      Posts
      6.8k
      Views

      O

      Yes, I can use data for graph or table of values. I have method in Server - javascript (View) for last X values or values between time interval.
      Similar method I have in javascript (dataPoint). Now I can get last of values and calculate weightedd average, moving average for example.

      Ondrej

    • Z

      Mango 1.13.0 DataPoints import issue

      Mango feedback
      • • • zumiani
      4
      0
      Votes
      4
      Posts
      3.3k
      Views

      Z

      Previous version hasn't this problem..
      Isn't possible to return back to previous library version?

      Regards

    • Z

      Different graph types

      Wishlist
      • • • zumiani
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      Z

      Hello M2M developers,
      a useful and, I think, not so difficult to implement feature should be a combo box to choose graph type both in watchlists and in report.

      It could be very useful to see some datas in bar graph format instead of line one, for example daily energy production of a solar plant.

      Thank you,
      best regards

    • Z

      Login from custom form

      How-To
      • • • zumiani
      6
      0
      Votes
      6
      Posts
      3.7k
      Views

      T

      Would you mind sharing this custom login page at all please? I am fairly new to JSP.

    • Z

      Serotonin TCP Persistent

      Development general discussion
      • • • zumiani
      4
      0
      Votes
      4
      Posts
      4.6k
      Views

      M

      The current version of "STCPP" (maybe "STP" is better?) uses serialized java objects to automatically set up points from a source instance in the target instance. Reimplementation would only be possible in another Java application (realistically speaking), and only if you included the necessary Mango classes.

      It's possible to replace the serialization with a different encoding - say JSON, XML, etc - but there are no current plans to do this.