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

    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    jeon

    @jeon

    0
    Reputation
    168
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jeon Unfollow Follow

    Latest posts made by jeon

    • RE: Interval Logging of Meta Point Not Working

      Hi phildunlap,

      I've just realised I left out a key piece of information here.
      The data is being published to a mango server using Mango Persistent TCP.
      I have since noticed that the publisher's Update event was set to All! I have now corrected this to Logged data and the points on the server are now correct.
      Thanks for the assistance.

      Jeon

      posted in User help
      J
      jeon
    • RE: Interval Logging of Meta Point Not Working

      Hi phildunlap,

      The JSON for the point is as below:

      {
         "dataPoints":[
            {
               "xid":"DP_015105",
               "name":"Customer - W",
               "enabled":true,
               "loggingType":"INTERVAL",
               "intervalLoggingPeriodType":"MINUTES",
               "intervalLoggingType":"INSTANT",
               "purgeType":"YEARS",
               "pointLocator":{
                  "dataType":"NUMERIC",
                  "updateEvent":"CONTEXT_UPDATE",
                  "context":[
                     {
                        "varName":"pv",
                        "dataPointXid":"DP_732541",
                        "updateContext":true
                     },
                     {
                        "varName":"batt",
                        "dataPointXid":"DP_670549",
                        "updateContext":true
                     }
                  ],
                  "logLevel":"NONE",
                  "executionDelaySeconds":0,
                  "script":"return pv.value + batt.value;",
                  "scriptPermissions":{
                     "customPermissions":"",
                     "dataPointReadPermissions":"superadmin",
                     "dataPointSetPermissions":"superadmin",
                     "dataSourcePermissions":"superadmin"
                  },
                  "settable":false,
                  "updateCronPattern":""
               },
               "eventDetectors":[
               ],
               "plotType":"SPLINE",
               "unit":"W",
               "chartColour":"black",
               "chartRenderer":{
                  "type":"IMAGE",
                  "timePeriodType":"DAYS",
                  "numberOfPeriods":1
               },
               "dataSourceXid":"DS_458140",
               "defaultCacheSize":1,
               "deviceName":"Meta",
               "discardExtremeValues":true,
               "discardHighLimit":20000.0,
               "discardLowLimit":-20000.0,
               "intervalLoggingPeriod":1,
               "intervalLoggingSampleWindowSize":0,
               "overrideIntervalLoggingSamples":false,
               "purgeOverride":false,
               "purgePeriod":1,
               "readPermission":"",
               "setPermission":"",
               "textRenderer":{
                  "type":"ANALOG",
                  "useUnitAsSuffix":true,
                  "unit":"W",
                  "renderedUnit":"W",
                  "format":"0.00"
               },
               "tolerance":0.0
            }
         ]
      }
      

      It is an active meta point.

      I am not using a rollup, I am just viewing the point details chart and using its download chart data function.

      Cheers.

      posted in User help
      J
      jeon
    • Interval Logging of Meta Point Not Working

      We've set interval logging to every minute, however all data points seem to be logged.
      When exporting chart data or viewing the chart there seems to be a point logged on every context update.
      What we would like is one point every minute that is the average / max of all of the context update values.
      What are we doing wrong here?

      Cheers.

      posted in User help
      J
      jeon