• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. tungthanh500
    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
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 64
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by tungthanh500

    • T

      Mango 5 Help menu

      Mango feedback
      • • • tungthanh500
      1
      0
      Votes
      1
      Posts
      97
      Views

      No one has replied

    • T

      Change a data point with condition

      Scripting general Discussion
      • • • tungthanh500
      2
      0
      Votes
      2
      Posts
      177
      Views

      MattFoxM

      @tungthanh500 get rid of the runtime sleep call. Set the context point related to the data point you are validating and set the script to trigger from one of them for a start.
      Alternatively use a cron timer setting set to 15 seconds.

      Fox

    • T

      Pi Portfolio creating

      User help
      • • • tungthanh500
      4
      0
      Votes
      4
      Posts
      460
      Views

      T

      @dovydasz said in Pi Portfolio creating:

      I still can't get it working.. Could you please share some screenshots how you configured it? Do I need to you some specific values for datapoints tags keys?

      Give me Direct message, your whatapps number. I will give you a hand in Monday. I have vacation tomorrow. But can you try this:
      Provide your data points 3 important tags, which are deviceType, site, deviceID
      ![0374d845-f5b2-4d6d-b6bb-293a50165d59-image.png](Imgur is temporarily over capacity. Please try again later.)

      This information is not emphasized in Radix instruction and you may miss this part.

    • T

      MySQL database restore

      User help
      • • • tungthanh500
      3
      0
      Votes
      3
      Posts
      524
      Views

      T

      Hi @CraigWeb , actually I was trying to install a new Mango 5 instance. Everything is totally new. These are what I did:

      1/ Install MySQL 8.0, create a database (scheme) named mango
      2/ Install Mango 5 and paste a mango.properties file with MySQL info as above mentioned in mango_data folder.
      3/ Start mango service and change admin password.
      4/ Create a data source with some data point.
      5/ Backup with Backup feature in System Setting -> SQL backup
      6/ Delete data source and restore with System Setting -> SQL backup.
      7/ See that orange warning pop up, but the deleted data source and data point is back, but I'm not sure if it normal or not.

    • T

      Mango instance cannot initialize

      Mango Automation general Discussion
      • • • tungthanh500
      6
      0
      Votes
      6
      Posts
      576
      Views

      T

      @CraigWeb thank you. I start fresh and restore with System settings -> SQL database backup -> select latest core-database-H2 zip file.
      Is that enough? I check the Data point detail and found nothing in history :| Is there something I miss? I see also see MangoNoSQL-incremental-Mar-12-2023_063732.zip in backup folder but I have no idea how restore this file.

      Update: I restored from another backup file and found out that that latest is broken. All data is lost.

      Thank you all for your help.

    • T

      Java problem may crash my instance

      User help
      • • • tungthanh500
      4
      0
      Votes
      4
      Posts
      517
      Views

      T

      @MattFox said in Java problem may crash my instance:

      @tungthanh500 stick to adopt11, it's fast and works

      Fox

      Thank you for your advice. How are you doing?

      @terrypacker said in Java problem may crash my instance:

      I have seen situations where our monitoring library can't handle the hardware it is running on. You can disable this using the mango property:

      # enables getting operating system, process, and hardware information via the OSHI native library internal.monitor.enableOperatingSystemInfo=true

      Thank you, I will try to add that.

    • T

      View Excel Report

      Development general discussion
      • • • tungthanh500
      7
      0
      Votes
      7
      Posts
      1.1k
      Views

      CraigWebC

      @tungthanh500 Uou might want to email the sales channel instead of support. This is a license issue.

    • T

      ma-now update interval and ma-svg rotating

      Dashboard Designer & Custom AngularJS Pages
      • • • tungthanh500
      8
      0
      Votes
      8
      Posts
      707
      Views

      MattFoxM

      @tungthanh500 it comes with understanding angularJS scopes ($scope).
      In this case you have a variable of $scope.currentArea
      Since this scope is attached to our view, the variable (in this case) can be accessed as currentArea.
      Since we want the variable and not a string called "currentArea", we "add" (I use the term loosely here) the strings that make up your RQL query and supply the dynamically allocated currentArea variable.

      Also look at controllerAs to understand nesting controllers and their respective scopes.

      Fox

    • T

      Dashboard offline

      User help
      • • • tungthanh500
      3
      0
      Votes
      3
      Posts
      425
      Views

      MattFoxM

      Rectified with the use of an angularJS controller and only two ma-point-values lookups

      Fox

    • T

      Excel Report location

      Mango Automation general Discussion
      • • • tungthanh500
      2
      0
      Votes
      2
      Posts
      681
      Views

      MattFoxM

      @tungthanh500 Going out on a limb here (and assuming you've got mango4), but I suspect it's
      mango/data/excelReports/report-data

      Fox

    • T

      Data Source host value

      Dashboard Designer & Custom AngularJS Pages
      • • • tungthanh500
      1
      0
      Votes
      1
      Posts
      577
      Views

      No one has replied

    • T

      Audible Alarm with silence

      Scripting general Discussion
      • • • tungthanh500
      2
      0
      Votes
      2
      Posts
      731
      Views

      Jared WiltshireJ

      @tungthanh500 have you seen the UI settings at /ui/administration/ui-settings which allow you to choose an audio file? There's no provision to loop an audio file as far as I remember, you would need to create a custom component for this.

    • T

      Clear input for <ma-point-list>

      Dashboard Designer & Custom AngularJS Pages
      • • • tungthanh500
      3
      0
      Votes
      3
      Posts
      816
      Views

      Jared WiltshireJ

      6b1e3476-4f47-48f5-a465-ded1e1b46fe3-image.png

    • T

      Create a graph with selectable points

      How-To
      • • • tungthanh500
      2
      0
      Votes
      2
      Posts
      428
      Views

      JoelHaggarJ

      I think there is a component similar to what you are asking about in this demo https://github.com/infiniteautomation/mango-demo

      The demo is for Mango v4 and is a bit outdated but might give you some ideas on how to get it done.

    • T

      Point name and how to learn more?

      Dashboard Designer & Custom AngularJS Pages
      • • • tungthanh500
      3
      0
      Votes
      3
      Posts
      853
      Views

      T

      @jared-wiltshire
      Thank you for your explaination. Can you be more specific about "datebar.to" and what is it in mango? I mean, there should be something like "myPoint.value" to show/assign a point value or "myDevice.name" to show the device name.

    • T

      Update on Tutorial

      How-To
      • • • tungthanh500
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      cwangvC

      @tungthanh500
      yes, there are buttons on the top right hand corner of the page that you can use to create folders and files.

    • T

      Install Mango on DigitalOcean

      Mango General
      • • • tungthanh500
      4
      0
      Votes
      4
      Posts
      953
      Views

      CraigWebC

      you need root privileges to bind to ports below 1024. Since this is on digital ocean you would not want that. You should leave it on port 8433 and setup some persistent IP tables.

      Check out these links:
      https://o7planning.org/en/11363/redirecting-port-80-443-on-ubuntu-server-using-iptables
      https://www.digitalocean.com/community/tutorials/iptables-essentials-common-firewall-rules-and-commands