Due to the break, I have been at my parents house and not had much time to dedicate to project work. I have cleaned up the variable torque code by passing a floating point value rather than an integer. This has the effect of doubling or halving the torque value by simple multiplication instead of the round-about method I originally implemented.
I have the following tasks to complete as soon as possible.
- Clean-up of the schema library Import/Export code
It would be nice (but not essential) to export the schema library as XML. I have used a nice tag generation library in personal projects, but there might be a simpler way. The SAX and DOM parsers are probably worth looking at.
- Specify the block position through the GUI
In addition to the above, there is also basic error-handling to be implemented in most cases.
These features don't really affect the learning simulation, but will allow me to show some success during the software demonstration in a few weeks time.