Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

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.

  • Minimum required Mango REST V2 API JSON values documentation

    4
    0 評價
    4 貼文
    2k 瀏覽
    terrypackerT
    No worries, Sorry about that you are right, that was a node.js code snippet not JSON. And yes those codes are also very common. In v3 of the REST api we are going to put some effort into making the Swagger output accurate AND useful...
  • Global script: - cannot get hello world working.

    3
    0 評價
    3 貼文
    1k 瀏覽
    M
    Thank you - the ui settings works.
  • Reciving time-series history data through MQTT

    1
    0 評價
    1 貼文
    719 瀏覽
    尚無回覆
  • Cannot Get OPC DA Servers List on Local Machine

    3
    0 評價
    3 貼文
    2k 瀏覽
    H
    Yes, I can browse and connect to OPC DA servers installed locally using other clients such as by Matrikon etc. There is very little DCOM configuration needed when you are connecting to servers installed on local machine. As I mentioned, typically browsing locally installed OPC servers should not require any username or password. The help documentation for OPC DA data source does not give a proper example of how to browse and connect to an OPC DA Server.
  • Data rollup video

    4
    0 評價
    4 貼文
    2k 瀏覽
    M
    Is there a video that explains how it works, similar to the video for SVG graphics?
  • Why this kind of <style> can not work?

    11
    0 評價
    11 貼文
    5k 瀏覽
    Jared WiltshireJ
    @zhilin-chen said in Why this kind of <style> can not work?: @thomaseinasto said in Why this kind of <style> can not work?: !important Yes!! It finally works!!! Thank you so much!! Be careful using !important everywhere, it makes it hard to override elsewhere. Follow my instructions above and read this article - https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
  • Excel Reports Module 3.7.0 not running scheduled reports

    6
    1 評價
    6 貼文
    3k 瀏覽
    BGB
    [image: nadjuiQ.png] Your're a star! Have a good Christmas!
  • Can I make a small ball move along the line in the SVG picture in Mango?

    2
    0 評價
    2 貼文
    966 瀏覽
    Z
    I know something like this can create a ball to move along the path. </ma-svg> </div> <style type="text/css" > .ball { width: 15px; height: 5px; background-color: red; border-radius: 50%; offset-path: path('M10 80 Q 77.5 10, 145 80 T 280 80'); offset-distance: 0%; animation: red-ball 2s linear alternate infinite; } @keyframes red-ball { from { offset-distance: 0%; } to { offset-distance: 100%; } } </style> <path fill="transparent" stroke="#888888" stroke-width="1" d="M10 80 Q 77.5 10, 145 80 T 280 80" class="path"></path> </svg> <div class="ball"></div> But what if I want to let the ball move along a path in my SVG (the path is complicated can not write it out as a single Line coordinates)? And this is what the line looks like.! [image: x8JslV1.png]
  • Has HTTP JSON Retriever properties changed in 3.7.3? - Solved

    4
    0 評價
    4 貼文
    1k 瀏覽
    B
    Thanks. New version solved issue.
  • Unable to start Mango

    2
    0 評價
    2 貼文
    983 瀏覽
    Jared WiltshireJ
    @PSpivey can't guarantee this but try updating your Java JDK - https://help.infiniteautomation.com/installing-java The one you are using is quite old.
  • IEC 62056-21 or DLMS protocols

    2
    0 評價
    2 貼文
    1k 瀏覽
    Jared WiltshireJ
    @uelojazz We do not currently support those protocols as data sources. However a quick Google shows IEC 62056-21 can be ASCII based so you may be able to use a script to read/write to the serial port and gather data from a meter. Another option would be to create a data source module for Mango in Java, or if you contact support@infiniteautomation.com we might be able to provide a solution. The easiest method would be to use something like a Modbus protocol converter device.
  • Upgrade from 3.4 to 3.7.3 hangs with mysql connect

    2
    0 評價
    2 貼文
    1k 瀏覽
    terrypackerT
    @Balistar that isn't enough information to go on. Can you review your logs from the upgrade and see if anything went wrong? Each time Mango starts it should create a new log file so I would start by reviewing the log from the time you started and did the upgrade. Also check the com.serotonin.m2m2.db.upgrade.UpgradeXX.logs to see if any SQL commands failed that were not logged in the normal log file. Thanks.
  • New user can't see old active events

    2
    0 評價
    2 貼文
    907 瀏覽
    terrypackerT
    @Xof1986 that is expected. The events system uses the concept of 'user events'. When an event is raised every user that has permission to see the event gets their own user event stored in the database. This is not ideal but was used so that a single user could silence an event for themselves and not effect anyone else. To make a long story short, old events will not be visible to a new user because they will not have any user events for events that happened before they existed. We are planning to remove this for Mango 4.0 but this is how it works currently.
  • Data File 3.7 issues

    3
    0 評價
    3 貼文
    1k 瀏覽
    cbyrneC
    @terrypacker Just updated the module and saw that you added the filename regex, thanks so much!
  • pointValueBefore is not working and it was working so wondering what might be going on?

    3
    0 評價
    3 貼文
    2k 瀏覽
    terrypackerT
    @Phillip-Weeks just a little more info would be helpful for me to pinpoint the Mango code in question. Are you using NoSQL? What is this script from? Context point in a script? Where is the script? Meta point, Excel Report... I did a quick check of our database queries and they are correct. I can't see the data you are referring to in the image as that is only a window for times that are not in your test. Also its nice to put a code block around code as it makes it easier to read. Thanks.
  • Core upgrade found... No Jar utility found to extract upgrade

    7
    0 評價
    7 貼文
    4k 瀏覽
    Jared WiltshireJ
    @dcitech Great!
  • Advice on moving components / controllers / services out of userModule

    37
    0 評價
    37 貼文
    40k 瀏覽
    Jared WiltshireJ
    @BobDay @MattFox https://forum.infiniteautomation.com/topic/4607/using-webpack-with-user-modules
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    2 瀏覽
    尚無回覆
  • Can meta (calculated) data points work for "synchronized" data

    2
    0 評價
    2 貼文
    1k 瀏覽
    CraigWebC
    Hi Andrew I have run into the same issue before, unfortunately, there is no easy way to trigger the generated history. The generate history can be triggered by via the rest API, so you could create a script that monitors the mango PTCP data source, stores the timestamp when it disconnects, then when reconnected, do an API request to start the generate history with the saved time stamp and the reconnected time stamp. I did not have to go this far when I ran into this issue so I have not attempted the script yet.
  • Creating point sautomatically from MQTT topics

    mqtt scripting
    3
    0 評價
    3 貼文
    2k 瀏覽
    N
    Thanks Might add point through API from external prog as well (example phyton)