- Posts: 610
Model File Utility (Updated)
- Durete
- Offline
greenfly wrote: Who else would like to see an Android application for managing model files?
Count me in
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
I now have two identical 7E's (but use them to control different things). I can go threw and remember what time / date stamp backup file name is to which tx but if there was some automated way to have it label them that would be awesome.
Again not really complaining, I can use it to backup / maintain / restore the two different transmitters but if there was an easier way to label which backup came from which that would be awesome, I've already restored the wrong backup to the wrong tx several times (why I started noting the date stamps).
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- greenfly
- Topic Author
- Offline
Otherwise, one suggestion is to use two shortcuts with different config files... with different setting for [BackupPath]. Then create two shortcuts to the ModelFileManager.exe file, passing the config filename as a parameter. For instance...
planes.config
...
<add key="BackupPath" value="C:\\Backups\\Devo\\Planes" />
<add key="ConfigName" value="Planes TX" />
...
boats.config
...
<add key="BackupPath" value="C:\\Backups\\Devo\\Boats" />
<add key="ConfigName" value="Boats TX" />
...
You just have to run the right shortcut for the transmitter you are going to work with.
Please Log in or Create an account to join the conversation.
- robbe
- Offline
- Posts: 10
greenfly wrote:
Who else would like to see an Android application for managing model files?
I would love it to have an Android version
Please Log in or Create an account to join the conversation.
- Richard96816
- Offline
- Posts: 208
How much space would it save on the 7e if it only had to hold one model and one protocol at a time?
Please Log in or Create an account to join the conversation.
- blackmoon
- Offline
- Posts: 402
Anyway, aren't the models stored into the SPI Flash: SST25VF016B 2MB on the 7E ?
How does having less models on the SPI chip relates to more room on the ST32 flash ?
Please Log in or Create an account to join the conversation.
- mwm
- Offline
blackmoon wrote: I would say ten is a little more realistic, I wouldn't want to plug the OTG cable every time I switch models.
Anyway, aren't the models stored into the SPI Flash: SST25VF016B 2MB on the 7E ?
How does having less models on the SPI chip relates to more room on the ST32 flash ?
He's saving memory on the ST32flash by not having model config facilities in it.
And yes, since the models are in SPIFlash, there's no need to have to use the OTG connection to change models. You can leave in the load model code, but take out templates, moving models, etc.
Not sure how much of the rest of the configuration you can take out. Some things you really want to be able to change while the model is active!
Also not clear whether how this stacks up to replacing the boot loader to free up space.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Richard96816
- Offline
- Posts: 208
It may sound odd/silly to consider gutting Deviation to run just one model (and protocol.) But the exercise might present some possibilities that haven't been explored yet. OTG might be replaced with Bluetooth. And the attached phone/tablet could hold a lot of different copies or plug-ins for Deviation. Hopefully freeing up space. If you can swap things out quickly enough you might not lose anything in the process.
I'm not the only one thinking about this. Just hadn't seen it mentioned recently ... (Maybe for good reason.
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
i use your Model File Utility for al long time and it is almost great. Almost because of the following issue:
The "Rename" Function is a bit buggy. I guess your algorithm searches for the line "name" and exchanges the text found there, right?. I think this causes that every line in the .ini is searched for the string and it's gonna be exchanged. But if you use some virtual channels and gave them a different name, the line "name" appears in the virtual channel, too. In my case, every line called "name" was exchanged by the name I wrote in the "rename" field in the Utility.
I attach a model file here. The name of the Model is "Windy". Scroll down to the Virtual Channels - there you can see it.
Perhaps you could change the search algorithm and restrict it to the first line - or first few lines of the .ini. Assuming that your algorithm works as i supposed to.
Apart from that - great work!
Greetz
Domsen
Please Log in or Create an account to join the conversation.
- guilleclos
- Offline
- Posts: 1
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Model File Utility (Updated)