openlcb / OpenLCB_Java

Java implementation of OpenLCB / LCC protocols. This implementation operates inside JMRI, and can also be used inside Android apps.
6 stars 9 forks source link

Download memory space #98

Closed balazsracz closed 5 months ago

balazsracz commented 7 years ago

We should have a button somewhere in the JMRI UI that allows downloading an entire memory space. This could be helpful to get XMLs out of nodes, but also for other purposes where a node can prepare some file and exports it as a memory space. Saving the configuration content in binary would also be possible with this.

At the same time, we need to make the "memory space selector" not be a dropdown with only three items but have the ability to enter an arbitrary memory space number.

bobjacobsen commented 1 year ago

See the new memory tool:

https://www.jmri.org/help/en/package/jmri/jmrix/openlcb/swing/memtool/MemoryToolPane.shtml

(I would close this, but don't have access to do that or add myself to Issues)

dpharris commented 5 months ago

Resolved with updates.