• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. till
    3. Topics

    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
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 28
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by till

    • T

      Users receiving pop-up events/alarms that belong to other users

      User help
      • • • till
      2
      0
      Votes
      2
      Posts
      404
      Views

      MattFoxM

      @till There may be an option under system settings -. permissions -> alarms view permissions.

      Try removing the user permission (every user inherits that by default from 3.7+)
      Hopefully then, events can only be viewed by the respective users that have the correct permissions to view those datapoints...

      Mango 4 has more granularity on permissions

      Fox

    • T

      Email send failure

      How-To
      • • • till
      2
      0
      Votes
      2
      Posts
      620
      Views

      T

      Turns out that the SEND TEST EMAIL doesn't send a test email using the values that you just entered but using the values that are saved. So you cannot test before saving.

    • T

      Caching issues

      User help
      • • • till
      1
      0
      Votes
      1
      Posts
      530
      Views

      No one has replied

    • T

      How to connect to the mango database (for resetting admin password)?

      How-To
      • • • till
      3
      0
      Votes
      3
      Posts
      694
      Views

      T

      @terrypacker Cool that works. Removing both .h2 and .db was the key. I'll
      Thanks

    • T

      Too much data for a datapoint

      How-To
      • • • till
      3
      0
      Votes
      3
      Posts
      836
      Views

      T

      @terrypacker said in Too much data for a datapoint:

      I shall give that a go, thanks.

    • T

      Script context points as enumerable

      Development general discussion
      • • • till
      7
      0
      Votes
      7
      Posts
      1.2k
      Views

      T

      @jared-wiltshire perfect, thanks!

    • T

      How to purge/delete data point history programmatically

      How-To
      • • • till
      7
      0
      Votes
      7
      Posts
      1.2k
      Views

      JoelHaggarJ

      @till That is correct. The value will be held in the cache. You can even set the data point to hold x number of values in the cache so there is some history there.

    • T

      Alert: A context point is unavailable

      User help
      • • • till
      2
      0
      Votes
      2
      Posts
      484
      Views

      T

      Too tough a question?

    • T

      Config Import

      How-To
      • • • till
      6
      0
      Votes
      6
      Posts
      997
      Views

      T

      @joelhaggar said in Config Import:

      To set a PTCP data point it will send the set command down to the originating data point.

      Ah! That's very good to know, thanks for that note. I wasn't aware the PTCP points are working in both directions like that.

    • T

      Is there any way to export an event detector?

      How-To
      • • • till
      9
      0
      Votes
      9
      Posts
      1.4k
      Views

      T

      @cwangv
      Yes, thanks. Seems like there is no harm in just importing it over the existing one that I receive through the Persistent TCP data source.

    • T

      How to recalculate a meta data point for entire history of context var

      How-To
      • • • till
      4
      0
      Votes
      4
      Posts
      742
      Views

      T

      @till

      Found it!

      Generate History
      When creating a new Meta Point sometimes it is helpful to backfill values for it. This can be done by the generate history link in the Data Points table.

      The most recent saved value for all Context Points is found and that date is used for the Starting date for the simulation. (If any context point has no saved values the Generation will fail here)
      The oldest saved value for the Meta Point is found and that is used as the Ending date for the simulation. (If no values exist the current time is used)
      The simulation is run from Starting to Ending times and a values are created and saved according to the Meta Point settings.
      This means that a history can only be generated for times before the earliest Meta Point value.
      Calls to set() tell the database to save this value regardless of logging type and do not send it out through the data source