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.

  • Help understanding the use of md-card

    6
    0 Votes
    6 Posts
    3k Views
    W
    Thanks Joel - This is very helpful.
  • Dynamic Watchlist Chart resets selected on parameter change

    9
    0 Votes
    9 Posts
    2k Views
    JoelHaggarJ
    ok that makes more sense, thanks. Is there just 1 watch list or lots of watch lists? I don't know what an "Import Script" is but I think there are two options that will work pretty easy. 1. Export your points in JSON formation and find and replace the color settings you want and then import them on the Configuration Import / Export page. Set up Data Point Templates with the colors you want and then assign data points to the appropriate template. Also Mango can support 100,000's of data points with a properly configure SQL database and server so your slowness probably means you need to migrate to a MySQL database with proper resources.
  • Statistics Extensions

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @henryblu It sounds like you are going to need to write some specialized logic in JavaScript. I'd suggest adding a custom component via the user module, see https://help.infiniteautomation.com/getting-started-with-a-user-module/ You can leverage our maStatistics and maPointValues services to pull data from the REST API then process and output the data onto the page from the component. You can use the moment.js library directly inside your component, also we recently added the math.js library which might be useful. It has statistics and matrix functions.
  • How to obtain live data with websockets?

    7
    0 Votes
    7 Posts
    2k Views
    MattFoxM
    @Jared-Wiltshire thank you so much! I'll get started and will see what I can pull off. Was ready to do the token 'beat head against keyboard' in a fit of ennui... :D
  • Using Watchlists Charts

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    A checkered square is displayed for a color that is not set or is totally transparent. Lines colors are initially black because the chart uses the point's color which is set on the data point edit page. This used to default to black, it now defaults to blank aka "not set" when you create new data points.
  • Custom setting of Theme with uiSettings.json is not working for me

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    I assume this is the article you have referenced? It is pretty comprehensive. Copy the file to overrides and modify it there. The json file will not change when you change settings on the UI settings page. The JSON file contains defaults and extra information such as palettes etc. I suspect the problem that you are having is that the old JSON file is cached when you view the UI settings page. Clear your browser cache before visiting the UI settings page and you should by able to select your custom theme/palettes.
  • Set min and max border lines on graph

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    MattFoxM
    Worked beautifully, thanks Jared! added the guide inside the first valueAxes object to assign them to the correct axis.
  • How to use the override folder

    6
    0 Votes
    6 Posts
    2k Views
    G
    Thanks for this, I'll try...
  • Bar Chart: Category as X Axis

    Moved
    15
    0 Votes
    15 Posts
    6k Views
    H
    Of course! Thank you very much - Resolved.
  • Units in dashboard designer

    10
    0 Votes
    10 Posts
    4k Views
    G
    @jared-wiltshire Hi Jared, I have another question about this radio buttons, I have a page where I have all the set points, and also the buttons to change the temperature from degree C to degree F but the temperature will be in another page. So, I will have this code in settings page: <md-radio-group id="04ddd7d4-b182-4bc1-ace1-92d5cd8bea81" style="position: absolute; left: 236.047px; top: 0px;" ng-model="useF" ng-init="useF = true" layout> <md-radio-button ng-value="false">°C</md-radio-button> <md-radio-button ng-value="true">°F</md-radio-button> </md-radio-group> And this code to another page: <div style="position: absolute; left: 275px; top: 40px; height: 25px; width: auto;"> <span ng-if="!useF">{{CHW_Return_Temp.value | number:2}} &deg;C</span> <span ng-if="useF">{{CHW_Return_Temp.value * 1.8 + 32 | number:2}} &deg;F</span> </div> But this doesn't work, so how can I link the useF from ng-if to the useF from ng-model which is in another page?
  • Not able to show graph in md-dialog

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    @ganeshvarahade said in Not able to show graph in md-dialog: ok..Can we access datapoint values under app.js? Yes there are angular services which are documented. Go into the menu editor and enable the "API Docs" menu. @ganeshvarahade said in Not able to show graph in md-dialog: Because I am getting specific values of specific data points under pop-up but I am not able to get Chart or Graph related values under pop-up so what procedure I need to follow? I really cannot even begin to suggest anything because you have provided me no information about your project. You will have to tell me if you are using the dashboard designer/custom pages or a whole custom app and post your HTML markup and app.js if relevant. Did you address the issue with preserveScope:false?
  • Calculating a value in page

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    G
    @jared-wiltshire Thank you, works well
  • Publishing live dashboard

    Moved
    10
    0 Votes
    10 Posts
    5k Views
    H
    Thank you so much for that Jared - worked as expected!
  • Rotating Fan

    4
    0 Votes
    4 Posts
    2k Views
    G
    @jared-wiltshire said in Rotating Fan: ng-style="{'animation-duration': 50 / (point.value - point.value % 10) + 's'}" Thanks, works well!
  • Max and low limit lines on serial chart

    3
    0 Votes
    3 Posts
    1k Views
    C
    Thanks for help. Now it's fine :)
  • How to use ma-map inside a hidden div

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    H
    Thank you @Jared-Wiltshire - simple fix. Simply using Angular Material Tabs solves the issue. Cheers, Henry
  • Extracting bit data from Modbus registers

    8
    0 Votes
    8 Posts
    2k Views
    T
    That being the case, it should allow me to do lots of bit banging very quickly. I need to gather about 60 words of data from each PLC (2 plcs) and then show the numeric or bit field representation. Thank you for the explanation that Mango buffers the data for quicker access between scans. Tracey
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Guest Login, Permissions and Kiosk Dashboards

    45
    0 Votes
    45 Posts
    27k Views
    MattFoxM
    That appears to have done it! Thanks Jared!
  • Multiple Watch List Charts

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    Jared WiltshireJ
    @budilmk said in Multiple Watch List Charts: @jared-wiltshire Oh yes, I want it to be viewable on mobile. Unfortunately using ma-scale-to="window" will do just that, enlarge everything so it fits to the whole window. This means if you use it inside the UI things will be scaled too big. It only works with the menu and toolbar hidden (add a menu item then choose the parent to be root). We will be improving this feature in an upcoming release. @budilmk said in Multiple Watch List Charts: And also, could you include the edit menu setting on home, prob under system setting. This is because I accidentally disabled the administration menu on the sidebar via the edit menu setting and it took me quite a while to get it back. There is an "Edit menu" link under administration. If you ever hide it by accident you can access it by navigating to /ui/administration/edit-menu