• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    Custom views

    Development general discussion
    4
    9
    3.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bolko
      last edited by

      Hello,

      i have to define custom view to display google maps. Can you tell me which classes/interfaces i need to implement? (mango 1.12.4)

      Thanks

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Please look at the customViewExample.jsp file in the web root.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • M
          moinmoin
          last edited by

          While the customViewExample.jsp is a good starting point, the essential thing to be able to experiment IMHO is to have a means of getting at the data point values to do something meaningful with them (other than plotting them or return their values as in the examples).

          This brings me to a general issue: I can see that it is a huge effort to document these and other things, but interested contributors (hinting at MA 2.0) often have no clue of the internals so figuring things out in a reasonable time is not possible...

          1 Reply Last reply Reply Quote 0
          • L
            lrumillanca
            last edited by

            Same problem here... I want to contribute and build things using MA 2.0 but without any documentation its very hard.

            Maybe a good option for the future will be develop a SDK and build some tutorials.

            1 Reply Last reply Reply Quote 0
            • M
              mlohbihler
              last edited by

              MA has become a pretty big system with much to document. Can you be specific about what your need more information on?

              Best regards,
              Matthew

              1 Reply Last reply Reply Quote 0
              • M
                moinmoin
                last edited by

                The first thing that comes to mind is how to add custom view components and/or more useful for us: generate custom reports.

                Eventually, we plan to integrate an interface for report generation with the GNU R system. This would be done via Rserve from Java. Specifically, it would be good to know how to retrieve data point values in a similar manner as with the reports, i.e. easy selection and JavaScript examples.

                Are interfaces to external report engines planned? I am thinking of something similar to the DGLux interface for reports instead of graphical views.

                1 Reply Last reply Reply Quote 0
                • M
                  mlohbihler
                  last edited by

                  MA already has a reports module, with which you can generate certain types of reports. I assume that you know this and need something else, in which case you are probably out of luck at the moment. However, we are considering developing an API module which may be of use for the purposes you mention. The details aren't worked out yet (REST vs RPC in particular), but maybe you can let us know whether this is something that would be useful for you.

                  Best regards,
                  Matthew

                  1 Reply Last reply Reply Quote 0
                  • M
                    moinmoin
                    last edited by

                    Sorry for getting back this late.

                    MA already has a reports module, with which you can generate certain types of reports. I assume that you know this and need something else, in which case you are probably out of luck at the moment

                    As you said, I know these. I use them for daily emailed monitoring reports to check operation. Apart from that, we would like to use our existing reporting facilities (statistical stuff implemented in GNU R) on the MA data.

                    maybe you can let us know whether this is something that would be useful for you
                    Great, this is exactly what I was looking for. This API would help us greatly in building a custom report infrastructure. Thus, a +1 from my side.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post