• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. SG

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 8
    • Groups 0

    SG

    @SG

    0
    Reputation
    336
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    SG Unfollow Follow

    Latest posts made by SG

    • RE: Alter data source update time via event handler?

      @phildunlap Gotcha, I was using it as an email event handler, with the script attached to it,
      I didn't realize I could use to setpoint to initiate the script.

      Cheers and thanks,

      posted in User help
      S
      SG
    • RE: Alter data source update time via event handler?

      Thanks Phil,

      Two things I noticed.

      1. Is that using this in an event handler, the GUI is requiring me to enter an email for the recipients list. Since this is intended to change the polling time of the data source only, is there a way to disable it sending an alert email?
      2. The idle event handler attaches a warning to the return to the idle state, which generates an alarm, even when the handler is set to "none" for the alarm level.

      Any thoughts on how to make the event handlers for this, essentially silent?

      Thanks!

      posted in User help
      S
      SG
    • Alter data source update time via event handler?

      Hey guys,

      I've been playing around with the idea of making one of my data sources have two polling times.
      One for idle, and one that has a significantly faster poll rate for when it's in the non-idle state.

      It would be ideal if this was able to be tied directly to the event handler watching a binary value.
      (So on event state change, cause the polling interval of the datasource drop, and on reversion of the event to normal state, have it return to the slower, idle polling time)

      Not sure if there is a way to do this or not, and I didn't see any previous topics regarding a setup like this, so I thought I'd ask.

      Thanks.

      posted in User help
      S
      SG
    • RE: Slider step as a binary?

      @jared-wiltshire Cool. That works pretty slick.

      Thanks Jared.

      posted in User help
      S
      SG
    • Slider step as a binary?

      Hey gents,

      I'm dealing with a slightly odd scenario, I'm trying to make a slider step via binary shifting (So the valid step states of the data point are 1, 2, 4, 8) But since this is being read/written via a standard integer, I can't do the validation on the device side.

      Any ideas on how to make this step work inside a standard Mango component? Doesn't have to be a slider, just that would be the most convenient.

      Thanks Guys.

      posted in User help
      S
      SG
    • Issue hiding dashboard elements.

      I'm looking for a simple way to hide elements (MA-Switch, etc) via the value of another variable polled from an external device.

      I've tried getting this to work with NG-hide, to no avail.
      I would think there should be a simple way to show/hide elements presented based on a Boolean Xid from another variable, but I can't find any information about doing this.

      posted in Dashboard Designer & Custom AngularJS Pages hide element
      S
      SG