• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. phildunlap
    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
    Offline
    • Profile
    • Following 0
    • Followers 9
    • Topics 17
    • Posts 3,433
    • Groups 0

    Topics

    • phildunlapP

      Where are point event detectors configurable in the new UI?

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      1k Views
      phildunlapP
      Certainly! We're talking about making it possible to share an event detector configuration across points in an upcoming version, just as now the event handlers can be associated with multiple event types now. This is where the Admin Home's event detectors tile will link to, I expect.
    • phildunlapP

      Now required: Email validation on forum users

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      871 Views
      No one has replied
    • phildunlapP

      Use the API to query a set of tagged points for rollups over a time period

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      672 Views
      No one has replied
    • phildunlapP

      IllegalStateException No Server ALPNProcessors!

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • phildunlapP

      Mango updates available, but internet restricted or low quality, manual / offline upgrade?

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      4
      0 Votes
      4 Posts
      2k Views
      phildunlapP
      https://help.infiniteautomation.com/how-to-upgrade-mango
    • phildunlapP

      Invoke shell commands from a Scripting environment?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting general Discussion
      8
      0 Votes
      8 Posts
      3k Views
      MattFoxM
      @Jdiaz-co MA_JAVA_OPTS="$MA_JAVA_OPTS -Dnashorn.args=-scripting" will be the ticket then I see they've changed it a fair bit since then, I'm not near an install right this minute to compare Fox
    • phildunlapP

      A script JsonEmport example

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • phildunlapP

      Email Last Day's Events

      Watching Ignoring Scheduled Pinned Locked Moved Scripting general Discussion
      4
      0 Votes
      4 Posts
      2k Views
      MattFoxM
      I think you are confusing a scripted datasource ftl script with the email mailing list. Unless you are talking about using the email recipients, then yes they are stored as strings in an array. Fox
    • phildunlapP

      How to set the poll times of a data source into a data point?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting general Discussion
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • phildunlapP

      Publish one day's data once a day to SQL

      Watching Ignoring Scheduled Pinned Locked Moved User help
      2
      0 Votes
      2 Posts
      1k Views
      phildunlapP
      Another thing to consider is adding another SQL point that runs a delete statement on the table, such that after the script runs only the last day of data is in the table. You would simply write the delete statement in another "Modify table only" point and then set it to any value at all (presuming it has no parameters). You would then want to update the DataPointQuery call so as not to publish that point (not that it would matter much)
    • phildunlapP

      Java Update Encouraged

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      12
      0 Votes
      12 Posts
      5k Views
      A
      Thanks Terry Yes, I did find that recently, and it does help. Andrew
    • phildunlapP

      Mango 2.8.0 Ready for Beta testing

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      4
      0 Votes
      4 Posts
      3k Views
      P
      Hi, thanks, solved :-).
    • phildunlapP

      Dynamically size your iframe

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      3
      0 Votes
      3 Posts
      3k Views
      S
      document.getElementById("dgInclude").width=document.documentElement.clientWidth*scaleFactor; document.getElementById("dgInclude").height=document.documentElement.clientHeight*scaleFactor;}