• 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

    Mango 3.0 - Renaming a datasource does not propagate to data points

    Mango feedback
    2
    3
    1.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.
    • C
      chrapchp
      last edited by

      Not a show stopper but when I renamed the datasource name for a modbus entry the data points under that device name was not renamed.0_1494292221493_m2mcap1.jpg

      pjc

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

        Hi chrachp,

        Many types of data sources, such as Modbus, can support accessing multiple devices over the connection, hence the use of slave IDs on the bus. This enables you to identify each device independent of its transport medium, and identify the transport medium by its data source.

        You can mass modify the device names by using the import / export tool (I'd use the export button in the row for the data source if you're trying to get all the points), and if...

        JSON: find/replace regex .*"deviceName":.* --> "deviceName":"yourDeviceName",
        CSV: overwrite the value in the device name column

        and then import.

        1 Reply Last reply Reply Quote 0
        • C
          chrapchp
          last edited by

          Thanks. That makes sense.

          pjc

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