• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ashutosh14march
    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
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ashutosh14march

    • A

      How to implement metric system in mango

      How-To
      • • • ashutosh14march
      3
      0
      Votes
      3
      Posts
      2.7k
      Views

      B

      click on "data sources"
      click on "show points"
      click on "point properties" for the point you want to change

      in the Point properties
      change Engineering units to what you want

      in the Text renderer properties

      format "00.0" will give 1 decimal place
      suffix "&de-g;C" will give °C, remove the - to make it work

    • A

      How to implement metric system in mango

      User help
      • • • ashutosh14march
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      M

      Mango was developed in Canada, so if there were any measurement bias within it, it would be towards metric. But, Mango has no bias. Values are stored as scalars; you provide formatting and suffixes via text renderers to display the values the way you want to see them.

    • A

      How Mango is Saving Httpreceiver data

      How-To
      • • • ashutosh14march
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      A

      hi,
      I wish to know how Mango is saving the data in database when data is received by "HttpDataSourceServlet" upon sending request as "http://192.168.1.1/Mango/httpds?__device=20&__valuepoint1=111&__timepoint1=12092010&__pointpoint1=mykey&__valuepoint2=222&__timepoint2=18072011&__pointpoint2=mykey" and can it be ploted on graph.

    • A

      Directory structure of "com/serotonin/mango"

      User help
      • • • ashutosh14march
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      A

      1.I am not understanding the directory structure of "com/serotonin/mango" why particular directory/package is there e.g 'view','db','rt','vo' and so on and what these directories and sub directories are meant for
      2. what are 'rt','vo','util','db','web',view' directories and their sub directories for my guess 'db' is layer for all DB related work and 'db/dao' for data access objects like to access class objects for corresponding table in database.

      Please provide me with the complete documentation of mango with directory structure description

    • A

      How to build Mango in netbeans 6.8

      Development general discussion
      • • • ashutosh14march
      8
      0
      Votes
      8
      Posts
      5.8k
      Views

      P

      Hello,
      I am currently undecided between Titanium and Netbeans. Titanium is simpler and I dont have the XDebug problems that come with Netbeans (I have been trying to modify INI file all day and failing... badly!).
      Which would you suggest t oday?