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

    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 8
    • Posts 24
    • Best 0
    • Controversial 0
    • Groups 0

    sundeepgoel

    @sundeepgoel

    0
    Reputation
    745
    Profile views
    24
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sundeepgoel Unfollow Follow

    Latest posts made by sundeepgoel

    • Upgrade from 1.13.0

      I want to upgrade from ver 1.13.0 to the current 2.2.2.
      What are the exact steps ?

      posted in How-To
      S
      sundeepgoel
    • RE: Upgrade from 1.13.0

      I want to upgrade from ver 1.13.0 to the current 2.2.2.
      What are the exact steps ?

      posted in How-To
      S
      sundeepgoel
    • RE: Timezone issues

      @phildunlap said:

      On my instance of Mango that chart is still rendered in server time as the default (i.e. my user preference is "use server time").

      This can be manually set on a user by user basis to a specific timezone on the user details page, if you're certain the problem isn't the configuration of the timezone on the linux box.

      where do you set the user preference "use server time" - i cant find this on my instance of mango (1.13.0)

      posted in User help
      S
      sundeepgoel
    • RE: Timezone issues

      @phildunlap said:

      You are referring to which: charts in DGLux, reports, graphics views, mouse overs, data point page, etc?

      the one on data_point_details.shtm

      posted in User help
      S
      sundeepgoel
    • Timezone issues

      The timezone applied on the chart object is correct (uses local time), however watchlist or history seem to be GMT. How do i sort this ?

      Note : my linux server timezone is correctly set to IST (local timezone)

      posted in User help
      S
      sundeepgoel
    • RE: Timezone issues

      The timezone applied on the chart object is correct (uses local time), however watchlist or history seem to be GMT. How do i sort this ?

      Note : my linux server timezone is correctly set to IST (local timezone)

      posted in User help
      S
      sundeepgoel
    • Partition pointValues table

      The pointValues table has grown huge on mysql. How can i partition it to improve overall performance ?

      posted in User help
      S
      sundeepgoel
    • RE: Partition pointValues table

      The pointValues table has grown huge on mysql. How can i partition it to improve overall performance ?

      posted in User help
      S
      sundeepgoel
    • RE: How to implement a filter algorithm

      @phildunlap said:

      values.push(sens.prev(MINUTE, 1).firstValue)

      ...
      values.push(sens.prev(MINUTE, n).firstValue)

      thanks, this seems exactly what i need.

      one other request, where do i find documentation on what you have described above e.g. prev(MINUTE,1).firstvalue - what other functions etc are there which could be used ?

      posted in Mango Automation general Discussion
      S
      sundeepgoel
    • RE: How to implement a filter algorithm

      @phildunlap said:

      The best way to do this is with a meta point. Write the code necessary to get all your points into an array, here's some code I stole:

      
      values.push(sens1.value)
      ...
      values.push(sensN.value)
      
      
      

      Hope that helps.

      Thanks for the quick response, a clarification please :-

      
      sens1.value 
      .... 
      sensN.value 
      
      

      wont this be value of n different points, i need to get the last n values of the same point into the array, how can i do that ?

      posted in Mango Automation general Discussion
      S
      sundeepgoel