• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    Regular snapshot explained?

    How-To
    2
    3
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Phillip Weeks
      last edited by phildunlap

      Does selecting send a regular snapshot every minute in persistent TCP window affect the transmission of live point values which update every 1/2 minute on ES poll?

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by phildunlap

        No, they are independent of one another. The snapshot simply adds the current values from all the enabled points on the publisher to the publish queue on the interval specified. A regular point update will simply be added to the publish queue (if the update event is set to 'updates').

        I would discourage you from using the snapshot feature with the Persistent TCP publisher, since it will mess up the amount of data in the series for a given time period (the receiver cannot identify if it was a snapshot value or a sampled value, so if you're saving real time data or all data it will save the snapshot). Then the sync will get overcounted data on the receiver and fail to sync that point in that range.

        1 Reply Last reply Reply Quote 0
        • P
          Phillip Weeks
          last edited by

          Thanks for that explanation as well I was getting duplicate entries for the snapshot.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post