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.

  • Non admin users

    2
    0 Votes
    2 Posts
    1k Views
    S
    is it possible to customise what buttons are available from the toolbar... i see they already lose some like system, publishers etc... i'd like to remove others... do i need to edit a file? thanks
  • Data point, settable, limits

    4
    0 Votes
    4 Posts
    2k Views
    S
    something like the min and max for a virtual data source point would be great... if it would let me choose 0 increment that might work?
  • Metadatasource - reference itself

    5
    0 Votes
    5 Posts
    2k Views
    S
    i could but i want to make it compare to a point variable instead of fixed value so that an end user can change the level.
  • Decimal points

    3
    0 Votes
    3 Posts
    2k Views
    F
    In watch list click at the "brick" icon at right hand side, a "Point properties" page will be displayed, there is a field "Text renderer properties" where you can set the format precision. Type: Analog Format: 0.0
  • Using "Contiguous batches only" causes exceptions

    15
    0 Votes
    15 Posts
    7k Views
    M
    Update: the setting of max batch sizes has been added to Modbus4J and Mango.
  • Export -> import

    10
    0 Votes
    10 Posts
    4k Views
    M
    I think the default order should be as added - for easy readabillity I want to set some values first - not alphabetically. That's the idea in fact, but the results can sometimes be unexpected because the order in which attributes are written is affected by the calls to super classes. Also, when you use @JsonRemoteProperty annotations the order in which these properties are written can depend upon the JDK that is used. Overall, it ends up being a complicated issue. when i do an import, the project is unaware of any backdrops.... is this normal...? Yes, this is normal because import/export doesn't support images. I suppose the image data could be base64'd and included. Neil, regarding import/export on logging types, some actual examples would go a long way to detecting problems. And a template for new points is an interesting idea. It's actually been raised before, but has never reached a high enough priority to get it done.
  • [Solved] Timer already canceled error

    7
    0 Votes
    7 Posts
    3k Views
    A
    Hello mlohbihler and apl, I have installed Sun Java, removed OpenJava and Mango has been running without issue since then. I believe the issue is definitively solved. Thanks a lot!! :D Alex
  • Buttons

    4
    0 Votes
    4 Posts
    2k Views
    M
    M2M2 will be able to use an "xid" parameter to reference a view (i.e. "views.shtm?xid=myViewXid". That will solve import issues.
  • Problem with meta point

    3
    0 Votes
    3 Posts
    2k Views
    M
    No, no trick, just a bug with execution delays. A fix will be in the next release.
  • Point hierachy

    8
    0 Votes
    8 Posts
    3k Views
    M
    No plans for this in M2M. More likely there will be module extensions for M2M2 that will allow point lookup by "quick search", where you type in a few letters and options are presented. Naturally, if this is a module, other modules can also be built.
  • Popup keypad

    19
    0 Votes
    19 Posts
    9k Views
    M
    Might not be too bad, no, but there are no plans to do this in M2M. M2M2 maybe...
  • Embedded vnc viewer session

    3
    0 Votes
    3 Posts
    2k Views
    M
    Depends. Is the VNC viewer a Java applet? If so, see http://download.oracle.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html
  • Spurious readings...

    7
    0 Votes
    7 Posts
    3k Views
    S
    i've not been able to trace this, but as far as i know, the slave being polled hasn't mirrored any of these changes.. i'm seeing this on various registers... and it seems like they are showing -1 (dec) 1111111111111111 (bin) and it only ever lasts for one update
  • Page button jumps, public and logged in views...

    3
    0 Votes
    3 Posts
    2k Views
    M
    There isn't a way to do that within the regular graphical views, but you would be able to do this in the custom views. (See customViewExample.jsp.) These are JSP files, so they have access to the request context, and you can query it like any of the other JSP files. For example, page.tag has the following code: <c:if test="${empty sessionUser}"> ... </c:if>
  • Virtual data source, binary tags into word

    3
    0 Votes
    3 Posts
    1k Views
    M
    I can't think of a better way to get it to work. Looks good to me.
  • Finnish translation/Mango puhuu suomea

    10
    0 Votes
    10 Posts
    4k Views
    M
    Hi Jokke, Regarding the findings you had mentioned earlier... This was seen "Modbus pointo locator test: "Illegal data address: {1}"" This has been found and fixed. The {1} part was removed. This was not localized so it is same on all language settings. "SomeCompoundEventDetectorName: java.lang.Exception: Detector S3 not enabled or does not exist" This was fixed too. On audit events the publisher deletion/change does not make any event. The commission to do the audit work did not extend to publishers. The common.true and common.false is used on logical true/false and in the audit events. It has a slight difference on translation if the context talking about something is on/off or binary/logical value true/false. It's not exactly correct to use true/false in those contexts in English either, but it's common to do so.
  • Sending data from Mango to Arduino board (Modbus)

    12
    0 Votes
    12 Posts
    7k Views
    J
    the problem is not mango. the library can't handle 4 byte types.
  • Setting up Pachube to Mango

    4
    0 Votes
    4 Posts
    2k Views
    R
    Thanks, works fine now I just didn't realize I had to use my own API Key.
  • Dataitem, multiplier and additive

    4
    0 Votes
    4 Posts
    2k Views
    S
    thanks.... look forward to that release
  • Charts, curves...

    9
    0 Votes
    9 Posts
    3k Views
    S
    thanks for that input... i guessed there would be a performance hit involved... maybe if the toggle was just on the fly for that viewing session and defaulted after leaving the view