• Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    1. Home
    2. joeamiraglia

    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 12
    • Best 1
    • Controversial 0
    • Groups 0

    joeamiraglia

    @joeamiraglia

    1
    Reputation
    9
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Jacksonville, FL Age 40

    joeamiraglia Unfollow Follow

    Best posts made by joeamiraglia

    • RE: Schedules that end at 12AM do not return to normal

      We have an internal ticket to review this issue. I will update with findings, no need to send an additional ticket. Thank you.

      posted in Mango feedback
      joeamiraglia
      joeamiraglia

    Latest posts made by joeamiraglia

    • RE: Change Bar Display bar-color based on point value

      @tomatopi Would this work for you?

      https://www.amcharts.com/demos-v3/bullet-chart-v3/

      posted in Dashboard Designer & Custom AngularJS Pages
      joeamiraglia
      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.

      posted in User help
      joeamiraglia
      joeamiraglia
    • 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.

      posted in User help
      joeamiraglia
      joeamiraglia
    • 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.

      posted in User help
      joeamiraglia
      joeamiraglia
    • 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.

      posted in Development general discussion
      joeamiraglia
      joeamiraglia
    • 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.

      00178925-0a6e-4893-b033-f1f5621066bd-image.png

      posted in Development general discussion
      joeamiraglia
      joeamiraglia
    • 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.
      2ac061c3-ee1e-4e54-82c9-0a38f09acf98-image.png

      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.
      203f64df-7637-4f9a-bd33-bceaa8eeaf11-image.png

      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.

      posted in Mango General
      joeamiraglia
      joeamiraglia
    • 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;240847b7-2597-4036-ab0e-80bdbf8f31ac-image.png
      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;

      1be41165-4046-47c0-b750-400e04eeb9c8-image.png

      posted in Mango General
      joeamiraglia
      joeamiraglia
    • 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.
      11e77fe2-f757-43a8-9dba-8750d486a171-image.png

      posted in User help
      joeamiraglia
      joeamiraglia
    • RE: Scheduler Not Working

      @Rodrigo This issue has been resolved in Mango v4.4.0 with advancedScheduler-4.4.1.

      posted in User help
      joeamiraglia
      joeamiraglia