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.

  • Data point multiplier

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Mango connection to Ewon LAN

    1
    0 Votes
    1 Posts
    886 Views
    No one has replied
  • How to insert data to EndPoint in pass timestamp

    1
    1 Votes
    1 Posts
    834 Views
    No one has replied
  • 0 Votes
    1 Posts
    894 Views
    No one has replied
  • http builder buffer

    8
    0 Votes
    8 Posts
    3k Views
    D
    @mattfox Thanks Matt :). Nice to see some familiar faces here!
  • How to connect to the mango database (for resetting admin password)?

    3
    0 Votes
    3 Posts
    1k Views
    T
    @terrypacker Cool that works. Removing both .h2 and .db was the key. I'll Thanks
  • DS9490R

    1
    0 Votes
    1 Posts
    952 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Too much data for a datapoint

    3
    0 Votes
    3 Posts
    2k Views
    T
    @terrypacker said in Too much data for a datapoint: I shall give that a go, thanks.
  • IP Bacnet device - BACnet discovery

    2
    0 Votes
    2 Posts
    1k Views
    R
    Hi NinoK, if you create a new BACnet-Data-Source your local device IP (old system settings / BACnet local devices: 192.168.100.105:47808) should be the same as the Mango-Server has: [image: OGyIO0X.png] [image: 2U5o6hF.png] [image: e7qLbz4.png] If you create a new BACnet data point it should look like: [image: TCVMQMi.png] where the "Device instance number" is the given Device ID, here 5. If all BACnet-Devices are in the same IP-Range you don't need a BBMD. Be carful if you scan a large BACnet-Network with many devices and objects. It can take a long time and need server-resources. Better is to scan one ID.
  • 0 Votes
    1 Posts
    736 Views
    No one has replied
  • Modbus Serial data points

    2
    0 Votes
    2 Posts
    1k Views
    dschaibleD
    @bhansen Modbus does not support discovery, so you need to know the slave address, register address, type and format to be able to map data points. This reference on the Mango site may help : http://docs-v4.mango-os.com/modbus-point-list-requirements
  • How to do? Data source page doesn't show. page is white.

    3
    0 Votes
    3 Posts
    1k Views
    danD
    This one: https://forum.mango-os.com/topic/3551/data-sources-does-not-appear/13?_=1629414527624
  • How to purge/delete data point history programmatically

    7
    0 Votes
    7 Posts
    3k Views
    JoelHaggarJ
    @till That is correct. The value will be held in the cache. You can even set the data point to hold x number of values in the cache so there is some history there.
  • 1 Votes
    2 Posts
    2k Views
    terrypackerT
    @hazel I am pretty confident one of your registers is being read as: NaN by Mango. I have opened a ticket to make this more robust but the current version of Mango does not have a simple way to determine what data point is causing this. You will need to start looking into what registers you are reading for numeric values that have out of range data.
  • Only Editing the Subject Line for an Event Handler Email

    1
    0 Votes
    1 Posts
    645 Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    M
    @terrypacker thanks a lot, an example code is more than enough. I will look into the library in detail and see how to use it in the upcoming days. Thanks once again!
  • How to get event instance data as object using Script Event Handler

    3
    1 Votes
    3 Posts
    1k Views
    terrypackerT
    @mert sorry for the delay. Another option would be to use the Service that is injected into the context like this: const dataSourceService = services.dataSourceService; const ip = dataSourceService.get('xid'); Also here is a collection of example scripts for the new environment and a few for the legacy one: https://github.com/infiniteautomation/script-examples
  • How can I define a permission to a new role to view all global scripts?

    3
    0 Votes
    3 Posts
    1k Views
    M
    Is there any plan to give permission to Global Scripts? Because user can view Global Scripts page and scripting permissions can be defined on system permissions.
  • Config Import

    6
    0 Votes
    6 Posts
    2k Views
    T
    @joelhaggar said in Config Import: To set a PTCP data point it will send the set command down to the originating data point. Ah! That's very good to know, thanks for that note. I wasn't aware the PTCP points are working in both directions like that.