Project:Automol: Difference between revisions

From London Hackspace Wiki
(Created page with "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. Th…")
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:


And then look that up and write a summary to the file. This would allow is to check out knowledge.
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
{|border="1" cellpadding="5" cellspacing="0"
|-
|CMD002, X, Y || move???
|-
|CMD402, 1000 || probably setting power (to 10)
|}
[[Category:Projects]]

Latest revision as of 17:42, 28 May 2013

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)