• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. StephenVDK
    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
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 30
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by StephenVDK

    • S

      Editing setPointValue.html

      Dashboard Designer & Custom AngularJS Pages
      • • • StephenVDK
      3
      0
      Votes
      3
      Posts
      1.7k
      Views

      Jared WiltshireJ

      Alternatively, create a file called i18n_en.properties (for English locale) in overrides/properties and put a line in there with the new text i.e. common.set=Set the point
      This will update the text everywhere in the application.

    • S

      Unsolved ma-set-point-value display options

      Dashboard Designer & Custom AngularJS Pages
      • • • StephenVDK
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      S

      Set a numeric point and to display it rendered.

    • S

      Weather forecast

      Mango General
      • • • StephenVDK
      3
      0
      Votes
      3
      Posts
      2.4k
      Views

      S

      Ya that worked,
      Thank you

    • S

      Setting "from" and "to" to only last 7 days without range picker

      Dashboard Designer & Custom AngularJS Pages
      • • • StephenVDK
      14
      0
      Votes
      14
      Posts
      5.0k
      Views

      Jared WiltshireJ

      Everything is preferable yes, you can email it to me at jared@infiniteautomation.com if you would like.

    • S

      reseting a live count at a certain time

      Scripting general Discussion
      • • • StephenVDK
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      phildunlapP

      Ah, gotcha. You'll probably want to switch the sign in my return statement, then.

      The reset is that now.getMinutes() and now.getHours() will return 0 at midnight, and any past(PERIOD, 0) call will have an empty data set (I should confirm this, it could have a single data point if there's a value at that millisecond), and the sum of an empty data set is 0, so it'll be 0 - 0 = 0

    • S

      Solved app.js changes not updating

      User help
      • • • StephenVDK
      4
      0
      Votes
      4
      Posts
      2.5k
      Views

      S

      That was the issue and I have found the right path now.

    • S

      Weather Forecast

      User help
      • • • StephenVDK
      5
      0
      Votes
      5
      Posts
      2.8k
      Views

      phildunlapP

      @StephenVDK
      You can always just disregard a number of yweather:forecast lines until finding the days ahead that you're looking for. Some

      (?:<yweather:forecast[^\n]*\n){3}<yweather:forecast[^\n]*low="(\d*)

      for instance would be the fourth item, or the third day forecast. You could control it with the {1,2,3....}. I just recently requested adding capture group number to HTTP retriever specifically so that you could use backreferences on forecast information to make it feel like a reasonable regex.

    • S

      Cannot send a request in the socket listener thread error

      User help
      • • • StephenVDK
      12
      0
      Votes
      12
      Posts
      4.7k
      Views

      S

      I increased the update period, and my controller is using COV but not the other sources.

    • S

      Using multistage data point in a graph and indicator in DGlux

      User help
      • • • StephenVDK
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      jeremyhJ

      @StephenVDK said:

      Hello everyone,
      When I try and add the multistage point to a graph or indicator in dglux, it says it's null, when it's not. How do I get it to display the proper value?

      Thanks.

      Generally with a multistate point I would (and this may not necessarily be the best way) use the 'Map' property binding type, then enter the multistate text string and respective text value. For example if you were binding to a gauge with a range of 0 to 100, you could enter the string 'low' as binding to 25, 'medium' to 50, 'high' to 75 etc.

    • S

      Writing Java script in Mango

      User help
      • • • StephenVDK
      3
      0
      Votes
      3
      Posts
      2.4k
      Views

      S

      Great thank you!