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.

  • Possible to use our own icons on the side menu items?

    3
    0 Votes
    3 Posts
    939 Views
    P
    Thanks
  • how to export event alarm to excel report?

    8
    0 Votes
    8 Posts
    3k Views
    J
    @phildunlap Thank you for support
  • Opening image based on datapoint value under watch list

    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    @glamprecht said in Opening image based on datapoint value under watch list: I can now see how to get the point value. Likewise I can get the dataSourceXid like this: (designer.points | filter:{name:'Camera_name'}:true | maFirst).dataSourceXid) Instead of using the value as in the past, I would now like to get the last digits of the IP address of the dataSourceXid (being an SNMP datasource) I can see how to access the datapoint through designer.points ,but I cannot figure out how to access the datasource and its address? You would have to retrieve the data source by its XID for each data point, there's not an easy way of doing this. I would recommend using the bulk data point editor to set a tag on each of your datapoints and use this tag instead.
  • Permissions and watchlist dropdown configuration

    13
    0 Votes
    13 Posts
    3k Views
    phildunlapP
    Nice! Thanks for sharing how you got it initializing to a good value! We noticed that after I fixed the rest controller as noted in this thread, that the drop down did have the entries we desired by that the carrot to expand the watchlist wasn't clickable even though there were entries in the select. We clicked the select itself and it populated appropriately.
  • Help on few mango components missing

    5
    0 Votes
    5 Posts
    2k Views
    K
    Thank you so much Jared. I will give it a try. I wasn't sure how to get selected points from ma-point-hierarchy-point-selector. This is what I had tried. <ma-point-hierarchy-point-selector id="895788e3-8b45-4b67-8726-7081b37b7348" ng-model="maPointHierarchyPointSelectorModel" path="[]" ></ma-point-hierarchy-point-selector> I was trying to print by looping "point in maPointHierarchyPointSelectorModel.points".
  • Add point value to amCharts

    16
    0 Votes
    16 Posts
    4k Views
    Jared WiltshireJ
    @leoboeng said in Add point value to amCharts: Hello, I was trying to see other graphics and I could verify that some graphs of example also do not appear, I add values but nevertheless does not appear image. Already add values to the Pie Chart and no picture appears. This was a bug in the UI module which was fixed in the latest release.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Angular JS - Point Hierarchy – Display Tree

    6
    0 Votes
    6 Posts
    3k Views
    K
    Thank you so much. I appreciate you help.
  • Body Background-Color property

    5
    0 Votes
    5 Posts
    2k Views
    R
    You guys are the best, thanks! The custom palette worked even better for our needs.
  • Event Detector - get point by XID

    9
    1 Votes
    9 Posts
    3k Views
    Jared WiltshireJ
    @rshah said in Event Detector - get point by XID: @jared-wiltshire said in Event Detector - get point by XID: Any code you put in the user module will run in the browser so check browser compatibility tables to see if you can use async/await. Thank you! Oh, actually I just remembered - The promises used in Angular are not native ES6 promises so they probably wont work with async/await. See https://docs.angularjs.org/api/ng/service/$q You could probably adapt them though.
  • Retrieve last 12 hours of data

    13
    1 Votes
    13 Posts
    3k Views
    R
    Thanks a lot! We will do that.
  • Event detector

    6
    0 Votes
    6 Posts
    2k Views
    Jared WiltshireJ
    @john-beer said in Event detector: 1.Event detector. If event detector is alert I can do it on dashboards. For example, event detector is alert.I want to use the color of the graph flashing when the acknowledge does not blink. There is no support for this built into the components just yet. Please see @phildunlap 's answer You could write your own component and put it in the user module. To get events for a data point you would use the maEvents service using code like this maEvents.buildQuery() .eq('dataPointId', 123) .eq('active', true) .query().then(result => { // do something with events });
  • Angular Errors - Possible Bug

    11
    1 Votes
    11 Posts
    3k Views
    Jared WiltshireJ
    @rshah Thanks, yeah chat is what I meant. I really can't explain what you are seeing, we copy and paste into that editor all the time with no issue. I use Windows but I'm sure the other guys in the office running OSX would have told me if there was an issue there. Perhaps its the source of the text? Can you make sure you are copying plain text? (sometimes the clipboard can contain marked up text with formatting/colors etc). Another thing to try, can you right click and paste?
  • custom dashboard's menu Issue of dissapearing subitems

    3
    0 Votes
    3 Posts
    1k Views
    JoelHaggarJ
    The issue is that we only support 3 levels on the menu but the UI currently doesn't restrict you from going more than 3 levels deep. We will be adding this restriction to prevent confusion. There are other ways to create your own custom menus you might want to look into: https://forum.infiniteautomation.com/topic/2932/v3-dashboard-designer/6 I have also added an article here that should help: https://help.infiniteautomation.com/custom-menus/
  • Custom dashboard with admin template

    3
    0 Votes
    3 Posts
    1k Views
    K
    Thanks! No particular reason. I will take a look at the link.
  • Charts for past 12 hours

    charts time ma-point-value
    4
    0 Votes
    4 Posts
    2k Views
    MattFoxM
    if you use the ma-now directive and combine it with a maMoment filter for your point values, you can then have it updating for the last 12 hours fixed. <ma-now update-interval="1 SECONDS" output="timeNow"></ma-now> <!-- change to minutes or hours as required --> <ma-point-values point="device" values="seasonal" from="timeNow | maMoment : subtract : '12 hours'" to="timeNow" rollup="ACCUMULATOR" rollup-interval="1 DAYS"></ma-point-values> I believe it's something to that effect off the top of my head...
  • How I use chart from AmCharts

    3
    0 Votes
    3 Posts
    2k Views
    P
    Thank Fox!!
  • Selecting WatchList/Chart Series with a Button

    4
    0 Votes
    4 Posts
    2k Views
    MattFoxM
    Happy to help. Feel free to ask more questions if you get stuck, some of your code would be good to see too if you do require further assistance.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Possible crashing from <ma-switch-img> in v3.3.3

    2
    0 Votes
    2 Posts
    558 Views
    No one has replied