• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. JF89
    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 41
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by JF89

    • J

      Raspberry PI 3 B+ Mango and java oracle installation

      Mango General
      • • • JF89
      10
      0
      Votes
      10
      Posts
      2.1k
      Views

      phildunlapP

      The amount of memory, other things you're doing with your browser, all could affect it. I don't know specifically where the bottlenecks are in your circumstance, nor have I collected that benchmark.

    • J

      image rotating well But not SVG oject

      Dashboard Designer & Custom AngularJS Pages
      • • • JF89
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      D

      If at every point you encounter a surprise or frustration, your response is to add it to the blacklist. Furthermore it is common to feel intimidate to journey down that bumpy "road less travel" and easily get burned by incomplete understanding.

      Mango is awesome. It's easy to learn partially, and much harder to learn completely. Inspiring a strong appreciation for all that Mango is and can do will help in shorten the learning curve and eventually more projects are built on the Mango platform.

    • J

      special syntax to display SVG components ?

      Dashboard Designer & Custom AngularJS Pages
      • • • JF89
      3
      0
      Votes
      3
      Posts
      1.0k
      Views

      Jared WiltshireJ

      @JF89 Have you seen the examples for <ma-svg>? Do you understand what ma-selector does? Do you know what ng-style does? Have you read the documentation for that?

      The ! character is a logical not operator.

    • J

      Adaptive layout of examples -- Red scratches on objects

      Dashboard Designer & Custom AngularJS Pages
      • • • JF89
      7
      0
      Votes
      7
      Posts
      1.8k
      Views

      D

      Hi @jf89 ,

      @jf89 said in Adaptive layout of examples -- Red scratches on objects:

      I don’t ask you to give me an example , but I would like to know where I can learn myself ?
      What is the best way to do myself a complete flex page with side bar and one or two windows ?
      If I can pick up pieces of code an put it into the edit markup , it’s OK.
      Even with tutorials , If I have to learn html, css , javascript and Angular , it will be too much difficult for me.

      Just my five cent thought,

      1.There is no best way to do a web page

      2.Copy and paste pieces of code without understanding will make your learning disable.

      3.The web technologies is a prerequisite, at least know the fundamentals,
      3.1. HTML to define the content of web pages
      3.2. CSS to specify the layout of web pages
      3.3. JavaScript to program the behavior of web pages

      4.The learning speed is your choice.Everything is up to you.If you are struggling, take a break, or search google for the material

      5.Explore the example page provided by Mango. Examples are often easier to understand than explanations. Try it out yourself. In my opinion, this is one of the best playground for anyone who want to learn and understand Mango.

      Hope it will helps in your learning journey.

    • J

      Difficulty handling simple objects, not described in the videos.

      Mango General
      • • • JF89
      9
      0
      Votes
      9
      Posts
      1.8k
      Views

      J

      Hello Jared,

      I found my error .

      It was the custom page properties, with « user » level declared , instead of admin or superadmin level.
      If I set Require role with admin and superadmin to another custom page in the edit menu item , I can see it in the drop down list of « link to state » .
      I have to study user properties .

      now I can realize several pages .
      But I know that i have a huge work to understand the behaviour of mango software and also angular.

      Thanks for your help

    • J

      is SET POINT VALUE display is possible to modify ?

      Mango General
      • • • JF89
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      phildunlapP

      Hi JF89,

      You could change the font size with a little CSS. One could do it globally on the /ui/administration/ui-settings page by setting the User stylesheet URL to point to a CSS file with something like

      md-input-container { font-size: 20px; }

      But you may see negative side effects depending on size and whatnot.

      The text associated with the SET POINT VALUE variable is not displayed. (when page running)

      There are HTML attributes which the components can't actually accept. The Dashboard Designer doesn't attempt to exhaust this validation because there are a lot of components and a lot of attributes! The live preview in the dashboard designer applies the text content as being the content of the element so it appears, but when the element is rendered on the actual page the component eliminates its errant contents.

      I would advise using another element for static text content.

    • J

      heartbeat in mango, to send it every five seconds to each controller

      Mango General
      • • • JF89
      8
      0
      Votes
      8
      Posts
      1.5k
      Views

      phildunlapP

      Where to find the syntax to control with that script, the points (coils) of the IP modbus device?

      I'm not sure I understand - in your image is the help for the scripting data source with examples of setting values to context points. There is also a help document available in the upper right corner of the script entry area in your screenshot. All you would need to do is add the point to the scripting data source's context and set values to it.

    • J

      Output Settings of Event handlers

      Mango General
      • • • JF89
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      phildunlapP

      Schedules , work by recovery, from one event to another.(in events handlers)

      I am not sure what you mean here, but it sounds like you got it working!

    • J

      bulk importing datapoints

      Mango General
      • • • JF89
      9
      0
      Votes
      9
      Posts
      2.0k
      Views

      Jared WiltshireJ

      Removing the row from the CSV is the correct course of action if you do not want to modify that point in any way. The available options are CREATE, UPDATE, and DELETE. I will consider adding something like DO_NOTHING or IGNORE for convenience.

    • J

      POP3 e-mail data collection with attached CSV file

      Mango General
      • • • JF89
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      phildunlapP

      @jf89 said in POP3 e-mail data collection with attached CSV file:

      I do not see what these check options REGEX and time Regex are.

      That will run the value regex over the "Test content" provided below. It will not attempt an email fetch and then run it on that.

      I would maybe encourage using a catch all regex for the first test, to see if it gets the CSV attachment in the text or not. Something like ((?:.|\r|\n)+)

    • J

      Bargraphs not filled

      Mango General
      • • • JF89
      15
      0
      Votes
      15
      Posts
      3.1k
      Views

      J

      Hello Craig,

      Thank you very much.
      It works .
      Best regards
      0_1565277332048_watch list meter and temp.png

    • J

      Problem with import CSV in databulk

      Mango General
      • • • JF89
      1
      0
      Votes
      1
      Posts
      566
      Views

      No one has replied

    • J

      MANGO on Windows 10 IOT possible ?

      Announcements
      • • • JF89
      11
      0
      Votes
      11
      Posts
      2.3k
      Views

      CraigWebC

      Hi JF89

      If you were able to run these commands

      sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/local/java/jdk1.8.0_131/bin/javac" 1 sudo update-alternatives --install "/usr/bin/java" "java" "/usr/local/java/jdk1.8.0_131/bin/java" 1

      You are fine. I actually don't believe that the 3rd one should be there. It has the wrong order and is a duplicate of the second command. @phildunlap can you confirm?