• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mondayVision
    3. Topics

    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
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 5
    • Groups 0

    Topics

    • mondayVisionM

      ERROR on Modbus Publisher

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • mondayVisionM

      Modbus Publisher Multiple Register Size

      Watching Ignoring Scheduled Pinned Locked Moved User help
      4
      0 Votes
      4 Posts
      2k Views
      phildunlapP
      Hi Alex, I will bring it up with the team. I don't think they need to be contiguous in the table, but it's probably the easiest way to verify the spacing of the register offsets for the data types. The import thing is that there are no gaps between registers and that all points are enabled. I will talk to the team about the need to have points enabled, too. Yeah, we'll be sure to include a note about this behavior in the publisher's documentation on the page in the next release.
    • mondayVisionM

      Metadata Script execution when?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting general Discussion docupdate rcdoc
      11
      0 Votes
      11 Posts
      5k Views
      phildunlapP
      Sure, you would do the same thing to get pvd, then do var values = pvd.getLatestPointValues(dataPointId, 2);
    • mondayVisionM

      BACnet aquisition Data Source splitting

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      2
      0 Votes
      2 Posts
      2k Views
      phildunlapP
      Hi Alex, The intention is to move toward those two possibilities being a complete wash, so that it can be about segmenting it for management purposes. Currently, though, I have observed issues when your number of BACnet sources gets considerably higher. In one such instance, the user had 100 individual BACnet devices and their thread consumption was enough Mango had trouble booting. After moving all the data points onto a single data source, this issue was resolved and Mango started quite quickly. Using one data source is considered the more computationally efficient route right now.