We have an internal ticket to review this issue. I will update with findings, no need to send an additional ticket. Thank you.
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.

Best posts made by joeamiraglia
-
RE: Schedules that end at 12AM do not return to normal
Latest posts made by joeamiraglia
-
RE: Trouble Logging In (Already Signed in as Guest)
@mihairosu If you remove the password or change it you will no longer be able to use the auto login feature on the kiosks unless you match the password again.
-
RE: Trouble Logging In (Already Signed in as Guest)
@mihairosu I was able to duplicate the issue.
- I created a basic user (Guest) with no associated roles as user (Admin)
- In Administration > UI Settings > Set Auto login for all clients for user (Guest)
- Signed out of user (Admin)
- Now as user (Guest) could not sign out of user (Guest) or sign in as user (Admin) and see same 401 warning in logs as you have shown.
The work around was to change the user (Guest) password so auto login would not work. At this point I was able to sign in as whichever user I needed.
I will have to discuss with our development team about the issue. Thank you for finding this.
-
RE: Trouble Logging In (Already Signed in as Guest)
@mihairosu Could you get logs where this was occuring? It's hard to point out what the issue is without the ability to reproduce it.
-
RE: View Excel Report
@tungthanh500 That screen shot was from the Mango Store, if you login and look at your license it will either say unrestricted or standalone next to excelReports. If it's standalone you only could use 1 template which is what I think your issue is.
-
RE: View Excel Report
@tungthanh500 Hello, the Excel report module only comes with a single report template unless you purchase the license for the module. I could put you in contact with a sales rep unless you are already working with someone? If you are, reach out to them or you could put in a ticket and include your GUID here and we could look into it.
-
RE: User Permissions disappearing
I have seen this issue and in my experience it was due to settings in the Publisher or the Data Source override settings were not set correctly.
Edge sets permissions
If you want the permissions set at the edge device be sure to have the Override sent permissions checked at the edge publisher and not at the Data Source on the cloud server.
Cloud Server sets permissions
On the Cloud Server, Data Source check the Override permissions updates and uncheck the Override sent permissions at the edge publisher.
Please let me know if this helps. If it doesn't let me know what version/s of Mango you are running to further assist.
-
RE: Data point with non-linear output?
@tomatopi Hello, one way to achieve what you are looking for is the create a Global Script such as the one shown below;
here is the text for the script for easy editing, (I just expanded what you had in your question);function mapMoisture(voltage) { print (voltage) if ( voltage > 0 && voltage < 1 ) { return 34 * voltage - 5; } else if ( voltage >= 1 && voltage < 2 ) { return 56 * voltage - 15; } else if ( voltage >= 2 && voltage < 3 ) { return 78 * voltage - 22; } else if ( voltage >= 3 && voltage < 4 ) { return 100 * voltage - 30; } else if ( voltage >= 4 && voltage < 5 ) { return 135 * voltage - 36; } return 0 }
Once this is done you will be able to call the script from a meta point such as this;
-
RE: Modbus Publisher - Edit a DataPoint v4.4.1
That is correct. You will be able to edit via JSON. Go to the Configuration Import/Export and check 'Published points'. Either Export or Download JSON File and make edits and then Import back when complete.
-
RE: Scheduler Not Working
@Rodrigo This issue has been resolved in Mango v4.4.0 with advancedScheduler-4.4.1.