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.

  • I18N Localization

    4
    0 Votes
    4 Kiriman
    3k Lihat
    F
    sorry, wrong message
  • Multistate instead of numeric

    7
    0 Votes
    7 Kiriman
    4k Lihat
    C
    i've got this working, I'll send it along in a few months when it is properly tested.
  • How to use postgreSQL

    2
    0 Votes
    2 Kiriman
    3k Lihat
    S
    hi mlohbihler I don't want to convert derby to postgreSQL,because I want to use postgreSQL directly,I modify the code about database,now I run the program and find the following log(the tables in postgreSQL have been created Automatically): org.springframework.dao.InvalidDataAccessApiUsageException: The getKey method should only be used when a single key is returned. The current key entry contains multiple keys: [{id=1, username=admin, password=0DPiKuNIrrVmD8IUCuw1hQxNqZc=, email=admin@yourMangoDomain.com, phone=, admin=Y, disabled=N, lastlogin=null, selectedwatchlist=null, homeurl=null, receivealarmemails=0, receiveownauditevents=N}] at org.springframework.jdbc.support.GeneratedKeyHolder.getKey(GeneratedKeyHolder.java:65) at com.serotonin.db.DaoUtils.doInsert(DaoUtils.java:151) at com.serotonin.mango.db.dao.UserDao.insertUser(UserDao.java:134) at com.serotonin.mango.db.dao.UserDao.access$000(UserDao.java:38) at com.serotonin.mango.db.dao.UserDao$2.doInTransactionWithoutResult(UserDao.java:122) at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33) at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128) at com.serotonin.mango.db.dao.UserDao.saveUser(UserDao.java:118) at com.serotonin.mango.db.DatabaseAccess.initialize(DatabaseAccess.java:138) at com.serotonin.mango.MangoContextListener.databaseInitialize(MangoContextListener.java:248) at com.serotonin.mango.MangoContextListener.contextInitialized(MangoContextListener.java:85) best wishes Susan
  • Deleted webapps directory when updating

    4
    0 Votes
    4 Kiriman
    3k Lihat
    E
    @mlohbihler said: Shouldn't be necessary, except for one file. If you've already set up MySQL you'll be familiar with the WEB-INF/classes/env.properties file. Just make sure it is pointing at your MySQL instance and you should be good. That's what I thought, just wanted to make sure. Thank you!
  • 0 Votes
    3 Kiriman
    2k Lihat
    M
    Create a meta point that calculates the difference between the two points Add a high limit detector on to the meta point Add an event handler to the high limit detector that turns on your pump.
  • Controling from Graphical Views

    3
    0 Votes
    3 Kiriman
    3k Lihat
    M
    Check out point event detectors, scheduled events, and event handlers.
  • Export point data stored in mango

    5
    0 Votes
    5 Kiriman
    3k Lihat
    M
    However you want.
  • How to get value from the two source points?

    10
    0 Votes
    10 Kiriman
    5k Lihat
    M
    P.S. thanks again for contributing. You rock.
  • Setting value to MySql

    6
    0 Votes
    6 Kiriman
    4k Lihat
    M
    After years of using prepared statements in many databases, i have to admin i have no idea. It never came up.
  • Popup Charts?

    7
    0 Votes
    7 Kiriman
    4k Lihat
    M
    :) Thanks. Re linking, there's a bit of an icon clash that has been a small thorn in the paw for a while now, but there's still no good solution.
  • Handling Unknown SNMP Traps

    5
    0 Votes
    5 Kiriman
    5k Lihat
    M
    A system event would probably be simpler.
  • Http retriever and cookies

    7
    0 Votes
    7 Kiriman
    4k Lihat
    D
    I ended up using net-snmp locally on the box, and passing an exec command. Then via mango, use SNMP data source to query the values. An expensive hack, but works fine on a small scale. -Dan
  • Error In Point Properties but no problem displaying the page

    4
    0 Votes
    4 Kiriman
    3k Lihat
    N
    Hi Matthew, I happens only for a few pages. I don't have admin rights to install the software on my pc. I will be able to do this soon and post the results.
  • State detectors don't fire on startup

    4
    0 Votes
    4 Kiriman
    3k Lihat
    C
    Thanks! this seemed like one of those problems where there is a lot more to it than appears on first glance, so I asked before diving in.
  • Server-side graphical view throws error, null pointer

    5
    0 Votes
    5 Kiriman
    4k Lihat
    M
    I meant create a "meta" data source, create a point in it, and give it any old script to give the point a value. The only thing potentially wrong that i could see in the code is possible failure to create the Javascript engine, which would be an environmental thing, probably to do with the JVM. Of course, if you're not using the most current Mango version (1.6.4) that could be an issue too.
  • RegEx parsing

    5
    0 Votes
    5 Kiriman
    4k Lihat
    M
    Sure, that works. :)
  • Mamgo M2M user manual / documentation

    2
    0 Votes
    2 Kiriman
    4k Lihat
    E
    I wonder if any user manual (http also OK) would be available before installing full software. This time Google did not help me :shock: This would be very helpfull for me as I have existing (other) system running in measurement-PC and I would like to make swap as short as possible Thanks
  • Mango and MySQL

    4
    0 Votes
    4 Kiriman
    5k Lihat
    M
    This post has been superseded by this one: http://mango.serotoninsoftware.com/forum/posts/list/185.page.
  • Disappearing Serial Port: SerialPortException

    3
    0 Votes
    3 Kiriman
    4k Lihat
    M
    Hi Nik, I've personally had some issues with Ubuntu, but i'm far from being able to say for sure that's the problem. Still, i suggest trying Fedora or a Windows host for Mango to see if your serial ports stick around longer. Also, make sure data sources and testers aren't competing for the port in the case that you have multiple data sources running. Only one running data source can own a serial port at a time. Note also that the node scanner owns the port while it is scanning.
  • Public View problem

    6
    0 Votes
    6 Kiriman
    5k Lihat
    K
    Thanks I'll do that tomorrow :-)