The Beep Goes On
New member
Creating Minelab emulator target files is not too difficult, but it can be tedious and confusing. I have to re-figure it out every time I do it. So, I've written a Windows app that creates the target .zip files for you. You enter the description and one or both sets of coordinates (E-Trac or SE) and add an image (not required). As you create the targets you assign them to a target list (same name as target .zip file), then, when finished, click a button to generate the target file. It creates all the directories, text files, copies and renames the images, zips it all up (properly) and copies the file to the E-Trac and/or SE datazips directories.
Hopefully, I have uncomplicated this process instead of the reverse ;-) One of the benefits is that you have a running list of all entered targets and can mix and match for different lists, or easily add to or modify existing lists. There are a couple of forms that display all lists and all targets so you have a good overview of what's in there.
It is written in C# in VS 2008 using .Net 3.5 implementing Linq XML and a .dll from DotNetZip. All the data is in three .XML files which you can edit manually if you find it to be quicker or more convenient.
With the emulator, the spreadsheet and this target file creator you could probably pass some time during those snowbound winter periods.
Should be done within a few days (famous last words!...I know, but it already works)
HH!
Beep
Hopefully, I have uncomplicated this process instead of the reverse ;-) One of the benefits is that you have a running list of all entered targets and can mix and match for different lists, or easily add to or modify existing lists. There are a couple of forms that display all lists and all targets so you have a good overview of what's in there.
It is written in C# in VS 2008 using .Net 3.5 implementing Linq XML and a .dll from DotNetZip. All the data is in three .XML files which you can edit manually if you find it to be quicker or more convenient.
With the emulator, the spreadsheet and this target file creator you could probably pass some time during those snowbound winter periods.
Should be done within a few days (famous last words!...I know, but it already works)
HH!
Beep
