• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. fleh
    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 32
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by fleh

    • flehF

      Migrating the DB

      User help
      • nosql licensing • • fleh
      3
      0
      Votes
      3
      Posts
      756
      Views

      flehF

      Thanks for your reply and adding the noSQL licence, @CraigWeb!

      Regarding the other error: I wanted to migrate existing H2 data into noSQL and was mislead by the documentation:

      The NoSQL migration can take several hours to complete but it will happen in the background.

      My bad -- I thought it was a one-click solution given, that Mango knows which DB it is using and what the credentials are. Will report back when I had access to the client's server again. Thanks again for your help!

    • flehF

      Installation / Documentation for Mango 4.0b

      Mango Automation Installation
      • • • fleh
      1
      0
      Votes
      1
      Posts
      544
      Views

      No one has replied

    • flehF

      Unit VAR is shown as VA

      Mango feedback
      • • • fleh
      16
      1
      Votes
      16
      Posts
      2.2k
      Views

      flehF

      Nope, this data point does not recover by activating / deactivating it. And there is also nothing in the events log. After deactivation the screen looks as shown below, but reloading the page makes it look like the screenshot posted previously.

      0_1583235502476_MangoDPResurrectionFail.png

    • flehF

      <ma-point-value>: click to open link

      User help
      • • • fleh
      15
      0
      Votes
      15
      Posts
      2.7k
      Views

      flehF

      @MattFox kindly developed a user module which extends the code of <ma-point-value> with two fields for "value-anchor" and "anchor-target". With this the popup and the link work properly. While there is a chance that this is feature creep, the modification is much better than the current behaviour which IMHO is a bug.

      Anyway: All good now. Many thanks for your comments and help!

    • flehF

      Bug with amcharts(?): Preview works but page view does not

      Mango feedback
      • • • fleh
      9
      0
      Votes
      9
      Posts
      1.6k
      Views

      Jared WiltshireJ

      @fleh said in Bug with amcharts(?): Preview works but page view does not:

      I actually wanted to emphasize how much I appreciate your forum support. Many help pages are really good and the coverage with video tutorials is excellent to get an overview.

      Thanks!

      @fleh said in Bug with amcharts(?): Preview works but page view does not:

      I spent quite a bit of time on issues already which where incomplete or missed critical info. For example, the help pages for egauge, egauge datapoint, Environment Canada Data Point, ""Environment Canada"", M Bus, and M Bus datapoint simply went AWOL..

      I will check up on those. I am not sure that the Environment Canada DS is still supported, it is a very niche data source that can easily be replaced with a HTTP data source.

      @fleh said in Bug with amcharts(?): Preview works but page view does not:

      Thanks for the user module @Jared-Wiltshire! It does not work when copying it into a new page for me, but I'll go through it line-by-line to see what its purpose is. Have a nice weekend, y'all!

      It doesn't go directly into the page markup, you save it into a .js file and reference it from UI Settings -
      https://help.infiniteautomation.com/getting-started-with-a-user-module

      Basically it defines a new component, then you use the component inside your page. e.g.

      <my-chart point-values="pointvalues"></my-chart>
    • flehF

      Overrides... logo.svg troubles

      User help
      • • • fleh
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      flehF

      Most excellent! Thanks for your explanations and for putting me on the right path....

      Cheers,
      Frank

    • flehF

      Getting rid of top and sidebar

      User help
      • • • fleh
      3
      0
      Votes
      3
      Posts
      1.1k
      Views

      flehF

      Hi Craig,

      thanks for the swift reply and the detailed description! It actually did the trick -- many thanks! I would have never guessed from the documentation, that this would be the thing to do. But hey -- always good to learn something.

      Cheers,
      Frank

    • flehF

      Visualising positions of AGV in a factory

      User help
      • • • fleh
      9
      0
      Votes
      9
      Posts
      2.2k
      Views

      phildunlapP

      Glad to hear it!

      @fleh said in Visualising positions of AGV in a factory:

      That's what I used to in the last implementation. But one either has to create a Websocket for each device or transfer all positions every time something changes...

      Hmm? You can register for any number of point events through a single websocket, so I'm not sure what you mean.