• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. przemom
    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
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 27
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by przemom

    • P

      TCP/IP data source setup value

      User help
      • • • przemom
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      phildunlapP

      Hi przemom,

      We released version 3.2.1 of the TCP/IP data source, which includes the changes from that issue to make it more robust. Give it a try!

    • P

      Problem with updates in svg graphics

      Dashboard Designer & Custom AngularJS Pages
      • • • przemom
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      phildunlapP

      I would expect so, yes.

    • P

      Handling modbus registers in a script

      Scripting general Discussion
      • • • przemom
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      phildunlapP

      Hi przemom,

      Meta point scripts don't have the .set() function like a scripting data source does. So, your options are either to use a point link from your meta point to your modbus point, or to configure a scripting data source to set the value using varName.set( 12.34 );

    • P

      Message in log "ma-start: no restart flag found, not restarting MA"

      User help
      • • • przemom
      5
      0
      Votes
      5
      Posts
      2.5k
      Views

      P

      My RPI is a testing machine, so I test mango and openhab. I added memory-small.sh with changes You suggested. Tomorrow I will let You know if it help. Thanks

    • P

      Problems with upgrade to Mango Automation 8.2.2 on RaspberryPi 2

      Mango Automation Installation
      • • • przemom
      4
      0
      Votes
      4
      Posts
      2.0k
      Views

      phildunlapP

      Glad to hear it!

    • P

      Mango limitations

      Mango Automation general Discussion
      • • • przemom
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      phildunlapP

      Hi prezemom,

      It's not really possible to give a limit in terms of data points, since different configurations will entail wildly different workloads for the Mango server (it is possible to write Meta points that slow everything down a lot, if you try). Generally, though, 5000 points shouldn't pose any problem. As far as HTTP, you can see that parsing 5000 values out of 1 page request is less work than 5000 data sources requesting 5000 pages to get 1 value. I would expect both to work on a fairly modest machine (four cores, 4-8Gb ram). We have many deployments with 20000 or more points, and some significantly larger than that.

      Both the H2 and MySQL backends will handle 5000 points no problem. If you get significantly larger you may find reasons to prefer MySQL. The NoSQL database is also nice to have if you're taking in dense data, or lots of it, or if you intend to keep the values at the instance very long (without the NoSQL, you will store the values in a SQL table, which can slow things down over time).

    • P

      Very log startup

      User help
      • • • przemom
      8
      0
      Votes
      8
      Posts
      2.6k
      Views

      phildunlapP

      Glad to hear it!

    • P

      Dashboards translations

      User help
      • • • przemom
      5
      0
      Votes
      5
      Posts
      2.1k
      Views

      Jared WiltshireJ

      @przemom We have released Mango 2.8.0 for testing which supports much better and easier localization, Mango will automatically detect your locale from the OS and use this for translations and date formatting (in the dashboards). All you need to do is place your translations file in overrides/properties as described above. If for some reason Mango is not using your OS locale or you want to override it, you can start Mango with java command line options such as -Duser.country=PL -Duser.language=pl

      See here for the Mango 2.8 download link -
      http://infiniteautomation.com/forum/topic/2549/mango-2-8-0-ready-for-beta-testing
      If you want to wait there will be a 2.8 release in the store soon for automatic upgrades.

    • P

      Problem with template admin

      User help
      • • • przemom
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      P

      Hi,
      Thanks for answer. Problem solved...proxy server blocked OPTIONS reguests.