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.

  • Additional Time Stamp Row in Excel Report

    8
    0 評價
    8 貼文
    4k 瀏覽
    J
    Hey Phil, I was able to resolve it with the roll up function. Instead of First, I used Accumulator.
  • Schedule issues

    5
    0 評價
    5 貼文
    2k 瀏覽
    Jared WiltshireJ
    Sorry I forgot the /administration of the URL, I've updated the above post.
  • Reading database remotely

    3
    0 評價
    3 貼文
    1k 瀏覽
    P
    Interesting ideas Joel, thanks for that.
  • How to sum and average several data points

    3
    0 評價
    3 貼文
    2k 瀏覽
    M
    Thank you very much @phildunlap, I will try to prove with this what you tell me. What I need is just to show it. Thanks again
  • Event and Alarm on Database

    2
    0 評價
    2 貼文
    950 瀏覽
    phildunlapP
    The events table holds most of the information about an event, which some information about if a user has silenced it in the userEvents table. To delete all past event / alarm information one would purge these two tables (audit events are in the audit table)
  • Illegal instant due to time zone offset transition

    7
    0 評價
    7 貼文
    2k 瀏覽
    P
    ................ yes?.... Thank you :) I got around it by putting IllegalArgumentException since Instant extends it, but I will do it properly now
  • Did HTTP receiver changed from V2.8.6 ?

    10
    0 評價
    10 貼文
    3k 瀏覽
    ricardoR
    Got it thanks.
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    5 瀏覽
    尚無回覆
  • Multistate image with multiple points input

    2
    0 評價
    2 貼文
    1k 瀏覽
    Jared WiltshireJ
    A multi-state meta data point would probably be your easiest option. Add the 4 binary data points as context points. The script would look something like this - var a = contextA.value << 0; var b = contextB.value << 1; var c = contextC.value << 2; var d = contextD.value << 3; return a | b | c | d;
  • Trend line max point value limit

    5
    0 評價
    5 貼文
    2k 瀏覽
    phildunlapP
    If you set it too high you'll be more likely to crash a browser.
  • localhost refused to connect after update

    7
    0 評價
    7 貼文
    2k 瀏覽
    J
    Hi Phil, The two errors were from two different attempts. The first was placing the new zip file in the Mango directory and the second was tail -f for the log when ruining a stop/start. As you mentioned, I look into the ports and it seems like this may be the issue since mysqld.exe is listening on port 8080 and mango is also on 8080. I will change the ports as recommended. Thank you.
  • Syncing Tags from PTCP Publisher to Receiver

    2
    0 評價
    2 貼文
    956 瀏覽
    W
    Solved - Accept point attribute updates must be enabled on the receiving data source.
  • Use Watchlist to query for multiple datapoint History

    6
    0 評價
    6 貼文
    2k 瀏覽
    Jared WiltshireJ
    @wingnut2-0 said in Use Watchlist to query for multiple datapoint History: are you referring to :8080/ui/watch-list/ Yes.
  • is function past part of runtime?

    3
    0 評價
    3 貼文
    1k 瀏覽
    phildunlapP
    Glad you figured it out! You could have done print(pointsList[k].runtime) to see the functions or what sort of thing it was, too.
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    2 瀏覽
    尚無回覆
  • Button graphic layover

    4
    0 評價
    4 貼文
    2k 瀏覽
    Jared WiltshireJ
    @sbaik said in Button graphic layover: @jared-wiltshire said in Button graphic layover: @sbaik It doesn't have to be used in conjunction with a <ma-button> you can use it on any element/component. Try it out. I must have tried to use it on other components before it was added as a directive. It works perfectly now. Thanks No problems.
  • Menu & Pages

    10
    0 評價
    10 貼文
    4k 瀏覽
    phildunlapP
    @pikey4 said in Menu & Pages: Also have found that if I accidentally select Root - Top Level as a parent item on anything, it wipes the entire menu back to defaults. Which I have found out the hard way. I was not able to reproduce that easily. So, if you have further observations on how to make that happen they may be useful.
  • Adding Extra tags via PTCP Publisher breaks connection

    6
    0 評價
    6 貼文
    2k 瀏覽
    W
    Thank you, Phillip - Working now.
  • Dashboard Designer Choose page to edit unresponsive

    7
    0 評價
    7 貼文
    3k 瀏覽
    S
    @jared-wiltshire said in Dashboard Designer Choose page to edit unresponsive: @sbaik I've released dashboard designer v3.4.2, can you try that version for me please. Both switching between pages to edit and going from markup back to page does not create any error and functions fine. Thanks Jared!
  • Trendline Chart bug

    8
    0 評價
    8 貼文
    3k 瀏覽
    S
    @mattfox Thank you for sharing that code. As of this project, I don't think it would be cost effective for me to learn and redo all the pages just for the drag to zoom function on a chart.