My Logworks MyECU plugin (as well as a GPS plugin) is now downloadable from
http://www.abc.se/~rasmus/logworks/ optionally with full source code.
It started out as a proof of concept to show Cliff how easy it would be to incorporate the ActiveX stuff into ECUControl but it was so funny I just could not stop. The downside of using my plugin instead of something Cliff wrote is that my code will probably not understand all old firmware versions, and will not currently work with MyP8 unless you (or I) recompile it with the correct crank/cam sensor data.
My plugins need .NET 3.5 to work. There is no fancy installer and the software is a bit crude so it may very well just crash instead of telling you some needed stuff are missing. The plug is currently hard coded for My15M/My16M but the relevant stuff (PulsesPer and "TDC 0x1600" like stuff) is placed in one location so it's easily fixed. You can build the project using the freely downloadable Microsoft Visual C# Express. I'll improve it over time too, but it will probably not be announced here.
Virtually all data that the ECU tell us is pushed to Logworks. The documentation is sparse, if anyone needs something fixed or have any questions just fire away in this very thread.
Logworks offers endless possibilities for reading and manipulating your log data. You can create new calculated channels from real ones, for example a throttle coordinate that does not reflect the Throttle Pump.
Logworks can even calculate a whole new map for you or simulate a dyno graph (with hp calculated from acceleration). Download it from here:
http://www.innovatemotorsports.com/support.phpAnd no, you wont be able to use the plugin unless you have an LC-1 or some other of Innovate's products. But you can read other people's logs

If someone can provide me with a short (or long) raw log (.dmp) from a MyP8 I will test it against my plug and make any necessary mods.