Bookmark and Share Mango, open source M2M
Quick links
Home
Features
Walkthrough
Concepts
Download
Coming soon
Community
License
Contact
Version 1.11.0 now available!
Download the latest version here. This is a new features and bug fix. Many thanks to Mango users who provided their feedback and suggestions.

Many of the changes below were made possible by financial contributions of Mango users. Many thanks to these companies and individuals for making Mango better for everyone!

Changes in version 1.10.0 can be found here.
Version 1.11.0 changes
OPC DA data source
An OPC DA data source has been added. This is a 100% Java implementation, and so will work on all supported platforms including Windows, *nix, and Apple OS X. Many thanks to the ScadaBR project for contributing this work.
Maintenance events
A new event type called Maintenance Events has been added. Users can set up a maintenance event on a data source such that, while active, events raised by the data source are suppressed. (I.e. they will still be recorded, but will not have their handlers run.) These events can be scheduled, or can be manually activated. Thanks to AES Energy Storage for commissioning this work.
Modbus enhancements
The modbus data source now supports strings, both fixed length and null-terminated. In addition, new testing facilities have been added including a data dump and point locator test that makes setting up your data sources even easier. Finally, a concurrency setting has been added to serial modbus, allowing the user to determine how messages should be synchronized. See the documentation for more information.
Performance update
Watchlist and Graphical View performance has been dramatically improved in cases where image charts are shown on points that update frequently.
Watchlist import/export
Watchlists can now be imported and exported. Special thanks to Steven Elam of Guided Wave Inc. for this code contribution.
Event silencing
A feature to silence all events has been added to the event list. This works similar to the existing "acknowledge all" functionality, where all pending events are affected. In addition, users can now muted sound for their session using a muted feature added to the toolbar. Thanks to AES Energy Storage for commissioning this work.
User deletion
Users can now be deleted. Thanks to AES Energy Storage commissioning this work.
Reports
Reports can now be copied. Thanks to AES Energy Storage commissioning this work.
Instance description
For all of the users with multiple instances of Mango deployed, you can now set an arbitrary instance description that will be displayed both in the page header and in the browser title bar, and in the tab title when you are monitoring multiple sites at once.
Import/export passwords
User passwords are now included in the import/export process. For new users where the password is not specified it is still defaulted to be the same as the username. Thanks to AES Energy Storage commissioning this work.
Process handler testing
Icons for testing your process handler commands have been added to the event handler page.
No Update and No Change detectors
Due to issues with back-dated values, these detectors have been change to work with real time rather than value timestamps.
Various minor enhancements and bug fixes