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.

  • How to calculate the hardware memory requirement?

    2
    1 Votes
    2 Posts
    846 Views
    CraigWebC
    @Nurr The Mango NoSQL stores +-50 million historical values per 1GB.
  • Events Table for a Specific Data Source.

    11
    0 Votes
    11 Posts
    3k Views
    Z
    Any new ideas for this? I've just come back to the topic so was wondering if anyone had any insights?
  • Merging Point History

    2
    0 Votes
    2 Posts
    1k Views
    MattFoxM
    I've written something to do this in the dashboard as a userModule component, but it'd probably be labourious doing it for each point... But it allowed me to export all of the data from now till some time prior and generate a CSV that I could use to import the data with the new XID. However it still meant mapping the current point name with the new point name... If that interests you, let me know. Might be good to tweak it to automate it further for future ease of use.... Fox
  • How to access Network Configuration tab in Mango GT?!

    8
    0 Votes
    8 Posts
    2k Views
    CraigWebC
    Hi Zen The only update I can give is that for now you should configure the network and timezone settings through the command line. The ES configuration module is currently being reworked and I cannot give a completion date.
  • How to disable event detector for certain time

    2
    0 Votes
    2 Posts
    808 Views
    CraigWebC
    Hi @ramhuzaini You can use a maintenance event, it can be either bound to a data source and all its points or just a subset of points. There is an option to schedule it or toggle it manually.
  • Dashboard - md-table-container

    4
    0 Votes
    4 Posts
    2k Views
    MattFoxM
    Nicely done, thanks for giving it a go! Ok I suggest you try the ma-get-point-value component. <tr ng-show="assigned[device].value=='yes'" ng-repeat="device in deviceNames"> <td>{{device}}</td> <td><ma-point-value point-xid="{{'DP_' + device + '-Alarm'}}"></ma-point-value></td> <td><ma-get-point-value point-xid="{{'DP_' + device + '-Assigned'}}" point="assigned[device]"></ma-point-value>{{assigned[device].value}}</td> <td><ma-point-value point-xid="{{'DP_' + device + '-Location'}}"></ma-point-value></td> <td><ma-point-value point-xid="{{'DP_' + device + '-Location'}}" display-type="dateTime" date-time-format="LTS"></ma-point-value></td> </tr> Fox
  • How to publish the statistics of any Data Points??

    6
    0 Votes
    6 Posts
    2k Views
    cwangvC
    @skazemi use the modbus publisher, then do data transfer your statistics to these points. [image: McmaFsZ.png]
  • Accessing tags in the Meta Datapoint via the scripting context

    3
    0 Votes
    3 Posts
    1k Views
    G
    Amazing. Thank you very much.
  • Disable the Data Point Details in point Value popup

    7
    0 Votes
    7 Posts
    3k Views
    danD
    OK once I realised I was reading into that one a little too much and I just needed to hit the Edit Markup slider and put it in the source for each of the data points, that sorted it. Thanks heaps for that!
  • How to use "/events/data-point-summaries" API?

    10
    1 Votes
    10 Posts
    2k Views
    MattFoxM
    Not without writing your own API and using that to make your query then calling that from mango instead.
  • I can't use javascript libraries on dashboard designer

    6
    1 Votes
    6 Posts
    2k Views
    CraigWebC
    Hi @erdi-metin Just BTW Mango Automation already has a map component based on leaflet. You can view the API documents at HTTP://localhost/ui/docs/ng-mango/ma-tile-map
  • How to get JSON data via API?

    4
    1 Votes
    4 Posts
    2k Views
    MattFoxM
    Excellent news, always happy to help Fox
  • How to count number of active events?

    2
    1 Votes
    2 Posts
    994 Views
    H
    Hi All!! Can we count number of active events by using API? In order to use API, we prepared query url but we do not know how to use it. Can you share the example of how to use API? Thanks!
  • Change Encoding

    1
    0 Votes
    1 Posts
    882 Views
    No one has replied
  • How to set hex values

    1
    0 Votes
    1 Posts
    722 Views
    No one has replied
  • Set values back to default with button

    2
    0 Votes
    2 Posts
    844 Views
    MattFoxM
    Use ng-click to set all of the values to what you want, then use ui-sref to navigate to a different page view: <ma-button ui-sref="ui.[yourpagestateref]" ng-click=" text1 = 'new value'; sw1.setValue(false); "></ma-button> Text1 is an ng-model value sw1 is one of your switch point values. Hope that gives you a good start to work from. or instead of ui-sref add to ng-click: window.location.href='yourpageurl'; or location.url('url') after all of the values being reset. Fox
  • 1 Votes
    8 Posts
    3k Views
    MattFoxM
    Yes due to the lack of support with the event detectors and handlers I've primarily focused on using meta point scripts because they can be made on the fly quite easily and allow me to run history checks etc. The alarms raised are sent out via third parties anyway so it has enabled me to get by so to speak. It's just a pain I can't apply site wide some set " default point parameters" for all my points since I have to be proactive with point value health, but at the cost of having to manually go through a list because there are so many control points.
  • HTTP JSON Retriever - Set point gives error on save.

    4
    0 Votes
    4 Posts
    1k Views
    MattFoxM
    @balistar Your edit relates to HTTP receiver, not the retriever. More that the help data is all over the place, the retriever and receiver overlap, the receiver has the information regarding the point url info. not the retriever. I will probably write a script that retrieves and sets points through the devices REST API. Usually the more sensible option. Fox
  • Multiple time plots

    8
    1 Votes
    8 Posts
    3k Views
    MattFoxM
    I can tell you if you're measuring power, you can at least make that work from the perspective of current will be greater than zero or at least a standby current, so then you will easily be able to detect your start and end times. You're still going to have to implement some code to automate what you want to do, but once it's in and running, it will make life a lot easier with what you are trying to achieve I assure you. Whilst cwangv's idea is a solid starting point, you're still going to want to pull by 24 hour window, then I'd recommend using a slider to add or remove up to twelve hours worth time to be able to overlay the two, the overlay part I can see is where an AngularJS controller will be required to make this work because I do not believe it's as easy to go through and parse and modify the timestamps in the dashboard post API pull. I'll leave cwangv to find the solution for if it can be realised without a controller, I'd be very impressed and a lot of people will benefit from it. However if some further help is required I'll put my hand up. Fox
  • Dashboard ng-click on virtual data source

    5
    0 Votes
    5 Posts
    2k Views
    R
    @CraigWeb & @MattFox You guys are amazing! Thanks you so much.