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.
Mango 3.0 - Renaming a datasource does not propagate to data points
-
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.
pjc
-
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 columnand then import.
-
Thanks. That makes sense.
pjc