• 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

    MAngoES Bacnet resolved issues question

    Scheduled Pinned Locked Moved User help
    8 Posts 3 Posters 2.1k Views 3 Watching
    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 Offline
      psysak
      last edited by

      Hi, I have a question about resolved issues in the bacnet stack. I have several MangoES on a site using bacnet to read data. I currently have three devices which read four different sources. This has happened numerous times over the last year, and now it has happened again, where the mango simply stops being able to read data from the other device. Restarting the datasource, or even making a change and saving it, resolves the issue. Are there any issues which have been resolved in the last six months which sound like this?

      I know I'm providing no info and I'm sorry but this is a real problem.

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

        Yes, the latest release 3.5.1 of the BacNet module will likely fix this issue if any of your data sources shared a local device and you were using COV subscriptions.

        https://store.infiniteautomation.com/module/BACnet/3.5.1

        1 Reply Last reply Reply Quote 0
        • P Offline
          psysak
          last edited by

          Two of my Mangos are on V2 and updated to the latest version already. Could I get some help to on writing a script which would restart the bacnet datasource programatically please? I found a post referencing this

          var dsxid = 'DS_Modbus'; //Change to your data source's XID
          RuntimeManager.disableDataSource(dsxid); 
          RuntimeManager.enableDataSource(dsxid);
          

          Would that be the best way?

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

            Hi psysak,

            I will backport the fix for the COV.

            Yes that is a valid way to restart a data source from within a scripting environment with adequate permissions. I would recommend using a scripting data source to check if the points haven't updated instead of an event detector on the points on the data source. Otherwise you may see your data source cycle on and off a few times once the event triggers, because it will likely trigger again when the data source resumes.

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

              You could see if BACnet 2.3.1 solves the issue.

              1 Reply Last reply Reply Quote 0
              • P Offline
                psysak
                last edited by

                Excellent thanks Phil, I'll try to get to site in the next two weeks and load that onto the v2 units.

                1 Reply Last reply Reply Quote 0
                • P Offline
                  psysak
                  last edited by psysak

                  FYI at least on 2.3.1 the bacnet driver failed again, just stopped reading data, required a restart of the DS and off it goes again.

                  EDIT: It's two units on the same network in two different buildings but both stopped recording on the same day, March 12. Nothing in ma.log out of the ordinary.

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

                    Did all points stop or only the COV points?

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