• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. rcarabaj
    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
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by rcarabaj

    • R

      Never ending script

      User help
      • • • rcarabaj
      7
      0
      Votes
      7
      Posts
      3.7k
      Views

      M

      Data in blob fields are Java object serializations. The only practical way of viewing them is using Java code to deserialize. The only objects that are serialized in this way are data source and data point definitions, which are very application specific anyway.

      For background... Originally, tables were defined for each type of data source and point such that the information was stored in a more traditional way, i.e. each distinct piece of data in a distinct field. However, as more data source types were added to Mango it quickly became a significant maintenance issue. The current storage technique of using blob has a number of strong advantages, with really the only downside being the fact that - as you've noticed - the content is inaccessible via SQL.

    • R

      Problem with folder structure

      User help
      • • • rcarabaj
      5
      0
      Votes
      5
      Posts
      3.1k
      Views

      M

      That is likely related to something else. Please try again and see if they appear now. If not, please make note of the icon URL.

    • R

      I obtained an error trying adding datasource Virtual Data

      User help
      • • • rcarabaj
      15
      0
      Votes
      15
      Posts
      13.8k
      Views

      M

      Hi Roberto,

      Mango can read from an external database using the SQL data source. Out of the box it can connect to a MySQL database, but others can be implemented by finding the appropriate driver (usually just a jar file that you can add to WEB-INF/lib).

      If you are on a Windows platform, it is possible to use an ODBC/JDBC driver to connect Mango to and ODBC data source. In Windows you can then set up various things - like flat files, Excel spreadsheets, Access databases - as your ODBC sources. Might be worth a try. By finding the appropriate drivers (which are typically easy to find), you can also connect Mango directly to Oracle, MS SQL Server, Postgres, etc.

      Your alternative to having a database intermediary is to connect directly to your A/D converter processing board, assuming it supports some communications protocol like Modbus, BACNet, 1-wire, etc. Do you know?

      Once you've decided on a connectivity strategy, i can help you with the details.