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.

  • phone app connection

    6
    0 Votes
    6 Posts
    2k Views
    R
    Hi Phil, Video is called "Auto Login on Mobile Devices" . Link is: https://vimeo.com/221658975. Cheers, rick
  • Interfacing Mango with Digi RM

    2
    0 Votes
    2 Posts
    872 Views
    phildunlapP
    Hi Ian, You maybe could do it with an HTTP JSON retriever or receiver - you link does not explain the protocol you're trying to interface with. If you have an authentication token you can probably do it with the retriever, and if you can configure it to push messages to your Mango at the /httpds URL you may be able to use the receiver. Given that it brings a login screen, you may be better off using a scripting data source with the HttpBuilder doing the HTTP, as you can do more arbitrary things, such as logging into the service. This thread has an HttpBuilder integration with an API: https://forum.infiniteautomation.com/topic/2999/intesis-integration/2 You may also need to use something like var response = JSON.parse(content); in the response function. Documentation here: https://help.infiniteautomation.com/about-mango-java-script
  • DNP3/IP Analog Input Not Showing Values

    7
    0 Votes
    7 Posts
    1k Views
    phildunlapP
    That is what we were suggesting. I did check the validation a little before suggesting it and thought it should work, but I didn't try it. Thank you for submitting the capture. We are looking at it and will let you know what we find.
  • Data not showing when user selects the page

    4
    0 Votes
    4 Posts
    2k Views
    CraigWebC
    Yes, a couple of people have complained about excel doing that. If you are working on the latest version of mango you can edit multiple data points at the same time which in most cases, you will not need to export and edit. If not you should use libre office instead of excel. it handles CSVs much better than excel. Another option is to use VS code text editor. You can highlight a text, right-click and choose change all occurrences.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Modbus/Serial Driver Changes on 3.6 under Linux?

    12
    0 Votes
    12 Posts
    2k Views
    phildunlapP
    I sent you an email. I was not able to replicate an issue with two data sources sharing a modbus serial connection and disabling them. No it is not the expected behavior.
  • Point Data Parse Exception error

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    The JSON Retriever is working great, it is very handy for someone like me that is not that well versed web programming. I really like these kind of wrapper-like data source which make things so much easier. Glad to hear it! For an alphanumeric point, I would expect that message if the value at the JSON pointer is not a textual value (a number, null, boolean, etc) sometimes.
  • How to call a global script from dashboard?

    8
    0 Votes
    8 Posts
    3k Views
    cbyrneC
    @phildunlap Thanks Phil! The naming was just for show, it's named differently in our system for the exact reason you gave. Thanks for the note about permissions, fixed now.
  • missing units = kW, millimeter, centremeter, % RH

    4
    0 Votes
    4 Posts
    1k Views
    cwangvC
    @bg thanks, BG. Now i remember i came across that setting.
  • JSON Data Point Format - Solved.

    2
    0 Votes
    2 Posts
    782 Views
    phildunlapP
    Hi cwangv, It sounds like you figured it out based on the bolded comment at the top? Maybe a second post would have been more straightforward, but thanks for sharing that it was resolved / the resolution you found.
  • Data rollup option in Report(via Legacy UI)

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    FTL itself has a lot of quality reference material on its website: https://freemarker.apache.org/ If you mean what is included by Mango in the model passed to the template, the most authoritative place is the code: https://github.com/infiniteautomation/ma-modules-public/blob/main/Reports/src/com/serotonin/m2m2/reports/web/ReportChartCreator.java#L148 So we'd have to look somewhere else to see what's available in a context other than the reports, like here's the email handler building its model: https://github.com/infiniteautomation/ma-core-public/blob/main/Core/src/com/serotonin/m2m2/rt/event/handlers/EmailHandlerRT.java#L269
  • 0 Votes
    6 Posts
    1k Views
    Jared WiltshireJ
    Can you please clearly outline the conditions under which a) It works b) It doesn't work You say it works from Safari "within the LAN environment", what exactly do you mean by this? Are you accessing the Mango server by IP address? Is the Mango server on the same subnet? When does it not work? Are you accessing the Mango server across the internet? Are you accessing it by domain name? Are you connecting via HTTPS? edit. I'll just add this, Safari is not a browser I would ever recommend to use for Mango. It is fine 90% of the time but you definitely might come across scenarios like this. The reason for this is that Apple does not focus on adhering to web standards and therefore there are often compatibility issues with the Safari browser. I would recommend using either Chrome or Firefox wherever possible.
  • Integral of a point

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    Edit: Phil you were ahead once again. :) Your reply does add detail though, so thanks for it!
  • Cutomizing the tab name

    5
    0 Votes
    5 Posts
    2k Views
    Jared WiltshireJ
    @cwangv said in Cutomizing the tab name: Can I be greedy by asking how I can change the icon for the tab as well? Would it be similar in how to change the logoSrc as shown in the same JSON file below: The logoSrc in the UI settings only controls the logo at the top left of the UI pages. To change the tab icon you have to override the logoX.png (e.g. logo16.png, logo32.png etc) files by placing equivalents in ${MA_HOME}/overrides/web/modules/mangoUI/web/img/
  • Problem with Meta point

    11
    0 Votes
    11 Posts
    2k Views
    phildunlapP
    Okay, I took a deeper look, and it appears the validation of binary meta points and other scripts with expected result types has an issue with returning false, as the message reports as though it return UNCHANGED; . This does not affect the actual runtime of the points or other such scripts. So, that explains the output on the validation in the first post. https://github.com/infiniteautomation/ma-core-public/issues/1487 Thanks for bringing this to our attention! I have not been able to reproduce the event message except by returning a value with something like the lastValue function, although it could be a binary point doing that as well. In your first script there is an else if so it would be possible not to return a value, although I would expect it to get a false (binary) / 0 (numeric and meta) / empty string (alphanumeric) value if nothing is returned.
  • Help with 3.6.6 UI Menu and More

    7
    0 Votes
    7 Posts
    2k Views
    Jared WiltshireJ
    @jflores13 said in Help with 3.6.6 UI Menu and More: Nevertheless, about the bug in the UI menu editor, it does sound to me like there is one. Hope you can find it without too much hassle, please tell me if I can be of help, if I should try to recreate the error or whatever. Yeah it does sound like it. You probably should not be able to select "Show menu item as folder" when linking to a page either, that option was added for a reason which I wont get into but it doesn't seem to behave correctly when linking to a page. Glad you got it working.
  • Help Using <ma-map & <info-window

    19
    0 Votes
    19 Posts
    5k Views
    Jared WiltshireJ
    @jflores13 said in Help Using <ma-map & <info-window: Tried powercycling the MangoES but nothing changes, still blank side menu and weird behaviour in general. Everything is taking way longer to load. Also, in the new data sources page, now my data sources are "not supported yet", not even the virtual data sources. I get multiple errors like this one when loading a data source's page: OK no idea why but it appears that it can't load the module Javascript files from the backend. Check your Mango instance CPU and memory usage and also disk space. Unless you are just on a shitty connection to the backend? See if you can get here - /ui/administration/json-store-editor/mangoUI-menu And post up the contents. And yeah maybe create a new thread about this.
  • 0 Votes
    4 Posts
    810 Views
    phildunlapP
    Ah, thank you, I misapprehended the title. Yes, I see it too. Here is the git issue: https://github.com/infiniteautomation/ma-core-public/issues/1481 Thanks for bringing this to our attention!
  • Set a point value from UI with the time as well

    7
    0 Votes
    7 Posts
    2k Views
    MattFoxM
    Thanks, I might have to test, I seem to have doubling up...
  • Rollup Value Calculations and No Values for 15m intervals

    13
    0 Votes
    13 Posts
    2k Views
    phildunlapP
    We had a discussion and this is the git issue: https://github.com/infiniteautomation/ma-core-public/issues/1480 We decided that it was a better solution to include the value prior to the period start time for computing the delta, since the same at the period start would be the instant of change, not the period where the prior value was held.