Project:Automol: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
{|border="1" cellpadding="5" cellspacing="0" | {|border="1" cellpadding="5" cellspacing="0" | ||
|- | |- | ||
|CMD002, X, Y || move??? | |CMD002, X, Y || move??? | ||
|- | |||
|CMD402, 1000 || probably setting power (to 10) | |CMD402, 1000 || probably setting power (to 10) | ||
|} | |} |
Revision as of 16:24, 15 January 2011
Design
Parse the .mol file1, then compare .mol file 2 with .mol file1.
E.g. if we have parsed a file and think byte N should be speed then, we add that to a look up table.
Then we compare file1 and file2 and look at where they vary and what we think that up.
And then look that up and write a summary to the file. This would allow is to check out knowledge.
From diffing the txt files, suspected commands in the TXT formats
CMD002, X, Y | move??? |
CMD402, 1000 | probably setting power (to 10) |