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.

  • Global script: - cannot get hello world working.

    3
    0 Votes
    3 Posts
    988 Views
    M
    Thank you - the ui settings works.
  • Reciving time-series history data through MQTT

    1
    0 Votes
    1 Posts
    599 Views
    No one has replied
  • Cannot Get OPC DA Servers List on Local Machine

    3
    0 Votes
    3 Posts
    1k Views
    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 Votes
    4 Posts
    1k Views
    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 Votes
    11 Posts
    3k Views
    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 Votes
    6 Posts
    2k Views
    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 Votes
    2 Posts
    765 Views
    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 Votes
    4 Posts
    883 Views
    B
    Thanks. New version solved issue.
  • Unable to start Mango

    2
    0 Votes
    2 Posts
    832 Views
    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 Votes
    2 Posts
    1k Views
    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 Votes
    2 Posts
    854 Views
    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 Votes
    2 Posts
    741 Views
    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 Votes
    3 Posts
    892 Views
    cbyrneC
    @terrypacker Just updated the module and saw that you added the filename regex, thanks so much!
  • 0 Votes
    3 Posts
    1k Views
    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 Votes
    7 Posts
    2k Views
    Jared WiltshireJ
    @dcitech Great!
  • Advice on moving components / controllers / services out of userModule

    37
    0 Votes
    37 Posts
    29k Views
    Jared WiltshireJ
    @BobDay @MattFox https://forum.infiniteautomation.com/topic/4607/using-webpack-with-user-modules
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Can meta (calculated) data points work for "synchronized" data

    2
    0 Votes
    2 Posts
    845 Views
    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 Votes
    3 Posts
    1k Views
    N
    Thanks Might add point through API from external prog as well (example phyton)
  • Bad file descriptor (Write failed) Http Publisher

    1
    0 Votes
    1 Posts
    361 Views
    No one has replied