• 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

    HTTP Publisher / snapshotSendPeriod not saved

    Mango feedback
    3
    12
    3.5k
    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.
    • phildunlapP
      phildunlap
      last edited by

      2.8.4 is released in the store, and this has been fixed. Sorry and thanks again!

      S 1 Reply Last reply Reply Quote 0
      • S
        SimnetSA @phildunlap
        last edited by

        @phildunlap Hello
        Thanks for the quick answer.
        Normally i can see the 2.84 release when i go on the Modules pages and click on "Check Upgrades" ? I'm in 2.8.2 but i have the message that all modules are up to date.

        Regards

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

          We're in the midst of uploading a fresher version of 2.8.4 because lots of people were encountering problems with the compiled JSPs. Should be available in about a half an hour.

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

            You should be able to update now.

            1 Reply Last reply Reply Quote 0
            • S
              SimnetSA
              last edited by

              Yes. Upgrade in progress. Thanks a lot

              1 Reply Last reply Reply Quote 0
              • S
                SimnetSA
                last edited by

                Hello

                Now we can save the settings.

                But we have a little issue. The snapshot interval settings seems to have no impact on my system.

                Here the current settings. Is something wrong ?

                0_1481747423435_snapshot-1.PNG

                0_1481747435707_snapshot-2.PNG

                1 Reply Last reply Reply Quote 0
                • terrypackerT
                  terrypacker
                  last edited by terrypacker

                  I just tested this on my system (2.8.4) and it works as expected. This feature is used to publish the current values of all the Publisher's points at the specified Snapshot interval. The only caveat is if the source of the published data points is disabled or if the point has no value at all they will not be published at that time.

                  1 Reply Last reply Reply Quote 0
                  • S
                    SimnetSA
                    last edited by

                    Hello

                    I have a little issue more with the HTTP Publisher.
                    We have log the GET request on a web test server, and we have this scenario :

                    1. First value that Mango send : All OK.
                    2. Second and next values that Mango send : The GET parameter is concatenated to the previous value...

                    Example :

                    Parameter for http publisher is : test
                    URL for the http publisher : http://10.1.1.1/test.php

                    First send -> http://10.1.1.1/test.php?test=10
                    Second and next sends : http://10.1.1.1/test.php?test=10&test=10&test=10 .....

                    The web server is catching the first value of the GET string and we never have an update for this points.

                    Thanks

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

                      Hi SimnetSA,

                      Is it possible that your receiving side is not sending responses to the HTTP GET requests? From the publisher documentation:

                      """
                      HTTP response
                      Any other response code than a "200 OK" is considered an error, and an alarm will be raised. In addition, any response content included with an OK response is considered to be warning information. The Raise result warning setting controls whether the existence of any response content causes an information alarm to be raised including the content in the event message.
                      """

                      If a status 200 OK is not returned, There is no way for the publisher to know if the value was received, so it would continue to publish it.

                      1 Reply Last reply Reply Quote 0
                      • S
                        SimnetSA
                        last edited by

                        Ok i understand.
                        I thought that the Publisher send one requet per point but it send a lot a point on one request. We have change the php script to catch all values and now it's ok. Thanks !

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