From: Christian H. <fir...@pi...> - 2002-06-09 10:36:48
|
jim wrote: > I'm beginning to be of the opinion that the low 12 bits of the > first word is variable ID and the high 4 comparison type (0 equals, > 5 less than?). Then byte 2 would be value and byte 3 fail message. I guess there's more to that: Elevator 6->Beta has 0F 00 00 5E (0x000F, 0x00, 0x5E) Elevator 6->7 has 0F 00 01 20 (0x000F, 0x01, 0x20) 0x000F appears to be the check for the jettison. msg 0x5E is "Beta Grove already jettisoned." msg 0x20 is "Elevator disabled: BioHazard emergency." so the 0x01 seems to be a NOT operator (inverting the if/else for the msg)... ff1 -- It is a great thing when you realize that you still have the ability to surprise yourself. Makes you wonder what else you can do. |