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.

  • 0 Votes
    3 Posts
    4k Views
    Jared WiltshireJ
    @richard-mortimer said in Making your custom / dashboard designer page full screen (no toolbar or menu): @jared-wiltshire Will this also remove the footer? (or, is there a way to do this?) Thanks Richard Footer is not shown in full screen view.
  • **Important.** Please read before posting!

    Pinned Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • New Training Video - Styling With Data

    Pinned Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • New Support Article - Defining a Custom User Theme

    Pinned Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Defining your Own Components with the User Module

    Pinned Locked
    1
    -1 Votes
    1 Posts
    2k Views
    No one has replied
  • New Training Video - Interactive SVG Graphics

    Pinned
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • The New Custom Dashboards AngularJS Module

    Pinned Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • What is SlimSure?

    1
    0 Votes
    1 Posts
    325 Views
    No one has replied
  • Help defining Controller with Custom Dashboard and UserModule

    5
    0 Votes
    5 Posts
    1k Views
    M
    @MattFox Thanks! Looks comprehensive. I will work thru the example. Greatly Appreciated!!!
  • Map polyline array

    1
    0 Votes
    1 Posts
    541 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Help a newbie figure out time-related functions.

    13
    0 Votes
    13 Posts
    2k Views
    MattFoxM
    @mkart-vrn there are help docs available. This can be exposed by showing them via the edit menu page and saving the changes. Alternatively, on the scripting datasource page. There are question marks you can click on that will render a sidebar to the right with a detailed explanation and or help docs. I also encourage you to look through the forum and see what has been accomplished by other mango power users. As for delays, there is a delay option so you can delay the firing of a script upon a trigger as well as using a cron style scheduler. There's also an advanced scheduler which you can attach event actions to for triggering scripts, running a local application, even setting point values. Feel free to raise more forum posts in user help to fill in any blank areas. I'm on here throughout the week usually. I'm currently remote however so expect up to week delays... Fox
  • How to change Axis Title Colors in V4

    3
    0 Votes
    3 Posts
    1k Views
    R
    @MattFox Thanks Mr. That did the trick.
  • Syntax for Read Permission = true in query

    13
    1 Votes
    13 Posts
    3k Views
    MattFoxM
    @Benoit watchlists are either statically defined, or dynamically with the use of an rql lookup or with tags. Since you're unfamiliar with scripting data sources it may be outside of your capabilities.. What I'd do is: Use a json data store to store a list of data sources, including the total datapoints and datapoints tagged count. Load said json stire and iterate through each datasource whilst doing a lookup with an offset. Each time completing a batch of points, increment the number of points tagged and update the json store file as well to track once all points tagged are equal to the total points available, move on to the next datasource Fox
  • Change Bar Display bar-color based on point value

    10
    0 Votes
    10 Posts
    3k Views
    CraigWebC
    @tomatopi point="water" This code is assigning the point-value object to a variable in the local scope called water. Since we are working in javascript, variables must be valid javascript variables.
  • Issues with Dashboard PointValue Colors

    11
    0 Votes
    11 Posts
    3k Views
    M
    @CraigWeb That's pretty nice, I was actually wondering if it was possible to do something like that. I have some ideas on using a point value to do things to other elements, which would add a lot of value to the dashboards. Thank you!
  • Static Serial Chart

    8
    0 Votes
    8 Posts
    2k Views
    M
    @MattFox I appreciate it. I may have a use case for that at some point, but don't sweat it, there's no rush. At the very least, it might help others, and be something to reference if it comes up again.
  • Point value crossed out in red

    16
    0 Votes
    16 Posts
    4k Views
    MattFoxM
    @mihairosu good, it doesn't for the mango units so I'm glad everything is resolved. Fox
  • Training Videos - Additional Information

    3
    0 Votes
    3 Posts
    1k Views
    M
    @CraigWeb Thank you, that's exactly what I was looking for. And thanks for the other information as well.