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 Votes
    8 Posts
    3k Views
    J
    Hey Phil, I was able to resolve it with the roll up function. Instead of First, I used Accumulator.
  • Schedule issues

    5
    0 Votes
    5 Posts
    2k Views
    Jared WiltshireJ
    Sorry I forgot the /administration of the URL, I've updated the above post.
  • Reading database remotely

    3
    0 Votes
    3 Posts
    1k Views
    P
    Interesting ideas Joel, thanks for that.
  • How to sum and average several data points

    3
    0 Votes
    3 Posts
    1k Views
    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 Votes
    2 Posts
    769 Views
    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 Votes
    7 Posts
    2k Views
    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 Votes
    10 Posts
    2k Views
    ricardoR
    Got it thanks.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Multistate image with multiple points input

    2
    0 Votes
    2 Posts
    903 Views
    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 Votes
    5 Posts
    1k Views
    phildunlapP
    If you set it too high you'll be more likely to crash a browser.
  • localhost refused to connect after update

    7
    0 Votes
    7 Posts
    2k Views
    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 Votes
    2 Posts
    777 Views
    W
    Solved - Accept point attribute updates must be enabled on the receiving data source.
  • Use Watchlist to query for multiple datapoint History

    6
    0 Votes
    6 Posts
    2k Views
    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 Votes
    3 Posts
    955 Views
    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.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Button graphic layover

    4
    0 Votes
    4 Posts
    2k Views
    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 Votes
    10 Posts
    3k Views
    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 Votes
    6 Posts
    2k Views
    W
    Thank you, Phillip - Working now.
  • Dashboard Designer Choose page to edit unresponsive

    7
    0 Votes
    7 Posts
    2k Views
    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 Votes
    8 Posts
    2k Views
    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.