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.

  • Confirm dialog for set a point

    3
    0 Votes
    3 Posts
    2k Views
    L
    Thanks @Jared-Wiltshire, I will try it.
  • Dashboard slider set value

    3
    0 Votes
    3 Posts
    2k Views
    L
    @Jared-Wiltshire Thanks, it works!
  • How to display Alarms/Events in a custom HTML dashboard?

    21
    0 Votes
    21 Posts
    19k Views
    Will GellerW
    Hi Thomas, The added change would largely be the events table mentioned in this post. If you are not seeing this in the examples / api docs then you likely need to both clear your browser cache, and reset the menu items. To reset the menu you will want to go to the edit menu settings page, and click both reset default and delete custom menu then save.
  • URL query variables

    5
    0 Votes
    5 Posts
    2k Views
    S
    Thanks @Jared-Wiltshire I'll give it a go! Cheers! -Shaun
  • Errors when i upgraded the Dashboard module. Dashboard not running

    8
    0 Votes
    8 Posts
    4k Views
    A
    I did that. It didnt help. What I finally did is delete the loader.js files and replaced them. That seemd to do it.
  • json/ ng-init passing data to directive.

    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    @atkins.chrisw said in json/ ng-init passing data to directive.: Thanks Jared. That worked. But the problem now is that the values are incorrect. And on one of them, it shows it as disabled. If I use a standard drop down box with the device name as the input. I get the right values. Im trying to not have to hand enter each list selector. I'm really not following what worked and what didn't. Is it not possible to make the json object go directly into the ma-point-query. It definitely is. so instead of : <ma-point-query query="{deviceName:deviceName}" sort="'name'" points="powerPoints"></ma-point-query> its more like : <ma-point-query query="{deviceName:{powerDevice}}" sort="'name'" points="powerPoints"></ma-point-query> The first syntax is correct. Assuming you have a variable named deviceName on your scope. The second syntax is entirely incorrect. Do you want this maybe? <ma-point-query query="{deviceName:powerDevice}" sort="'name'" points="powerPoints"></ma-point-query>
  • Angular controllers

    2
    0 Votes
    2 Posts
    2k Views
    Jared WiltshireJ
    Following the example in the Angular JS documentation, this is what it would look like when you add it to your app.js mdAdminApp.controller('GreetingController', ['$scope', function($scope) { $scope.greeting = 'Hola!'; }]); Then you could use your controller in your markup <div ng-controller="GreetingController"> {{ greeting }} </div>
  • Angular JS and JSON files

    7
    0 Votes
    7 Posts
    3k Views
    Jared WiltshireJ
    @atkins.chrisw said in Angular JS and JSON files: Thanks Jared. Would I do this same process to add a way to link new controllers to each page? I have a carousel controller I found to make a carousel window in one of my pages. Yes you can add controllers this way. I'll post the details in the other thread you started. @atkins.chrisw said in Angular JS and JSON files: I am getting the following errors. GET http://demo.systemvitality.com:8080/js/loaderConfig.js?_=1478807675744 404 (Not Found) jquery.js4 This is the wrong location for loaderConfig.js, that belongs in /resources/loaderConfig.js so I'm not sure why its being referenced at /js/loaderConfig.js Uncaught Syntax Error : Unexpected Token < This is a different error to above, where is this occurring? And the json is showing up on the screen itself. The whole thing. Am I referencing it wrong? That is correct, I put a pre tag in the example to display the loaded JSON so you could check it was being loaded properly.
  • Pie Chart not working

    2
    0 Votes
    2 Posts
    1k Views
    phildunlapP
    There is an error in the document. The quote marks around the list of value objects and the various quotes inside need to be different, as, <ma-pie-chart style="height: 300px; width: 600px" values='[ { "value": 30, "text": "hot", "color": "#ff9300" }, { "value": 70, "text": "cold", "color": "#942192" } ]' options="{depth3D:15,angle:30}"></ma-pie-chart> Thanks for bringing it to our attention!
  • Dashboard did not reconnect after server restart

    12
    0 Votes
    12 Posts
    4k Views
    Jared WiltshireJ
    @mihairosu said in Dashboard did not reconnect after server restart: Your changes have successfully resolved the issue, and I noticed you made the notifications go away on their own. Very nice! I actually didn't change anything with the notifications disappearing, that was always in there. It may have been related to this fix. In any case, glad its working.
  • Drop down list of all device names for input

    13
    0 Votes
    13 Posts
    4k Views
    Jared WiltshireJ
    @atkins-chrisw v1.1.8 has been released to the store.
  • User Permissions on the AngularJS

    3
    0 Votes
    3 Posts
    2k Views
    A
    I am still using the adminTemplate. Has that been built into the app.js file
  • Develop a java client for swagger RESTful API

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Iframe

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @atkins-chrisw You can of course insert a card and put an iframe in it. I'm not sure I'm following what you are saying though. PS you don't have to address me directly, there are multiple people here who can help :D
  • ma-calc with angular expression into ma-switch-img

    8
    0 Votes
    8 Posts
    3k Views
    S
    Thanks all!... @Jared-Wiltshire thats good to know :) I'm starting to get the hang of angular now and how to embed expressions for simple logic operations now. In this case, I ended up going with the metadata point @Will-Geller suggested. Works like a charm! @phildunlap was right too, having historical data is actually very handy in this case, especially for the reporting I'll have to do. Cheers!
  • AM Line Chart change from default smooth line to regular line

    4
    0 Votes
    4 Posts
    2k Views
    M
    The series-x-type was exactly what I was looking for. I did just notice that it was in your documentation too. I do remember looking that over, but at that time I didn't understand what I was reading. It's all getting more and more clear. Thanks Jared.
  • ma-gauge-chart customisation

    3
    0 Votes
    3 Posts
    2k Views
    S
    Thanks Jared, This worked perfectly :) Cheers!
  • mapping values to something meaningful

    3
    0 Votes
    3 Posts
    2k Views
    S
    @mihairosu Thanks very much! This is exactly what I need.
  • Angular Background Image

    15
    0 Votes
    15 Posts
    17k Views
    S
    Thanks @Jared-Wiltshire! great advice. Its fixed now, but im not sure where I went wrong.. best guess is a typo - perhaps a misplaced closing } or something.
  • How To Add "Chart is Rendering..." Indicator

    5
    0 Votes
    5 Posts
    2k Views
    J
    @phildunlap Thanks. Very helpful.