Scubacastor
Contributor
I am working on providing a web version of the parser...Is there anyone out there who can work on making this happen for windows pc users???
Welcome to ScubaBoard, the world's largest scuba diving community. Registration is not required to read the forums, but we encourage you to join. Joining has its benefits and enables you to participate in the discussions.
Benefits of registering include
I am working on providing a web version of the parser...Is there anyone out there who can work on making this happen for windows pc users???
UEMIS could have opened the standard and let other take care of the logging part and concentrate on the rest.
However as we now know they were not too forthcoming with info.
I am working on providing a web version of the parser...
This may or may not work for you. In 25 years of being a software developer this is my first ever Windows program (no kidding). I had hoped to package the DLLs that you need with the binary in the zip file but it turns out that cygwin1.dll is too large. You can get this file here (http://65.23.157.151/cygwin1.zip) - please simply drop it in the same folder that you unpack the zip file below into.
That file below also includes the myuemis.jar for your convenience (same as in the previous post for Mac and Linux). You obviously need to have Java installed (this was tested on 64bit Win7 with the latest JRE from Oracle).
One oddity about using myuemis.jar - something goes wrong when setting paths. The only way I got this to work was to have my working directory on C: be the directory you unpack these files, then switch to the drive which is the UEMISSDA. And then run
java -jar C:myuemis.jar -fD: -d NR -o c:diveNR.SDA
java -jar C:myuemis.jar -fD: -s NR -o c:divelogNR.SDA
The parser is used just like on the real OSs - on the command line:
parse_uemis.exe diveNNN.SDA
one more oddity - occasionally it appears to add a random letter to the end of the file name. I'm sure I'm doing something wrong but couldn't figure it out. So I have it print out the file names of the input and output files to help you track what's what.
Finally, none of the fancy scripts I did for Mac/Linux. This is all manual at this point (packaging curl and figuring out how .BAT files work seemed overkill).
Same rules apply - please send the six corresponding files if you run into trouble.
View attachment 98808
UEMIS.zip is coming up as corrupted zip on my XP machine - will try a Win7 Machine later.