Stephen,
toggle quoted message
Show quoted text
Since the system name format is specific to a particular connection type, it is not feasible to change just the connection type. For example, ¡°LS101" on LocoNet might be "MS1.2.3.4.5.6.7.8;1.2.3.4.5.6.7.9¡± on LCC or CS1001 on CMRI. If you look at the panel xml file, you will see a class specification for each connection type and object type. For example: class="jmri.jmrix.loconet.configurexml.LnSensorManagerXml¡± for saving and loading LocoNet sensors. Some objects have type specific features such as available feedback options for turnouts. Trying to load such an item in a class that does not support the option will result in an error. The bottom line is that the system name is a LOT more than just the connection character. It is a lot of work to move hundreds of user names from one system name to another, but for most people it is a one time project. They are not going to replace all of their hardware frequently. Dave Sand On Jun 10, 2019, at 5:59 PM, Stephen Grant Brown <steve.brown_nbn@...> wrote: |