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.

  • Can we flush data to a txt or excel or any file with mango??

    4
    0 Votes
    4 Posts
    2k Views
    A
    Thanks a lot! your help was very useful
  • Image Object On graphic view

    4
    0 Votes
    4 Posts
    2k Views
    JoelHaggarJ
    I knew I was missing something obvious. Thanks, Joel.
  • Image charts on Ubuntu

    4
    0 Votes
    4 Posts
    3k Views
    Z
    I found that: this step is not needed for Ubuntu Desktop 10.04 it is required for a simple installation of Ubuntu server 10.04
  • Averaging from Modbus source to MySQL database

    4
    0 Votes
    4 Posts
    3k Views
    M
    Another idea is to just use MySQL as Mango's database (either brand new or converting from an existing Derby instance). Then, other applications can directly access the pointValues/pointValueAnnotations tables.
  • Email with CSV file attached

    5
    0 Votes
    5 Posts
    3k Views
    M
    The most efficient way would be for Mango to poll over Modbus I/P. But if the device needs to initiate the connections then, yes, posting an HTTP message will work just fine. Check the HTTP Receiver documentation for details.
  • System Startup Event

    3
    0 Votes
    3 Posts
    2k Views
    M
    System startup event happen when the web context is loaded, so the cause would be one of the following: Tomcat is restarting the Mango context somehow. This should only happen when manually initiated. The O/S is restarting Mango. Can't comment on why this would be happening. A badly behaved script maybe. The UPS is shutting down the server. Or anything else along these lines.
  • Mango Event Notification

    8
    0 Votes
    8 Posts
    4k Views
    M
    To a degree. You can modify the templates, but you only have access to whatever information is in the context model, which is pretty much what is already in the email.
  • Alerts without Acknowledgement

    3
    0 Votes
    3 Posts
    2k Views
    M
    I tested setting the alarm level to "None", and i can still attach event handlers to it. What is preventing you from doing this?
  • 0 Votes
    4 Posts
    2k Views
    S
    it works :) :) thank you, i only lost my background picture. i wil start to make backups soon.
  • How to implement metric system in mango

    3
    0 Votes
    3 Posts
    2k 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.
  • Missing Application Icons

    5
    0 Votes
    5 Posts
    4k Views
    K
    Apologies, Plank that I am forgot where to find event detector settings etc. :oops: Also I've done a reinstall and the version number is now coming up correctly as 1.10.0 Thanks :thumbup:
  • Receiving unwanted Reports

    7
    0 Votes
    7 Posts
    3k Views
    M
    That's the easy way, yes.
  • Illegal Function alarm

    18
    0 Votes
    18 Posts
    8k Views
    M
    Steve, you can create a binary point on a holding register, and specify the bit in the register that you want.
  • System Exception while adding a Publisher

    6
    0 Votes
    6 Posts
    4k Views
    J
    Ok, thanks. I dont remember really if I did it or not.
  • Temperature/Humidity device configuration

    4
    0 Votes
    4 Posts
    2k Views
    M
    Joel, you're right! 2 bytes works for me. Offset was'nt working because I was selecting 4 or 8 bytes. Now I got things working here. Thank you and best regards! Marcelo Amorim Ferreira [<O>] Brazil
  • How do I change the font size for Simple Point?

    14
    0 Votes
    14 Posts
    7k Views
    M
    Try "return point.name;". I believe the documentation should help with the rest.
  • Modbus Master alarm message: CRC mistmach!

    7
    0 Votes
    7 Posts
    3k Views
    M
    It's often not very helpful to repeatedly say that it doesn't work. Can you please provide some more information. It may appear to work fine with mtester if that program simply suppresses anything that doesn't look right. Modbus4J is more forthcoming. Perhaps your next post can include some trace information such as has been suggested multiple times.
  • PointNames is undefined

    5
    0 Votes
    5 Posts
    3k Views
    M
    Sure. Send me a PM with your email addy.
  • Communicating with modbus rtu slave on Arduino

    3
    0 Votes
    3 Posts
    16k Views
    A
    Hi mgvanosd, Your Arduino needs to be a modbus slave. You don't need a separate device. You can use jpmzometa's mobus rtu slave library in your Arduino. I added some code to make it work with Mango. In the meantime this has been included in the library. You can download it from: http://sites.google.com/site/jpmzometa/arduino-mbrt/arduino-modbus-slave Some sample code can be found here: http://www.tucsni.nl/jee/
  • Editing graphical views from remote Web Browser

    4
    0 Votes
    4 Posts
    2k Views
    M
    This problem has already been identified in other posts. It is IE only, and has been corrected for the next version.